Skip to content
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

Open
evepoi opened this issue Aug 6, 2023 · 5 comments
Open

Prevent train overturning misc_flags function #303

evepoi opened this issue Aug 6, 2023 · 5 comments

Comments

@evepoi
Copy link

evepoi commented Aug 6, 2023

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.

@Brickblock1
Copy link
Contributor

What do you mean? Is this even possible within openttd?

@2TallTyler
Copy link
Member

I'm not sure what you mean, but new behavior needs to be added to OpenTTD itself first, before it gets added to NML. 😃

@evepoi
Copy link
Author

evepoi commented Aug 6, 2023

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.

ex)
<<Locomotive-Passenger Car....Last Car

After arriving at the station, it is a game to keep the above organization as it is.

The desired setting is the setting from the turn station to the back.

>>Locomotive - Passenger Car - Last Car

<< : Forward
>> : reverse

@2TallTyler
Copy link
Member

Ah. That's not currently possible in OpenTTD (although lots of people want it to happen) so it can't happen in NML yet. 😃

@Brickblock1
Copy link
Contributor

Brickblock1 commented Aug 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants