-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent train overturning misc_flags
function
#303
Comments
What do you mean? Is this even possible within openttd? |
I'm not sure what you mean, but new behavior needs to be added to OpenTTD itself first, before it gets added to NML. 😃 |
Oops. In the game, the train flips back into a barrel when making a turn around the station. (During round trip operation) I hope it doesn't flip like in reality when going back like the ICE2 train.
|
Ah. That's not currently possible in OpenTTD (although lots of people want it to happen) so it can't happen in NML yet. 😃 |
It can technically be done (albeit quite hacky) in grf but I don't think adding it as a prop doesn't really make sense with regards to how nml works |
By default, trains flip over on turns.
If there was a
misc_flags
function to prevent overturning when the train turns, it would be of great help when making trains.The text was updated successfully, but these errors were encountered: