All-Aircraft-Simulations
Mph_and_Feet_First_SpeedBar - Printable Version

+- All-Aircraft-Simulations (https://allaircraftsimulations.com)
+-- Forum: IL2 MODS Download & Discussion (https://allaircraftsimulations.com/forumdisplay.php?fid=267)
+--- Forum: IL-2 4.09m (https://allaircraftsimulations.com/forumdisplay.php?fid=348)
+---- Forum: IL2 MODS Discussion Section 4.09m (https://allaircraftsimulations.com/forumdisplay.php?fid=292)
+---- Thread: Mph_and_Feet_First_SpeedBar (/showthread.php?tid=60247)



Mph_and_Feet_First_SpeedBar - Cpt_Biggles - 24.03.2009

This mod is not working for me in the unified install, any way to get it working???


- {HVY-E}Jinxx - 25.03.2009

Have you made the neccessary changes to your Conf.ini file?


- AKA_Sully - 25.03.2009

Is there a way for all to show? Like KPH and MPH...Feet and K ...I did it and added the lines to the config but it just changed it to feet and MPH. S~


- Cpt_Biggles - 25.03.2009

Redleg Wrote:Have you made the neccessary changes to your Conf.ini file?

what changes would they be?


- Quelty - 25.03.2009

Cpt_Biggles Wrote:
Redleg Wrote:Have you made the neccessary changes to your Conf.ini file?

what changes would they be?

[Mods]
SpeedbarUnits=3
SpeedbarSpdKMH=1
SpeedbarSpdMPH=1
SpeedbarSpdKnots=1
SpeedbarAltMeters=1
SpeedbarAltFeet=5
SpeedbarTAS=1

and from the old original readme file;

Code:
SpeedbarUnits: This parameter determines which units the altitude and airspeed are displayed in at mission startup. Permissible values are:

0 - no speedbar
1 - kmh and meters  (default value)
2 - knots and ft
3 - mph and ft
4 - kmh TAS and meters  (requires Hotkeys mod)
5 - knots TAS and ft  (requires Hotkeys mod)
6 - mph TAS and ft  (requires Hotkeys mod)

SpeedbarSpdKMH: Airspeed increments when kmh are displayed. Permissible values are 1 to 10. Default value is 5.

SpeedbarSpdMPH: Airspeed increments when mph are displayed. Permissible values are 1 to 10. Default value is 5.

SpeedbarSpdKnots: Airspeed increments when knots are displayed. Permissible values are 1 to 10. Default value is 5.

SpeedbarAltMeters: Altitude increments when meters are displayed. Permissible values are 1 to 10. Default value is 5.

SpeedbarAltFeet: Altitude increments when feet are displayed. Permissible values are 1 to 50. Default value is 10.

HUDGauges: This parameter determines which altitude and airspeed units are displayed on the no-cockpit (Ctrl+F1) gauges. Permissible values are:

1 - both digital and analog gauges in kmh/meters  (default value)
2 - both digital and analog gauges in mph/feet
3 - digital gauges in mph/feet and analog gauges in kmh/meters

  -- If you choose 'HUDGauges=2' you need to copy the 'hudleftMph.tga' file in 'MODS\HUDConfig_b1\GUI\game\hud' to 'hudleft.tga'.

  -- If you choose 'HUDGauges=3' you need to copy the 'hudleftMphKmh.tga' file in 'MODS\HUDConfig_b1\GUI\game\hud' to 'hudleft.tga'.

@Sully_pa bind a key to toggle speedbar and you can then change to whichever you prefer.

Hope this helps

Cheers

Quelty


- Cpt_Biggles - 25.03.2009

in my original install i had it so the speedbar showed MPH and feet always first
now i always have to cycle to get the mph to show?


- Quelty - 26.03.2009

Cpt_Biggles Wrote:in my original install i had it so the speedbar showed MPH and feet always first
now i always have to cycle to get the mph to show?

SpeedbarUnits=3 in your conf.ini should fix that :wink:

Cheers

Quelty


- Cpt_Biggles - 26.03.2009

Got it working thanks so much, for some reason when i added the lines to the conf ini the first time the changes didn't take. all good now.


- AKA_Sully - 26.03.2009

thanks!