[3846] | 1 | <WorldDataFile> |
---|
| 2 | <name>Multiplayer Arena</name> |
---|
| 3 | <menu-item-image>pictures/menu/se_vulcano_512x128.png</menu-item-image> |
---|
| 4 | <screenshoot>pictures/menu/ss_vulcano_512x512.png</screenshoot> |
---|
| 5 | |
---|
| 6 | <LoadScreen> |
---|
| 7 | <BackgroundImage>pictures/load_screens/default.jpg</BackgroundImage> |
---|
| 8 | <ElementCount>16</ElementCount> |
---|
| 9 | <BackgroundPS>0,0,1.0,1</BackgroundPS> |
---|
| 10 | <BarPS>.65,.87,.3,.05</BarPS> |
---|
| 11 | <BarImage>pictures/load_screens/default_bar.png</BarImage> |
---|
| 12 | </LoadScreen> |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | <WorldEntities> |
---|
| 16 | |
---|
| 17 | <SkyBox> |
---|
| 18 | <name>Sky</name> |
---|
| 19 | <Materialset>pictures/sky/simple_space</Materialset> |
---|
| 20 | <Size>10000</Size> |
---|
| 21 | </SkyBox> |
---|
| 22 | |
---|
| 23 | |
---|
[3848] | 24 | <!-- the asteroid field --> |
---|
| 25 | <ModelEntity> |
---|
| 26 | <name>comet</name> |
---|
| 27 | <abs-coor>400, 500, 0</abs-coor> |
---|
| 28 | <abs-dir>1.8, 1, 0, 0</abs-dir> |
---|
| 29 | <model>models/environments/meteorit.obj, 2.5</model> |
---|
| 30 | </ModelEntity> |
---|
| 31 | |
---|
| 32 | <ModelEntity> |
---|
| 33 | <name>comet2</name> |
---|
| 34 | <abs-coor>0, 100, 700</abs-coor> |
---|
| 35 | <model>models/comet.obj, 1</model> |
---|
| 36 | </ModelEntity> |
---|
| 37 | |
---|
| 38 | <Planet> |
---|
| 39 | <name>mars</name> |
---|
| 40 | <abs-coor>0,500,-800</abs-coor> |
---|
| 41 | <size>330</size> |
---|
| 42 | <texture>planets/mars.png</texture> |
---|
| 43 | </Planet> |
---|
| 44 | |
---|
[3846] | 45 | <BspEntity> |
---|
| 46 | <Name>worlds/bsp/apocalyptica.bsp</Name> |
---|
| 47 | </BspEntity> |
---|
| 48 | |
---|
| 49 | |
---|
| 50 | <TurbineHover> |
---|
| 51 | <name>Player</name> |
---|
| 52 | </TurbineHover> |
---|
| 53 | |
---|
| 54 | </WorldEntities> |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | <LightManager> |
---|
| 58 | <Lights> |
---|
| 59 | <Light> |
---|
| 60 | <diffuse-color>1,1,1</diffuse-color> |
---|
| 61 | <abs-coor>100,100,50</abs-coor> |
---|
| 62 | </Light> |
---|
| 63 | </Lights> |
---|
| 64 | <ambient-color>1,1,1</ambient-color> |
---|
| 65 | </LightManager> |
---|
| 66 | |
---|
| 67 | |
---|
| 68 | </WorldDataFile> |
---|