railroader-physics-optimizer/Info.json
Seton Carmichael 99772cbc81 Initial commit — Physics Overhaul v0.1.0
Features:
- ConsistLOD: fast-path Bezier position update for distant cars (PositionAccuracy
  matched, LocationF/R synced, OnPosition fired, culler sphere kept current)
- ConsistFreezer: per-consist auto-freeze replacing stock all-or-nothing optimizer
- PhysicsTimer: stacked ring buffers (render, FixedUpdate, Tick, PosCars) + report
- PhysicsOverlayGUI: draggable stacked-area chart, both fps reference lines always
  visible, ON/OFF toggles with persistence, opacity control
- Settings: JSON persistence, full UMM settings panel with auto-save
- ConsoleCommands: /rpf with freeze/unfreeze/dump/timing/overlay/forceactive/lod
2026-06-16 12:11:33 -04:00

11 lines
306 B
JSON

{
"Id": "RailroaderPhysicsOverhaul",
"DisplayName": "Physics Overhaul",
"Author": "seton",
"Version": "0.1.1",
"ManagerVersion": "0.27.0",
"GameVersionPoint": "0",
"AssemblyName": "RailroaderPhysicsOverhaul.dll",
"EntryMethod": "RailroaderPhysicsOverhaul.Main.Load",
"Requirements": []
}