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/Haiche/Haiche.def | 198 ++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 data/shatter/Galaxy/Haiche/Haiche.def (limited to 'data/shatter/Galaxy/Haiche') diff --git a/data/shatter/Galaxy/Haiche/Haiche.def b/data/shatter/Galaxy/Haiche/Haiche.def new file mode 100644 index 0000000..d23d1fd --- /dev/null +++ b/data/shatter/Galaxy/Haiche/Haiche.def @@ -0,0 +1,198 @@ +STARSYSTEM + +name: Haiche + +/*************************************/ + +sky: { + nebula: "Nebula-Haiche.mag", + poly_stars: "stars.mag", + haze: "Haiche/Tantalus/TerrainHaze.mag" +} + +stars: 500 +dust: 300 + +/*************************************/ + +ambient: (16, 16, 16) + +star: { + name: Heron + map: "Suns/StarK_map.pcx" + image: "Suns/K1.pcx", + tscale: 6, + radius: 12e8, + mass: 1.5e30, + light: 7.8e10, + color: (255, 232, 224), + back: ( 44, 66, 88), +} + +planet: { + name: Haiche + map: "Haiche/haiche_map.pcx" + image: "Haiche/haiche_lo.pcx", + high_res:"Haiche/haiche_hi.jpg", + radius: 4.8e6, + mass: 5.75e24, + atmosphere: (200,180,160), + orbit: 0.94e11, + rotation: 17.3 +} + +terrain: { + name: "Tantalus", + radius: 480e3, + grid: 20e3, + + patch: "Haiche/Tantalus/terrain.pcx", + patch_texture: "Haiche/Tantalus/terrain_big.pcx", + apron: "Haiche/Tantalus/terrain_apron.pcx", + apron_texture: "Haiche/Tantalus/terrain_apron_tex.pcx", + sky_color: "Haiche/Tantalus/terrain_sky.pcx", + + layer: { tile: "Haiche/Tantalus/Layer0.pcx" height: 0 detail: "Haiche/Tantalus/noise0.pcx" } + layer: { tile: "Haiche/Tantalus/Layer1.pcx" height: 3300 detail: "Haiche/Tantalus/noise1.pcx" } + layer: { tile: "Haiche/Tantalus/Layer2.pcx" height: 9500 detail: "Haiche/Tantalus/noise1.pcx" } + + clouds_high: "Haiche/Tantalus/terrain_cloud0.pcx", + clouds_low: "Haiche/Tantalus/terrain_cloud1.pcx", + shades_low: "Haiche/Tantalus/terrain_cloud1a.pcx", + clouds_alt_high: 16.9e3, + clouds_alt_low: 12.1e3, + + scale: 1.5e3, + mtnscale: 50, + haze_fade: 0.5, + fog_density: 0.5, + fog_scale: 5, + + weather_period: 59876, + + weather_high_clouds: 25, + weather_moderate_clouds: 40, + weather_overcast: 0, + weather_fog: 0, + weather_storm: 5, +} + +region: { + name: Haiche, + radius: 480e3, + grid: 20e3, + orbit: 19e6, + inclination: 0.45 +} + +moon: { + name: Eiller + map: "Moons/lunar_map.pcx" + image: "Moons/lunar_lo.pcx", + high_res:"Moons/lunar_hi.pcx", + radius: 1e6, + mass: 8e22, + orbit: 85e6 +} + +// GAS GIANTS: + +planet: { + name: Cygnus + map: "Giants/GasGiant5_map.pcx" + image: "Giants/GasGiant5.jpg", + radius: 27.1e6, + mass: 2.6e26, + tscale: 2, + tilt: 0.13, + orbit: 2.35e11, + rotation: 31.3 +} + +region: { + name: Cygnus, + radius: 480e3, + grid: 20e3, + orbit: 100e6, + inclination: 0.2 +} + +moon: { + name: Corvus + map: "Moons/rock_map.pcx" + image: "Moons/rock_lo.pcx", + high_res:"Moons/rock_hi.pcx", + radius: 1.3e6, + rotation: 16.4, + mass: 5.98e24, + orbit: 4.81e8 +} + +moon: { + name: Aquilae, + map: "Moons/ice_map.pcx" + image: "Moons/ice_lo.pcx", + high_res:"Moons/ice_hi.pcx", + radius: 2.1e6, + rotation: 28.4, + mass: 5.98e24, + orbit: 6.14e8 +} + + + +planet: { + name: "Tal Amin" + map: "Giants/GasGiant11_map.pcx" + image: "Giants/GasGiant11.jpg", + radius: 38.2e6, + mass: 4.0e26, + tscale: 2, + tilt: 0.13, + orbit: 3.41e11, + rotation: 31.3 +} + +region: { + name: "Tal Amin", + radius: 480e3, + grid: 20e3, + orbit: 150e6, + inclination: 0.2 +} + +moon: { + name: Benares, + map: "Moons/rock_map.pcx" + image: "Moons/rock_lo.pcx", + high_res:"Moons/rock_hi.pcx", + radius: 2.3e6, + rotation: 26.4, + mass: 5.98e24, + orbit: 4.21e8 +} + +moon: { + name: Kala + map: "Haiche/kala_map.pcx" + image: "Haiche/kala_lo.pcx", + high_res:"Haiche/kala_hi.pcx", + radius: 2.9e6, + rotation: 18.4, + mass: 5.98e24, + orbit: 5.74e8 +} + +region: { + name: Kala, + radius: 480e3, + grid: 20e3, + orbit: 11e6, + inclination: 0.2, + link: Navara, // Janus + link: Lornas, // Renser + link: Aram, // Ostara + link: Volova, // Kolchev +} + + -- cgit v1.1