Fixed Rear Wing HDV File.

Darren O'Brien

How do i set the Rear Wing setting in the HDV file of a mod If I want a Fixed wing .

[REARWING]
RWRange=(8.0, 1.0, 1.0 )
RWSetting=8

I have a mod that i like to try with a Fixed wing. This current setting goes from 1-8. How would you make it so that its fixed ?
Or is there a setting I can do so that its set on 1 but the actual feel is that of a 8 Setting (if possible)

Also is it possible so the Rear wing can go no lower than 7 and max of 9.
The same Mod is used in GSC2013.

All help appreciated

Darren
 
At first one hint.
When you have the posted setting in your *.hdv, there is no changing of the rear wing setting possible, so it is already fixed.
The scheme of the 3 values in the Range line is:
1st is basic setting
2nd is value for one click
3rd is number of steps (in clicks it's value -1)
and the RWSetting is the default setting.

So when you have the one you have posted, you have a fixed setting, but change the last value from 1.0 into 1.
And the setting is 8 (basic value) + 8 (RWSetting)= 16 and fixed.


To change it in that way that you have only the steps from 7-9 you take:
RWRange=(15.0, 1.0, 3)
RWSetting=0

In game you will see 1 2 3 and not 7 8 9. but the setting is the same as 7 8 9.
To set it in that way that you can see only 7 8 9 as steps, is impossible.
 
Thanks,

I'll experiment and see what happens.

EDIT-To change it in that way that you have only the steps from 7-9 you take:
RWRange=(15.0, 1.0, 3)
RWSetting=0

That worked and is great.

cheers for the assistance, was doing my head in trying to work it out.
 
Last edited:

Back
Top