From here: http://newgrf-specs.tt-wiki.net/wiki/NM ... base_costs
From here: http://newgrf-specs.tt-wiki.net/wiki/NM ... grflocal-1Each cost in-game is determined by a fixed factor multiplied by a base cost. Setting base cost to 0 leaves this cost unchanged. Incrementing it by one doubles the cost, so e.g. a setting of 3 results in a cost that is 8x higher. Setting a negative value reduces the cost in the same manner, e.g. a value of -4 results in 1/16th of the cost. The minimum and maximum values are -8 (1/256th) and 16 (65536x), respectively.
Code: Select all
Identifier | Category | Default value
PR_BUILD_VEHICLE_ROAD | PR_BUILD_VEHICLE | 14000
Thanks in advance!