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

Change autoclean_protected to uint16 #4858

Closed
DorpsGek opened this issue Nov 30, 2011 · 2 comments
Closed

Change autoclean_protected to uint16 #4858

DorpsGek opened this issue Nov 30, 2011 · 2 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

NicoNet2k opened the ticket and wrote:

autoclean_protected removes the password from protected companies after x months.
Currently it is defined as an uint8 data type which limits it to 255 months or ~21 years.
There are about 15 minutes per year, and about 5 hours per 20 years.
With that players have to connect quite often to keep their company.
With uint16 this could go to ~5,500 years, or at least a more reasonable 100 years or so.
autoclean_novehicles and autoclean_unprotected are fine as uint8 data types.

Reported version: 1.1.4-RC1
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/4858
@DorpsGek
Copy link
Member Author

DorpsGek commented Dec 7, 2011

dihedral wrote:

you could set that variable to 0 and either never remove companies automatically if they have no password, as a passwordless company with loads of cash also asks for attention by those who join to ruin a game.
Then you would only reset passworded companies manually.

Alternatively you can make use of the admin port in order to have even greater control over resetting companies and/or removing their passwords.


This comment was imported from FlySpray: https://bugs.openttd.org/task/4858#comment10545

@DorpsGek
Copy link
Member Author

LordAro closed the ticket.

Reason for closing: Won't implement

Closing old tasks spree - a reasonable workaround has been suggested (admin port), and there's been no change or update to this issue in over 5 years


This comment was imported from FlySpray: https://bugs.openttd.org/task/4858

@DorpsGek DorpsGek added Admin flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant