From 98366738b66ee60690ce943d8b060f0629e3ecc0 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Tue, 24 Jan 2012 09:07:33 +0000 Subject: Added a second sun to kiana. Gave some colors specular values. --- base/ini/zones/kiana.ini | 9 ++++++++- base/materials/colors.shader | 8 ++++++++ base/materials/shaderlist.txt | 6 +++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/base/ini/zones/kiana.ini b/base/ini/zones/kiana.ini index 1df5866..4ec1d02 100644 --- a/base/ini/zones/kiana.ini +++ b/base/ini/zones/kiana.ini @@ -23,7 +23,7 @@ name=Navigation point Origin location=0 0 0 ; ------------------------------------------------------------------ -; STAR +; STARS [star] label=star1 @@ -32,6 +32,13 @@ location=1204 768 96 radius=128 color=210 210 255 +[star] +label=star2 +name=Class C Star +location=8192 640 -128 +radius=128 +color=110 110 255 + ; ------------------------------------------------------------------ ; PLANET KIANA PRIME diff --git a/base/materials/colors.shader b/base/materials/colors.shader index 3cf319e..25341ae 100644 --- a/base/materials/colors.shader +++ b/base/materials/colors.shader @@ -154,12 +154,14 @@ textures/colors/grey25 { qer_editorimage textures/colors/grey25 color 0.25 0.25 0.25 + specular 1.00 1.00 1.00 } textures/colors/grey25_shiny { qer_editorimage textures/colors/grey25 color 0.25 0.25 0.25 + specular 1.00 1.00 1.00 texture textures/fx/generic_env environment } @@ -175,12 +177,14 @@ textures/colors/grey50 { qer_editorimage textures/colors/grey50 color 0.50 0.50 0.50 + specular 1.00 1.00 1.00 } textures/colors/grey50_shiny { qer_editorimage textures/colors/grey50 color 0.50 0.50 0.50 + specular 1.00 1.00 1.00 texture textures/fx/generic_env environment } @@ -196,12 +200,14 @@ textures/colors/grey75 { qer_editorimage textures/colors/grey75 color 0.75 0.75 0.75 + specular 1.00 1.00 1.00 } textures/colors/grey75_shiny { qer_editorimage textures/colors/grey75 color 0.75 0.75 0.75 + specular 1.00 1.00 1.00 texture textures/fx/generic_env environment } @@ -217,12 +223,14 @@ textures/colors/grey90 { qer_editorimage textures/colors/grey90 color 0.90 0.90 0.90 + specular 1.00 1.00 1.00 } textures/colors/grey90_shiny { qer_editorimage textures/colors/grey90 color 0.90 0.90 0.90 + specular 1.00 1.00 1.00 texture textures/fx/generic_env environment } diff --git a/base/materials/shaderlist.txt b/base/materials/shaderlist.txt index 452a3d5..1d60487 100644 --- a/base/materials/shaderlist.txt +++ b/base/materials/shaderlist.txt @@ -1,11 +1,11 @@ common colors +commodities +detail glass kuroto -trak -detail thorn +trak tsukhan -commodities ui -- cgit v1.2.3