Speed of the train
-
- Posts: 75
- Joined: Thu Jan 18, 2007 3:35 pm
Speed of the train
How can be increased the speed of a train?
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
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
-
- Posts: 75
- Joined: Thu Jan 18, 2007 3:35 pm
-
- Posts: 75
- Joined: Thu Jan 18, 2007 3:35 pm
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?
<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?