80HGXS.SCHNELL
Star Citizen transport logistics platform
What is this?
80HGXS.SCHNELL is a transport logistics management tool for Star Citizen. It lets cargo owners post transport requests and carriers manage, negotiate, and execute them — all without leaving the browser.
Requests module
Anyone can submit a cargo transport request without an account. Fill in the origin, destination, SCU, crate preferences, pickup schedule, and an optional proposed fee. A shareable link is generated so the requester can track their contract.
Logistics module
Carriers log in with their in-game handle and a password set by an administrator. From the dashboard they can accept contracts, negotiate fees, assign a ship, update the transport status, and manage custom pickup/delivery locations.
Features
- Cargo request planning with SCU and crate breakdown calculator
- Fee negotiation — propose, counter-offer, and agree in-app
- Automatic carrier assignment on fee acceptance
- Pickup date & time scheduling (in-game / UTC)
- Ship details entry for the assigned carrier
- Custom location support for deep space or player outposts
- Carrier authentication with handle and password
- English and French interface
Technical notes
Built with Python and Flask. All data is stored locally in JSON files — no external database required. Designed to run on a private server or local machine within a Star Citizen organisation.
python -c "import storage; storage.add_user('YourHandle', 'yourpassword')"