Page 3 of 3

Posted: Wed Feb 07, 2007 4:54 pm
by CaptKev
Sung, do you run in full screen mode? If not try changing your .GNUstepDefaults to do so, it might help.

Posted: Wed Feb 07, 2007 10:05 pm
by Sung
Woah! Great i love this! This is the right way to make the look smart. :)

Posted: Wed Feb 07, 2007 10:14 pm
by CaptKev
Thanks Sung, like you I would like to improve the general looks of Oolite, but not at the expense of the great gameplay!

Posted: Thu Feb 08, 2007 8:39 am
by Dr. Nil
Sung wrote:
Perhaps it is better so realize a modern HUD Display like that:

Image
I would like to the game to allow the kind of HUD control, that would let people do oxp HUDs like that.

Posted: Tue Feb 20, 2007 10:12 am
by Frunobulax
CaptKev wrote:
Not sure why the HUD isn't available on Oosat2 yet, but for the time being it can be downloaded from http://www.marlinsoftware.co.uk/Oolite/FighterHUD.zip
This link doesn't seem to work, and I can't find the HUD on oosat2 - where is it?

Regards, F.

Posted: Tue Feb 20, 2007 10:49 am
by CaptKev
Sorry Frunobulax.. I deleted it by mistake :oops:, give it another try, it should be there now.

Posted: Tue Feb 20, 2007 9:12 pm
by Brianetta
omoplata wrote:
Decided to quickly try it now
Image

The window is the default size which im guessing is 800x600 and myscreen is running at 1280x800 (its a ws laptop).
I get exactly this, in or out of full screen mode. I'm using the Linux port.

Posted: Wed Feb 21, 2007 8:30 am
by CaptKev
Hi Brianetta,

Try opening up the file hud.plist in the Config folder, then search for the text hud.png and play around with the Y position (currently -15).

Code: Select all

		<dict>
			<key>image</key>
			<string>hud.png</string>
			<key>width</key>
			<real>640</real>
			<key>height</key>
			<real>480</real>
			<key>x</key>
			<integer>0</integer>
			<key>y</key>
			<integer>-15</integer>
			<key>alpha</key>
			<real>1.00</real>
		</dict>

Posted: Wed Feb 21, 2007 12:46 pm
by devilhunter
hi - i also have the hud in the middle of the screen - i run a 1024 x 768 set up but how do i get into the congig to adjust the y - sorry but i aint no prgrammer

Posted: Wed Feb 21, 2007 3:30 pm
by CaptKev
Hi devilhunter,

Start WordPad, then pick File/Open, change file types to 'All Documents' then open hud.plist in the Oolite/AddOns/FighterHUD.oxp/Config folder. locate the line <string>hud.png</string>, eight lines below this contains the line you need to change (try a much bigger negative value).

Posted: Wed Feb 21, 2007 5:09 pm
by devilhunter
many thanks - it works - i am well happy
many thanks for teaching this basic stuff

Posted: Thu Feb 22, 2007 8:26 am
by CaptKev
:D Glad to be of help.