krausyao
Joined: 05 Oct 2008 Posts: 29
|
Posted: Sun Jul 10, 2011 8:44 am Post subject: Soo pack physics |
|
|
While comparing the wagon (.wag) files of empty and loaded I noticed that derail force for loaded wagons was set too low. Setting this value too low will result in slow traffic trains and possible derailment of the player train.
Both the loaded and empty wagons have
DerailRailForce ( 2.5*27t )
The loaded wagons have a mass of
Mass ( 62.4t )
therefore the derail force of these wagons should be
DerailRailForce ( 2.5*62.4t )
To have derailments depend on forces instead of speed limits use the full derailment option.
"G:\Program Files\Microsoft Games\Train Simulator\train.exe" -vm:w -mem:1024 /fullderailments |
|