Ever since Transport Tycoon Deluxe has been released, some things, that were different from Transport Tycoon Original, bothered me quite much.
And in every TTD I try and change them.
I've played and liked TTO very much and just want to create the same "ambience" in TTD.

And since I'm more of a tweaker than a programmer, I have some things to inquire about.
Thing that I've changed:________________________________Status:
-All vehicle names/commentaries
change to TTO like - English______________________________DONE
(english.txt/lng)
-Leyland Leopard Bus speed
changed to 96km/h_____________________________________DONE
(roadveh_cmd.c)
-Bridge speeds of gold Suspension Bridge,
Cantilever Bridge and Tubular Bridge increased
in order not to slow down TGV/Maglevs._____________________DONE
(tunnelbridge_cmd.c)
-Locomotive's speed/power change - like in TTO
or in real life, e.g. power of T.G.V. is now 13600hp and
not 7000..._____________________________________________DONE
(engines.h -->in TABLES)
-Industry production increase to the levels
of TTO___________________________________________KINDA DONE
(in buildindustry.h)
At the end I settled for a 34.8% change of all production rates of all industries (or multiply them with 1.538), e.g. coal mine before - 8x/9x 15 = 120/135 - changed: 8x/9x 23 = 184/207 -- in TTO 12x/13x/14x 15 = 180/195/210 tonnes of coal.

This is all fine, but how could I change the multipliers to 12/13/14 instead of prod. rates?
There are two values - production rate [0] * 8 and production rate [1] * 8 in the file industry_cmd.c. I changed them to 12 and it worked only for the newly built industry in scenarion editor or at the start of new game.
In "February 1st 1950" productions of all industries return to "normal" 8/9x system.
I think these multipliers aren't fixed and are dependent on game-tick duration - so how to modify this dependency of industries on the tick?
You can check out all the changes - you have to have OpenTTD 0.2.1 installed, then just download http://www.geocities.com/sirkozus/openttd2.zip. Just unpack my ttd.exe and english.lng in you OpenTTD 0.2.1 dir, replacing the original files...
Thank you in advance for your explanations.
S/Z

P.S.: Does anyone of you (developers) know how to change station ratings to be more equal to those of AI players?