Skip to content

lukeod/MarsFirstLogistics_Research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mars First Logistics - Parts Documentation

Programmatically generated documentation from decompiled Unity asset files

About

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

Contents

Part Property Tables

  • 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

Technical Documentation

Data Source

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.

Notes

  • 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.

Generation

To regenerate this documentation from asset files:

python generate_part_tables.py

Requires the Unity asset files to be extracted using AssetRipper or similar tools.


Last Generated: 2025-10-06

About

Information on the Mars First Logistics game mechanics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages