Difference between revisions of "BaseCosts NewGRF"

From #openttdcoop wiki

Jump to: navigation, search
m (Presets: link to tracker)
m (Presets)
Line 26: Line 26:
 
Table: http://dev.openttdcoop.org/projects/minigrfs/repository/changes/basecosts/BaseCostsTable.ods
 
Table: http://dev.openttdcoop.org/projects/minigrfs/repository/changes/basecosts/BaseCostsTable.ods
  
Please suggest new presets to the [http://dev.openttdcoop.org/projects/minigrfs/issues/new?issue%5Bfixed_version_id%5D=80 tracker].
+
Please suggest new presets to the [http://dev.openttdcoop.org/projects/minigrfs/issues/new?issue%5Btracker_id%5D=2&issue%5Bfixed_version_id%5D=80 tracker].
  
 
==Examples==
 
==Examples==

Revision as of 13:08, 25 March 2010

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.

You can only rise base costs by factors which correspond a power of 2. The general way to set parameters are in pairs of two:
<base cost no> <exponent of multiplicator>
where
<base cost no> is an entry from the first column of the base cost list
and
<exponent of multiplicator> is the n in the multiplicator to the original base costs: 2^(n-8) Thus a value of 8 will leave the costs unchanged, a value of 9 will double it, 10 will quadruple it and 7 will half it.

Download from BaNaNaS or from the DevZone (Report Bugs to our tracker.)

Discussion: http://www.tt-forums.net/viewtopic.php?t=46720

Presets

the presets GRF has currently 3 sets saved.

  1. default hard
  2. Luukland hard
  3. Luukland easy

Table: http://dev.openttdcoop.org/projects/minigrfs/repository/changes/basecosts/BaseCostsTable.ods

Please suggest new presets to the tracker.

Examples

config for raise Terraform (x16), but keep foundations on default:

BaseCostsModExampleTF.png

using Pikka's pb_build but modify foundations:

BaseCostsModExamplePikka.png

using my Presets GRF followd by base costs mod

Basecosts-presets.png


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

Powered by MediaWiki