quick mod to put the fuel scoop icon into Compact HUD

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

Post Reply
User avatar
shadowfirebird
Average
Average
Posts: 8
Joined: Mon Feb 23, 2009 2:11 pm
Location: Manchester, UK
Contact:

quick mod to put the fuel scoop icon into Compact HUD

Post by shadowfirebird »

I know it's hardly witchspace physics, but I got annoyed that that nice compact HUD didn't have a fuel scoop indicator. So in complete ingorance I had a fiddle and added the following to /usr/lib/Oolite/Addons/hud.plist:

Code: Select all

<dict><!-- fuel scoop status -->
		<key>alpha</key>
		<real>0.75</real>
		<key>selector</key>
		<string>drawScoopStatus:</string>
		<key>x</key>
		<integer>100</integer>
		<key>y</key>
		<integer>-200</integer>
</dict>
Thought I should post it here for the record.

Although, I have no idea what I am doing and for all I know have broken something...
Post Reply