Difference between revisions of "Talk:Planetinfo.plist"
From Elite Wiki
(Noting missing info.) |
|||
Line 1: | Line 1: | ||
Needs the new info on script_actions and such. FixMe. --[[User:Aegidian|Aegidian]] 09:57, 10 January 2006 (UTC) |
Needs the new info on script_actions and such. FixMe. --[[User:Aegidian|Aegidian]] 09:57, 10 January 2006 (UTC) |
||
+ | |||
+ | Also needs key descriptions for: |
||
+ | position |
||
+ | orientation |
||
+ | texture |
||
+ | polar_color_factor |
||
+ | seed |
||
+ | |||
+ | addmoon...'''method''' |
||
+ | "addmoon: moon_entry" |
||
+ | or something like: |
||
+ | ( 0,7 ) = {( |
||
+ | conditions = ("planet_number equal 4", "galaxynumber equal 0", "status_string equal STATUS_EXITING_WITCHSPACE"); |
||
+ | do = ("addmoon: moon_entry"); ); }; |
||
+ | |||
+ | I think you forgot to use the dict on the scripted actions, maybe, I messed it all up while converting it to XML. |
Revision as of 22:52, 31 January 2006
Needs the new info on script_actions and such. FixMe. --Aegidian 09:57, 10 January 2006 (UTC)
Also needs key descriptions for: position orientation texture polar_color_factor seed
addmoon...method "addmoon: moon_entry" or something like: ( 0,7 ) = {(
conditions = ("planet_number equal 4", "galaxynumber equal 0", "status_string equal STATUS_EXITING_WITCHSPACE"); do = ("addmoon: moon_entry"); ); };
I think you forgot to use the dict on the scripted actions, maybe, I messed it all up while converting it to XML.