Question XR 2 Ravenstar secondary hud

Genius

New member
Joined
Mar 20, 2008
Messages
103
Reaction score
0
Points
0
I want to edit the pref. file on the XR2 secondary hud to display my speed in kilometers per hour.
I look at the options and learn that there is only two options: M for mach and imp for miles per hour.
Is there a way to edit the file so that it show kilometers per hour like the DGIV hud?
 

TSPenguin

The Seeker
Joined
Jan 27, 2008
Messages
4,075
Reaction score
4
Points
63
Code:
# Vel       met/imp/M       Velocity
AFAIK this should not have changed since 1.0.
So changing
Code:
row3L=Vel imp
into
Code:
row3L=Vel met
should do the trick.

Happy Orbiting
 

Genius

New member
Joined
Mar 20, 2008
Messages
103
Reaction score
0
Points
0
Thanks TSPenguin. I tried that, but it give me meters per second and not kilometers per hour.
 

TSPenguin

The Seeker
Joined
Jan 27, 2008
Messages
4,075
Reaction score
4
Points
63
Kilometers per hour is a laymans term. Spaceflight always uses meters per second.
Maybe Doug will someday include it, but that is something I doubt.

For now, all you can do is multiply it by 3.6 to get km/h.
 

Genius

New member
Joined
Mar 20, 2008
Messages
103
Reaction score
0
Points
0
Thanks for the help anyway. I tried to multiply the line with 3.6, but it does not work. :}
 

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,218
Reaction score
1,566
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
TS is correct; M = "meters per second". There are no plans to implement a "kilometers per hour" option, sorry. :)
 
Top