mb
Tycoon
    
Beiträge: 5.054
Registriert seit: Mar 2005
|
RE: Neue Fahrzeuge/Züge/etc erstellen
wiki.ttdpatch schrieb:Cost base multipliers (08)
TTD has 49 base costs which govern how much everything costs. Each cost is calculated from a (fixed) factor times the base cost, which is adjusted by inflation every month.
Setting this property allows changing these base costs by factors of two. The default value of the property is 08 which leaves the base cost unchanged. Adding one to the property doubles the base cost, subtracting one halves it.
Using math: NewBaseCost = OldBaseCost * 2^(n-8), where n is the value of property 08.
Modifying the base costs incurs a small rounding error every time the game is saved, because the costs have to be set back to the default in the savegame. However, this error is unnoticable until many years of inflation have passed and should therefore be of little concern.
http://wiki.ttdpatch.net/tiki-index.php?...pliers_08_
Übersetzung schrieb:TTD benutzt eine Tabelle von 49 "Basis Kosten", die festlegen was die jeweiligen Spielaktionen (Bau, Kauf, .) kosten. Diese Kosten werden als Produkt eines festen Faktors mit den jeweiligen Basiskosten ermittelt und mit dem entsprechenden Inflationsfaktor multipliziert.
Diese Basiskosten können durch den Faktor "2" multipliziert (oder dividiert) werden. "Default-Wert" ist "8", der die Basiskosten unverändert lässt (oder sie "auf Normal" zurücksetzt). Inkrementieren (oder dekrementieren) verdoppelt (halbiert) die Basiskosten.
Mathematisch: NewBaseCost = OldBaseCost * 2^(n-8), wobei n der Wert der property 08 ist.
Das Modifizieren der Basiskosten erzeugt einen gewissen Rundungsfehler be jedem Sichern des Spiels da die Kosten im savegame auf den default-Wert zurückgesetzt werden. Dieser Fehler bleibt aber trotz eingeschlteter Inflation über viele Jahre unmerklich klein.
transl.: mb
Es handelt sich also um eine Tabelle, die nur im Ganzen verändert werden kann.
Ich zeige dir einfach mal die Kostentabelle im DBXL:
Code:
//------------------------------------------------------------------
//
// modify pricing scheme -
// prices are correct/realistic for hardest level
//
// signals = 03 (0B = x8), remove = 28 (0A = x4)
// bridge tile = 04 (0A = x4), remove 29 (0B = *8)
// depot = 05 (0B = x8), remove = 30 (0A = x4)
// tunnel = 08 (0C = *16), remove = 33 (0C = *16)
// engines = 15 (09 = x2)
// wagons = 16 (0A = x4)
//
//------------------------------------------------------------------
-1 * 55 00 08 01 31 00 08
08 08 08
0B // build signal
0A // build bridge
0B // build depot
08 08
0C // build tunnel tile
08 08 08 08 08 08
09 // build engines
0A // build wagons
08 08 08
08 08 08 08 08 08 08 08
0A // remove signal
0B // remove bridge
0A // remove depot
08 08
0C // remove tunnel tile
08 08 08 08 08 08
08 08 08 08 08 08 08 08 08
HTH und Gruß
Michael
Zitat:EU-Wirtschaft- und Währungskommissar Joaquin Almunia hat alle Besorgnisse über den Schuldnerstatus Griechenlands als unbegründet zurückgewiesen.
|
|
| 13.01.2008 13:24 |
|