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

Autorenew vehicle option to Basic settings #7525

Closed
Wahazar opened this issue Apr 18, 2019 · 2 comments
Closed

Autorenew vehicle option to Basic settings #7525

Wahazar opened this issue Apr 18, 2019 · 2 comments
Milestone

Comments

@Wahazar
Copy link

Wahazar commented Apr 18, 2019

Autorenew option is under "Expert" category, thus is not visible by default.
According to large number of new user questions I propose to move this option to
the "Basic" category.

@nielsmh nielsmh added this to the 1.10.0 milestone Sep 1, 2019
@nielsmh
Copy link
Contributor

nielsmh commented Sep 1, 2019

That, or combine it with the autoreplace functionality.

@nielsmh
Copy link
Contributor

nielsmh commented Sep 8, 2019

/* we can't replace an engine into itself (that would be autorenew) */
if (from == to) return false;

So is it really only by convention that you're not allowed to autoreplace with the same model? I'd personally be happy to have "selective autorenew" that way. There should probably be a guard that only allows when-old autoreplace with same model, so you don't have vehicles renewing every time they visit a depot.

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

2 participants