New stuff:
- tweaked road vehicle powers a bit more
- split ttdpatch.grf into several individual files; currently presig.grf and one for each new ship; controlled by newgrf(w).txt
- allow parameters in newgrf.txt
- made multihead option compatible with TTD Translator
- with help from Marcin: shuffle monorail and maglev engines ahead of the waggons
- fixed bug: road vehicles would often not "arrive" at a depot when sent there
- Service interval in 2070 never expired. Patched year limiter to fix this.
- New switch: eternalgame, -Xe: eternal game play; time doesn't stop in 2070. Instead, years stop in 2175.
- New switch: showfulldate, -d: always show full date, not only when paused
In addition, it allows you to choose which ships you want to have replaced. If you put a number after the .grf filename in the newgrf(w).txt file, it will specify what number of ship will become the one from that .grf file. For example, to make the Reefer be your first ship (number zero), use this line:
Code: Select all
newgrf/reefer.grf 0
Code: Select all
newgrf/reeferw.grf 0
Code: Select all
newgrf/reefer.grf 5 255
Have fun playing with these new options!