Skip to content

Instantly share code, notes, and snippets.

@IMB11
Created April 28, 2025 22:09
Show Gist options
  • Save IMB11/89aafce6472cd460b4b07d64e929f619 to your computer and use it in GitHub Desktop.
Save IMB11/89aafce6472cd460b4b07d64e929f619 to your computer and use it in GitHub Desktop.
{
["eConfigMode"] = "realistic",
["bEnableCameraEffects"] = false,
["bAllowAllInterchangableCoasterTrains"] = true,
["bPrintDebugLog"] = false,
["tConfig"] = {
["tAppendedElements"] = {
[1] = "default_LSM",
[2] = "default_LSM_HoldingSection",
[3] = "default_chainlift",
},
["tTrackLength"] = {
["min"] = 0.5,
["max"] = 50,
["step"] = 1,
},
["tSlopeRange"] = {
["min"] = -50000,
["max"] = 50000,
},
["tRideSlopeRange"] = {
["min"] = -360,
["max"] = 360,
},
["tBankingRange"] = {
["min"] = -50000,
["max"] = 50000,
},
["tBankPivotRange"] = {
["min"] = -2,
["max"] = 2,
},
["tCurveRange"] = {
["min"] = -360,
["max"] = 360,
},
["tBooster"] = {
["tAcceleration"] = {
["min"] = 1,
["max"] = 35,
},
["tSpeed"] = {
["min"] = 0,
["max"] = 80.4672,
},
},
["tHydraulicLaunch"] = {
["tAcceleration"] = {
["min"] = 1,
["max"] = 35,
},
["tSpeed"] = {
["min"] = 0,
["max"] = 89.408,
},
["tReturnSpeed"] = {
["min"] = 1,
["max"] = 13.4112,
},
},
["tHoldingSection"] = {
["tStopLocation"] = {
["min"] = 0,
["max"] = 2,
},
["tReleaseSpeed"] = {
["min"] = 0,
["max"] = nil,
},
},
["tBrakes"] = {
["tMinSpeed"] = {
["min"] = 0.27777777,
["max"] = nil,
},
["tDeceleration"] = {
["min"] = nil,
["max"] = 20,
},
},
["tChainLift"] = {
["tSpeed"] = {
["min"] = 0,
["max"] = 10,
},
},
["tMaxTrackHeight"] = 4000,
["tCarCount"] = {
["min"] = 1,
["max"] = 25,
},
["tPoweredCars"] = {
["tSpeed"] = {
["min"] = 1,
["max"] = 35.7632,
},
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment