BVEStation Forums

BVE => BVE/OpenBVE Support => Topic started by: r160bve on April 08, 2012, 09:20:09 am

Title: Axle boggies
Post by: r160bve on April 08, 2012, 09:20:09 am
Hello bvestation...i was wondering if there was a way to stop the rotation of the axle wheels/boggies. IF so, how do u do it, and will it affect fps performance. Right now, im running a train that has rotating axles and i get about 5-6 fps. If it is possible to stop this rotation, will my fps increase? Any support/help is appericated. Thanks :)
Title: Re: Axle boggies
Post by: BStyles on April 22, 2012, 01:39:27 am
Making axles rotate will not affect its performance. The fact that they are a part of the train will not increase the amount of frame rates you get whereas a train with no axles at all will run a lot better.

If you still want to stop them from rotating, in the Animated file there is a line of code that goes something like this:

[object]
States = Trucks\Wheel.csv
Position = 0, 0.432, -7.04
RotateXFunction = value + delta * speedometer / 1.55

Open the file in notepad and delete what's in bold and your wheels will stop rotating.

BStyles