From d289918bfdf7635ec3bb2c94d8255da2b2572aea Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 6 Feb 2022 19:14:54 +0100 Subject: Added datafiles to the repository This includes only text files from the most common distribution of content.dat and shatter.dat. --- data/shatter/Galaxy/Radix/Radix.def | 183 ++++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 data/shatter/Galaxy/Radix/Radix.def (limited to 'data/shatter/Galaxy/Radix') diff --git a/data/shatter/Galaxy/Radix/Radix.def b/data/shatter/Galaxy/Radix/Radix.def new file mode 100644 index 0000000..907861f --- /dev/null +++ b/data/shatter/Galaxy/Radix/Radix.def @@ -0,0 +1,183 @@ +STARSYSTEM + +name: Radix + +/*************************************/ + +sky: { + nebula: "Nebula-Radix.mag", + poly_stars: "stars.mag", + haze: "Radix/Canyon/TerrainHaze.mag" +} + +stars: 500 +dust: 300 + +/*************************************/ + +ambient: (20, 10, 7) + +star: { + name: Radset + map: "Suns/StarG_map.pcx" + image: "Suns/G3.pcx", + tscale: 6, + radius: 16e8, + mass: 2e30, + light: 1.6e11, + color: (255, 250, 245),// - G Yellow + back: ( 40, 22, 14) // - nebula19 +} + +planet: { + name: Senna + map: "Radix/senna_map.pcx" + image: "Radix/senna_lo.pcx", + high_res:"Radix/senna_hi.jpg", + radius: 4.5e6, + mass: 4.1e24, + atmosphere: (160,140,120), + orbit: 0.75e11, + rotation: 24.3 +} + +region: { + name: Senna, + radius: 480e3, + grid: 20e3, + orbit: 18e6, + inclination: 0.5 +} + +moon: { + name: Galen + map: "Moons/rock_map.pcx" + image: "Moons/rock_lo.pcx", + high_res:"Moons/rock_hi.pcx", + radius: 2.3e6, + rotation: 16.4, + mass: 5.98e23, + orbit: 48e6, +} + + +planet: { + name: Radix + map: "Radix/radix_map.pcx" + image: "Radix/radix_lo.pcx", + high_res:"Radix/radix_hi.jpg", + gloss: "Radix/radix_gloss.jpg", + radius: 5.1e6, + mass: 4.6e24, + atmosphere: (175,160,150), + orbit: 1.3e11, + rotation: 16.3 +} + +terrain: { + name: "Shadow Canyon", + radius: 480e3, + grid: 20e3, + + patch: "Radix/Canyon/terrain.pcx", + patch_texture: "Radix/Canyon/terrain_big.pcx", + apron: "Radix/Canyon/terrain_apron.pcx", + apron_texture: "Radix/Canyon/terrain_apron_tex.pcx", + sky_color: "Radix/Canyon/terrain_sky.pcx", + + layer: { tile: "Radix/Canyon/Layer0.pcx" height: 0 detail: "Radix/Canyon/noise0.pcx" } + layer: { tile: "Radix/Canyon/Layer1.pcx" height: 3000 detail: "Radix/Canyon/noise1.pcx" } + layer: { tile: "Radix/Canyon/Layer2.pcx" height: 9000 detail: "Radix/Canyon/noise1.pcx" } + + clouds_high: "Radix/Canyon/terrain_cloud0.pcx", + clouds_low: "Radix/Canyon/terrain_cloud1.pcx", + shades_low: "Radix/Canyon/terrain_cloud1a.pcx", + clouds_alt_high: 16.3e3, + clouds_alt_low: 13.1e3, + + scale: 1.75e3, + mtnscale: 80, + haze_fade: 0.5, + fog_density: 0.5, + fog_scale: 5, + + weather_period: 59876, + + weather_high_clouds: 50, + weather_moderate_clouds: 15, + weather_overcast: 0, + weather_fog: 0, + weather_storm: 0, +} + +region: { + name: Radix, + radius: 480e3, + grid: 20e3, + orbit: 18e6, + inclination: 0.4 +} + +moon: { + name: Ariadne, + map: "Moons/lunar_map.pcx" + image: "Moons/lunar_lo.pcx", + high_res:"Moons/lunar_hi.pcx", + radius: 2.9e6, + rotation: 310.4, + mass: 5.18e23, + orbit: 53.2e6, +} + + +// GAS GIANTS: + +planet: { + name: Cavenda + map: "Giants/GasGiant5_map.pcx" + image: "Giants/GasGiant5.jpg", + radius: 13.7e6, + mass: 3.6e26, + tscale: 2, + orbit: 2.51e11, + rotation: 43.7 +} + +region: { + name: Cavenda, + radius: 480e3, + grid: 20e3, + orbit: 55e6, + inclination: 0.3, + link: Volova, // Kolchev + link: Relay, // Isham + link: Theramin, // Tarsus + link: Nerasil, // Garrison +} + +moon: { + name: Oberon + map: "Moons/ice_map.pcx" + image: "Moons/ice_lo.pcx", + high_res:"Moons/ice_hi.pcx", + radius: 2.3e6, + rotation: 26.4, + atmosphere: (180,180,255), + mass: 5.98e24, + orbit: 3.11e8 +} + +moon: { + name: Titania + map: "Jarnell/lanos_map.pcx" + image: "Jarnell/lanos_lo.pcx", + high_res:"Jarnell/lanos_hi.pcx", + radius: 4.1e6, + rotation: 38.4, + atmosphere: (180,180,255), + mass: 3.28e24, + orbit: 5.24e8 +} + + + -- cgit v1.1