Programmatically generated documentation from decompiled Unity asset files
This documentation is automatically extracted from the game's Unity ScriptableObject asset files and presents the mechanical properties of all parts in Mars First Logistics.
Target Game Version: v202510041925
- WHEELS.md - All wheel properties (suspension, motor, friction, magnetic capabilities)
- SERVOS.md - Servo motor specifications (spring, damper, speed, angle limits)
- PISTONS.md - Piston actuator properties (extension range, spring, speed)
- SPRINGS.md - Spring suspension specifications (stiffness, damping, travel)
- ROCKETS.md - Rocket engine thrust and fuel properties
- HINGES.md - Hinge joint specifications (spring, angle limits)
- PARTS_OVERVIEW.md - Complete listing of all parts by ID
- PARTS_DATABASE.md - Complete ScriptableObject property reference
- VEHICLE_SYSTEM.md - Vehicle construction and blueprint system architecture
- PHYSICS_SYSTEM.md - Unity ArticulationBody physics implementation
All property values are extracted directly from the game's asset files using generate_part_tables.py.
The data represents the values used by the game engine.
- Variants: Some parts have multiple size variants (e.g.,
TelescopicCylinder,TelescopicCylinderMid). These share the same display name but are different parts with unique IDs. - Deprecated Parts: Parts marked as deprecated may not be available in normal gameplay.
- Version Specific: Properties may change between game versions. This documentation is specific to build
v202510041925.
To regenerate this documentation from asset files:
python generate_part_tables.pyRequires the Unity asset files to be extracted using AssetRipper or similar tools.
Last Generated: 2025-10-06