Page 1 of 1

[Solved] Rotating ship in F5 screen. How?

Posted: Fri Aug 29, 2014 6:03 am
by Tichy
In some screenshots I saw the image of the player ship in the F5 screen. How do I enable it?

Re: Rotating ship in F5 screen. How?

Posted: Fri Aug 29, 2014 6:10 am
by another_commander
In your .GNUstepDefaults file, add this line:

Code: Select all

"show-ship-model-in-status-screen" = YES;
Save and start the game, voila!

Re: Rotating ship in F5 screen. How?

Posted: Fri Aug 29, 2014 7:43 am
by Tichy
Thank you! :)

Re: Rotating ship in F5 screen. How?

Posted: Sat Aug 30, 2014 7:32 pm
by Tichy
I did it in a slightly different way. I added to my ~/GNUstep/Defaults/oolite.plist

Code: Select all

<key>show-ship-model-in-status-screen</key>
<integer>1</integer>

Re: Rotating ship in F5 screen. How?

Posted: Sun Aug 31, 2014 8:43 am
by Diziet Sma
Tichy wrote:
I did it in a slightly different way. I added to my ~/GNUstep/Defaults/oolite.plist

Code: Select all

<key>show-ship-model-in-status-screen</key>
<integer>1</integer>
And just for the sake of completeness, I have

Code: Select all

<key>show-ship-model-in-status-screen</key>
<string>YES</string>
:mrgreen: