posted 08-21- 12:48 AM
What a mess this is turning into.Here are fixes for the current problems
Right aileron trim not working
Find the following line:
inpAileronTrimDownDigital = RightArrow : 0.01
Ther are 2 space between the : and 0.01, delete one of the spaces. (Yes this is the only problem). Here's the correct line:
inpAileronTrimDownDigital = RightArrow : 0.01
You will also find the same problem with this line:
inpElevatorTrimDownDigital = UpArrow : 0.02
here's the correct line, minus the extra space
inpElevatorTrimDownDigital = UpArrow : 0.02
RATO problem. find cmdBomb = A, change to:
cmdBomb = Shift A
The old belief that you can ALWAYS map 2 commands to the same key may not be true under certain circumstances. This will require some testing to be sure. Also, extra spaces DO make a difference if they are BETWEE the equals sign and a value (great, now I have to check EVERY stinking entry to make sure this isn't a problem somewhere else)
This has lead me to 3 conclusions:
1) There needs to be a standard file that developers use.
2) Certain commands need to be inviolate (cannot have another command mapped to the same key)
3) Someone needs to control this file
Once I get # 1 and 2 worked out, I'm going to turn this file and the startup ppf file over to either the DIME group or The Crew. Things have got out of hand and this is causing too many problems for the users. I want to give control of these files to one of these groups so some kind of quality control can be maintained over these darn things. The last thing we need is for people to get frustrated because things don't work right.
[This message has been edited by Da Jug head (edited 08-21-2001).]