; world.ini ; describes the entities in the game world ; ; Note: the .ini parser isn't very robust [star] name=star: Sabishi Hoshi location=256 -256 0 ; RGB color, values in the 0-255 range color=255 255 255 ; ; ALEXANDRIA STATION [entity] name=station: Alexandria model=stations/alexandria location=0 -64 0 ;color=.9 .75 .55 color=222 192 145 ; ; IKARUS SATELLITE [entity] name=satellite: Ikarus model=satellites/ikarus location=-32 0 0 color=0.4 0.4 0.9 direction=30 ; ; SHIPYARD [entity] name=ship: Canasta model=ships/canasta location=16 20 0 color=127 127 1 direction=-90 [entity] name=ship: Canasta model=ships/canasta location=16.5 20.5 0 ; RGB color, values in the 0-1 range color=0.7 0.7 1 direction=90 [entity] name=ship: Micron Vector model=ships/vector location=17 21 0 color=1 0.5 0.5 direction=-90 [entity] name=ship: Micron Vector model=ships/vector location=17.5 21.5 0 color=1 0.7 0.7 direction=90 [entity] name=ship: Orion model=ships/orion location=18 22 0 color=0.5 0.5 1 direction=-90 [entity] name=ship: Orion model=ships/orion location=18.5 22.5 0 color=1 0.4 0.7 direction=90 [entity] name=ship: Sharkan model=ships/sharkan location=18 18 0 color=0.0 1 0.2 direction=-90 [entity] name=ship: Sharkan model=ships/sharkan location=18.5 18.5 0 color=0.0 0.7 0.2 direction=90 ; ; TEST ENTITIES [entity] name=cube: Borg Cube Green shape=cube radius=1 location=24 24 0 color=0 255 0 [entity] name=cube: Borg Cube Red shape=cube radius=1 location=16 16 0 color=255 0 0 [entity] name=sphere: The Yellow Sphere shape=sphere radius=1 location=0 32 0 color=0.8 0.8 0 [entity] name=axis: Galactic Origin shape=axis radius=1 location=0 0 0 color=1 1 0