Code: Select all
<!-- background scenes for GUI screens -->
<key>gui-scene-show-planet</key>
<string>target-planet 120 80 640</string>
Moderators: winston, another_commander
Code: Select all
<!-- background scenes for GUI screens -->
<key>gui-scene-show-planet</key>
<string>target-planet 120 80 640</string>
If you have the latest SVN then the planet should show up on the f7 screen but only when you are docked.milinks wrote:In relation to displaying the planet, i take it this is from the descriptions.plistI have built from the latest svn but the planet doesnt show up, is there something more specific that is required to display the planet? Would be cool to see.Code: Select all
<!-- background scenes for GUI screens --> <key>gui-scene-show-planet</key> <string>target-planet 120 80 640</string>
Code: Select all
<!-- background scenes for GUI screens -->
<key>gui-scene-show-planet</key>
<string>target-planet 120 80 -640</string>
Code: Select all
<key>gui-scene-show-planet</key>
<array>
<dict>
<key>conditions</key>
<array>
<string>status_string equal STATUS_DOCKED</string>
</array>
<key>do</key>
<array>
<string>local-planet 125 125 560</string>
</array>
</dict>
</array>
Code: Select all
2006-04-15 21:00:05.000 oolite.exe[1032] initialising SDL
2006-04-15 21:00:06.000 oolite.exe[1032] init: numSticks=0
2006-04-15 21:00:06.000 oolite.exe[1032] CREATING MODE LIST
2006-04-15 21:00:06.000 oolite.exe[1032] Unknown architecture, defaulting to 1024x768
2006-04-15 21:00:06.000 oolite.exe[1032] Added res 800 x 600
2006-04-15 21:00:06.000 oolite.exe[1032] Added res 640 x 480
2006-04-15 21:00:06.000 oolite.exe[1032] Added res 512 x 384
2006-04-15 21:00:06.000 oolite.exe[1032] Added res 400 x 300
2006-04-15 21:00:06.000 oolite.exe[1032] Added res 320 x 240
2006-04-15 21:00:07.000 oolite.exe[1032] drawRect calling initialiseGLWithSize
2006-04-15 21:00:07.000 oolite.exe[1032] Creating a new surface of 1024 x 768
2006-04-15 21:00:07.000 oolite.exe[1032] no universe, clearning surface
2006-04-15 21:00:08.000 oolite.exe[1032] ---> searching paths:
(oolite.app/Contents/Resources, AddOns,)
2006-04-15 21:00:08.000 oolite.exe[1032] DEBUG ** no cache exists - yet **
2006-04-15 21:00:09.000 oolite.exe[1032] Vertex Array Range optimisation - not supported
2006-04-15 21:00:09.000 oolite.exe[1032] DEBUG creating octree cache......
2006-04-15 21:00:14.000 oolite.exe[1032] set docking port for <StationEntity Coriolis Station 0 (coriolis station) (rotating)> to
<ShipEntity Docking Slit 0 (docking-slit) BEHAVIOUR_IDLE on target 0 // (nil)> dimensions ( 192.00, 64.00, 250.00)
2006-04-15 21:00:14.000 oolite.exe[1032] Populating a system with economy 5, and government 3
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 3 trading vessels
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 0 sun skimming vessels
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 3 pirate vessels
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 0 sun skim pirates
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 1 law/bounty-hunter vessels
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 0 sun skim law/bounty hunter vessels
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 0 Thargoid warships
2006-04-15 21:00:14.000 oolite.exe[1032] ... adding 4 asteroid clusters
2006-04-15 21:00:14.000 oolite.exe[1032] ... for a total of 11 ships
2006-04-15 21:00:16.000 oolite.exe[1032] OPENGL_DEBUG GL_ERROR (1280) 'invalid enumerant' in: Universe before doing anything
2006-04-15 21:00:19.000 oolite.exe[1032] set docking port for <StationEntity Coriolis Station 0 (coriolis station) (rotating)> to
<ShipEntity Docking Slit 0 (docking-slit) BEHAVIOUR_IDLE on target 0 // (nil)> dimensions ( 192.00, 64.00, 250.00)
2006-04-15 21:00:20.000 oolite.exe[1032] SCRIPT debug messages ON
2006-04-15 21:00:20.000 oolite.exe[1032] SCRIPT debug messages OFF
2006-04-15 21:00:22.000 oolite.exe[1032]
***** Encountered localException during initialisation in [Universe update:] : NSInvalidArgumentException : GSCSubString(instance) does not recognize count *****
2006-04-15 21:00:22.000 oolite.exe[1032] *** NSTimer ignoring exception 'NSInvalidArgumentException' (reason 'GSCSubString(instance) does not recognize count') raised during posting of timer with target 0x6043988 and selector 'pollControls:'
2006-04-15 21:00:23.000 oolite.exe[1032] SCRIPT debug messages ON
2006-04-15 21:00:23.000 oolite.exe[1032] SCRIPT debug messages OFF
2006-04-15 21:00:26.000 oolite.exe[1032] Found mode {Height = 768; RefreshRate = 0; Width = 1024; }