Autorenew money

From OpenTTD

Jump to: navigation, search

A patch that defines the amount money minimum needed before a vehicle is auto-renewed.


[edit] Description

If Autorenew is enabled and a vehicle is going to be replaced, the money of the player needs to be more than this number plus the cost of the new vehicle.


If the value is, for example, €400,000 and a new vehicle cost €20,000 and you have €410,000, the vehicle will not be replaced. Instead, you will get a warning that autorenew has failed on that vehicle.


The patch can have any value between 0 and 2 million pounds.

[edit] Use

autorenew money is set to 100,000 pounds by default. You can change it through the configure patches -> vehicles window or use the following syntax in openttd.cfg:

[patches]
autorenew_money = 100000
Personal tools