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

[enhancement] have the train wait x time before departing #50

Open
LukasJK opened this issue Jan 2, 2024 · 5 comments
Open

[enhancement] have the train wait x time before departing #50

LukasJK opened this issue Jan 2, 2024 · 5 comments
Labels
Enhancement New feature or request Under Consideration Enhancement under consideration

Comments

@LukasJK
Copy link

LukasJK commented Jan 2, 2024

Would be great to have the option to somehow tell the train to wait say x hours at the end stations before starting the return journey. Or even wait times at each station.

@AdamC1228
Copy link
Collaborator

From a strictly implementation point I see two possible solutions for implementation:

Solution A
V2 implements a .ini file for storing configuration settings and user customizable options. The end station delay could be a configurable option in this file and would to some degree make sense as it is not a value you would be changing frequently.

As for each station, that starts to get more complicated and starts making less sense to implement in a config ini file.

Solution B
Once a custom UI can be drawn and created detaching the mod from the car inspector panel, the mod has room to accommodate the UI elements necessary for defining these attributes in game.

The problem is at this time the mod does not have a dedicated GUI yet in the game.

@GamearooCodes
Copy link

i would like it to stay for ate least 1 min each station which will give plenty of time for passangrs to load especilly sinced im on 1:1 time

@AdamC1228
Copy link
Collaborator

i would like it to stay for ate least 1 min each station which will give plenty of time for passangrs to load especilly sinced im on 1:1 time

Do you specifically want it to wait 1 minute at the station or is this a suggestion to compensate for the passenger loading unloading issues identified in version 1.x?

I have rewritten the passenger logic in the 2.0 branch and am not seeing any issues. The train waits until after the last applicable passenger has departed / boarded the train before the train is cleared for departure.

@GamearooCodes
Copy link

i would like it to stay for ate least 1 min each station which will give plenty of time for passangrs to load especilly sinced im on 1:1 time

Do you specifically want it to wait 1 minute at the station or is this a suggestion to compensate for the passenger loading unloading issues identified in version 1.x?

I have rewritten the passenger logic in the 2.0 branch and am not seeing any issues. The train waits until after the last applicable passenger has departed / boarded the train before the train is cleared for departure.

i would like it to stay ether 30 or 60 seconds extra after the last passangers for any other late passangers that arrive to the station to get as much passangers as possible

@AdamC1228
Copy link
Collaborator

Under consideration for INI implementation.

@AdamC1228 AdamC1228 added Enhancement New feature or request Under Consideration Enhancement under consideration labels Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Under Consideration Enhancement under consideration
Projects
None yet
Development

No branches or pull requests

3 participants