Difference between revisions of "BaseCosts NewGRF"
From #openttdcoop wiki
(link to forums) |
(adding formula...) |
||
Line 3: | Line 3: | ||
[[File:BaseCostsModExampleTF.png]] | [[File:BaseCostsModExampleTF.png]] | ||
− | + | Setting the costs by using the id from | |
[http://wiki.ttdpatch.net/tiki-index.php?page=BaseCosts BaseCosts Table] | [http://wiki.ttdpatch.net/tiki-index.php?page=BaseCosts BaseCosts Table] | ||
+ | and the value n of the following formula: | ||
+ | |||
+ | Using math: NewBaseCost = OldBaseCost * 2^(n-8), where n is the value of property 08. | ||
Download from BaNaNaS or from the [http://dev.openttdcoop.org/projects/minigrfs/files DevZone] ([http://dev.openttdcoop.org/projects/minigrfs/issues/new?issue%5Bcategory_id%5D=35 Report Bugs to our tracker.]) | Download from BaNaNaS or from the [http://dev.openttdcoop.org/projects/minigrfs/files DevZone] ([http://dev.openttdcoop.org/projects/minigrfs/issues/new?issue%5Bcategory_id%5D=35 Report Bugs to our tracker.]) | ||
+ | |||
Discussion: http://www.tt-forums.net/viewtopic.php?t=46720 | Discussion: http://www.tt-forums.net/viewtopic.php?t=46720 | ||
+ | |||
+ | |||
+ | ---- | ||
other similar grfs are: | other similar grfs are: |
Revision as of 12:13, 8 February 2010
Example config for raise Terraform (x16), but keep foundations on default:
Setting the costs by using the id from BaseCosts Table and the value n of the following formula:
Using math: NewBaseCost = OldBaseCost * 2^(n-8), where n is the value of property 08.
Download from BaNaNaS or from the DevZone (Report Bugs to our tracker.)
Discussion: http://www.tt-forums.net/viewtopic.php?t=46720
other similar grfs are:
- Pikka's "Modified Building Costs" (doesn't respect the new OpenTTD feature which splits terraform and foundations)
- Terkhen's "Raise landscaping costs"
my old grfs: BaseCosts Mod 2 and Airmod