Difference between revisions of "BaseCosts NewGRF"

From #openttdcoop wiki

Jump to: navigation, search
m
(Examples: v5)
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{expand}}
+
== Info ==
 +
Setting the costs by using the id from
 +
[http://newgrf-specs.tt-wiki.net/wiki/BaseCosts BaseCosts Table]
 +
and the value n of the following formula:
  
Example config for raise Terraform (x16), but keep foundations on default:
+
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:<br>
 +
'''<base cost no> <exponent of multiplicator><br>'''
 +
where<br>
 +
'''<base cost no>'''  is an entry from the first column of the  [http://newgrf-specs.tt-wiki.net/wiki/BaseCosts base cost list] <br>
 +
and <br>
 +
'''<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 [http://bundles.openttdcoop.org/basecosts/ DevZone] ([http://dev.openttdcoop.org/projects/basecosts Report Bugs to our tracker.])
 +
 
 +
Discussion: http://www.tt-forums.net/viewtopic.php?t=46720
 +
 
 +
===Presets===
 +
 
 +
the presets GRF has at least 4 sets saved. ([http://dev.openttdcoop.org/projects/basecosts-presets Homepage])
 +
 
 +
Table: http://dev.openttdcoop.org/projects/basecosts-presets/repository/changes/BaseCostsTable.ods
 +
 
 +
Please suggest new presets to the [http://dev.openttdcoop.org/projects/basecosts-presets/issues tracker].
 +
 
 +
==Examples==
 +
 
 +
config for raise Terraform (x16), but keep foundations on default:
  
 
[[File:BaseCostsModExampleTF.png]]
 
[[File:BaseCostsModExampleTF.png]]
  
 +
using Pikka's pb_build but modify foundations:
 +
 +
[[File:BaseCostsModExamplePikka.png]]
 +
 +
using my Presets GRF followd by base costs mod
 +
 +
[[File:Basecosts-presets.png]]
 +
 +
New version 5: one parameter per cost:
 +
 +
[[File:Basecosts5.png]]
 +
 +
----
 +
 +
other similar grfs are:
  
[http://wiki.ttdpatch.net/tiki-index.php?page=BaseCosts BaseCosts Table]
+
- Pikka's "[http://users.tt-forums.net/pikka/wiki/index.php?title=Modified_Building_Costs Modified Building Costs]" (doesn't respect the new OpenTTD feature which splits terraform and foundations)
  
 +
- Terkhen's "[http://www.tt-forums.net/viewtopic.php?f=26&t=46192 Raise landscaping costs]"
  
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.])
+
- my old grfs: [[Basecosts.grf|BaseCosts Mod 2]] and Airmod

Latest revision as of 07:45, 12 October 2012

Info

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 at least 4 sets saved. (Homepage)

Table: http://dev.openttdcoop.org/projects/basecosts-presets/repository/changes/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

New version 5: one parameter per cost:

Basecosts5.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
  • This page was last modified on 12 October 2012, at 07:45.