Page 1 of 1

Speed of the train

Posted: Tue Apr 03, 2007 10:30 pm
by tomasvicente38
How can be increased the speed of a train?

Posted: Tue Apr 03, 2007 10:36 pm
by snoopy55
Go into RRT_Trains.xml and for each engine find <MaxSpeed>. This number times 10 is fastest the engine can go. No engine can set higher than 20 (20 times 10 = 200)

Posted: Tue Apr 03, 2007 11:13 pm
by gforce
Today:
There's a NEW SPEED RECORD:
A TGV from Paris-> Strassbourg : 574.8 km/h, that would be 359.25 miles/hour
(another record is 581 km/h but this train hovers above the ground with a magnetic field (in Japan))

stupid game! no fun can be achieved here there the max speed is around 360 km/h

for those who don't like normal talk:
what a pitty we can make this scenario

Posted: Tue Apr 03, 2007 11:50 pm
by tomasvicente38
Hello Snoopy: I have increased the speed of the TGV from 20 to 36 but it does not modify the speed to me in the game, me at the most leaves it in 322 km/h. How I can solve this?

Posted: Tue Apr 03, 2007 11:59 pm
by Warll
I'm sorry but theres no way to increase the speed past 20.

Posted: Wed Apr 04, 2007 12:32 am
by dwax
Maybe someone should make a flat map to race the TVG's :lol:

Posted: Wed Apr 04, 2007 12:37 am
by gforce
i've once tried to get more speed, but no way,
i once created a kind of rollercoaster but then again there is even a limit on the decending and the ascending speed wich i can't find in the xml code, stupid...

Posted: Wed Apr 04, 2007 12:59 am
by tomasvicente38
Where they are placed these you order in XML?

<Command>
<szName>IncreaseMaxTrainSpeed</szName>
<szDescription>Increase Maximum Train Speed</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>1</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DecreaseMaxTrainSpeed</szName>
<szDescription>Decrease Maximum Train Speed</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>1</szKey>
<bShift>true</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>IncreaseTrainSpeed0</szName>
<szDescription>Increase Train Speed0</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>2</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DecreaseTrainSpeed0</szName>
<szDescription>Decrease Train Speed0</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>2</szKey>
<bShift>true</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>IncreaseTrainPower</szName>
<szDescription>Increase Train Power</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>3</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DecreaseTrainPower</szName>
<szDescription>Decrease Train Power</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>3</szKey>
<bShift>true</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DisplayTrainStats</szName>
<szDescription>Display Train Stats</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>4</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>

Where it must place the order so that the train has more power and increases its speed?