branchrust_reboot/main/TrainDecouplingImprovementscancel

12 Commits over 31 Days - 0.02cph!

2 Months Ago
Fixed loot wagons overwriting the baseTrain data that had already been set in TrainCar. Fixes visual issue with coupling points not moving to the correct angle
2 Months Ago
Always construct a new CompleteTrain with any coupling changes. Allows 'coupledBackwards' etc to refresh correctly
2 Months Ago
Increase ProceduralMapRailSimple default size to one that actually has rails
2 Months Ago
Merge main -> TrainDecouplingImprovements
2 Months Ago
Removed OnPreCouplingChange saved data. Set new coupledBackwards bool per train car when it's first integrated into a new CompleteTrain, always use that as a reference instead of calling CompleteTrain GetIsCoupledBackwards again. and don't let anything mess with it after that. Fixes various bugs with getting the wrong data after uncoupling etc. Also fixed CompleteTrain init order issues.
3 Months Ago
Adjusted caboose colliders to fix unwanted collision
3 Months Ago
Merge main -> TrainDecouplingImprovements
3 Months Ago
Merge main -> TrainDecouplingImprovements
3 Months Ago
Merge main -> TrainDecouplingImprovements
3 Months Ago
Improved train uncoupling behaviour
3 Months Ago
Fixed inaccurate comments, etc
3 Months Ago
Merge main -> TrainDecouplingImprovements