]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Include map assets mirceakitsune/redplanet
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 22 Dec 2019 13:32:45 +0000 (15:32 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 22 Dec 2019 13:32:45 +0000 (15:32 +0200)
maps/red-planet.map
maps/red-planet.map.options
scripts/map_red-planet.shader [new file with mode: 0644]
sound/map_red-planet/steam_burst.wav [new file with mode: 0644]
sound/map_red-planet/steam_fade.ogg [new file with mode: 0644]
sound/map_red-planet/steam_loop.wav [new file with mode: 0644]
textures/map_red-planet/env1.tga [new file with mode: 0644]
textures/map_red-planet/env2.tga [new file with mode: 0644]
textures/map_red-planet/env3.tga [new file with mode: 0644]

index a7148ad2e83498a539d87d1c89ff2f4d7602f7b3..330084d951077cb3d0fcec8aeaf12f871e62f262 100644 (file)
@@ -63310,14 +63310,14 @@ exx/trim-vert01
 {
 "classname" "target_speaker"
 "origin" "-1376.000000 -896.000000 192.000000"
-"noise" "sound/map_red_planet/steam_burst.wav"
+"noise" "sound/map_red-planet/steam_burst.wav"
 "targetname" "particle_2"
 "atten" "3"
 }
 {
 "classname" "target_speaker"
 "origin" "-1504.000000 -560.000000 192.000000"
-"noise" "sound/map_red_planet/steam_fade.ogg"
+"noise" "sound/map_red-planet/steam_fade.ogg"
 "targetname" "particle_1"
 "atten" "3"
 "angle" "0.000003"
@@ -63340,7 +63340,7 @@ exx/trim-vert01
 {
 "classname" "target_speaker"
 "origin" "-2016.000000 912.000000 192.000000"
-"noise" "sound/map_red_planet/steam_loop.wav"
+"noise" "sound/map_red-planet/steam_loop.wav"
 }
 {
 "classname" "light"
@@ -71671,14 +71671,14 @@ exx/trim-vert01
 {
 "classname" "target_speaker"
 "origin" "2016.000000 -896.000000 192.000000"
-"noise" "sound/map_red_planet/steam_burst.wav"
+"noise" "sound/map_red-planet/steam_burst.wav"
 "targetname" "particle_4"
 "atten" "3"
 }
 {
 "classname" "target_speaker"
 "origin" "1888.000000 912.000000 192.000000"
-"noise" "sound/map_red_planet/steam_fade.ogg"
+"noise" "sound/map_red-planet/steam_fade.ogg"
 "targetname" "particle_3"
 "atten" "3"
 "angle" "0.000003"
@@ -71701,7 +71701,7 @@ exx/trim-vert01
 {
 "classname" "target_speaker"
 "origin" "1504.000000 560.000000 192.000000"
-"noise" "sound/map_red_planet/steam_loop.wav"
+"noise" "sound/map_red-planet/steam_loop.wav"
 }
 {
 "classname" "item_cells"
index ef9468070ea841a897692d36cb281dc9e1cfbf72..00a54a4559f869dc63f06354e2efbcbeea3af796 100644 (file)
@@ -1,6 +1,6 @@
--bsp +
--vis +
+-bsp + -metaadequatescore 99999 -metamaxbboxdistance 16 -np 0.1
 -light + -bounce 8 -dirty -dirtscale 2 -bouncescale 1.15 -exposure 150 -areascale 1.25 -pointscale 1.4
+-vis +
 -minimap +
 -sRGB
-Version: 7
+Version: 8
diff --git a/scripts/map_red-planet.shader b/scripts/map_red-planet.shader
new file mode 100644 (file)
index 0000000..2010591
--- /dev/null
@@ -0,0 +1,59 @@
+textures/map_red-planet/env1
+{
+       qer_editorimage textures/map_red-planet/env1.tga
+       surfaceparm trans
+       cull disable
+       qer_trans 0.5
+       {
+               map textures/map_red-planet/env1.tga
+               blendfunc GL_ONE GL_ONE
+               //rgbGen vertex
+               tcgen environment
+               //tcmod scale 4 4
+       }
+       /*{
+               map $lightmap
+               rgbGen identity
+               tcgen lightmap
+       }*/
+}
+
+textures/map_red-planet/env2
+{
+       qer_editorimage textures/map_red-planet/env2.tga
+       surfaceparm trans
+       cull disable
+       qer_trans 0.5
+       {
+               map textures/map_red-planet/env2.tga
+               blendfunc GL_ONE GL_ONE
+               //rgbGen vertex
+               tcgen environment
+               //tcmod scale 4 4
+       }
+       /*{
+               map $lightmap
+               rgbGen identity
+               tcgen lightmap
+       }*/
+}
+
+textures/map_red-planet/env3
+{
+       qer_editorimage textures/map_red-planet/env3.tga
+       surfaceparm trans
+       cull disable
+       qer_trans 0.5
+       {
+               map textures/map_red-planet/env3.tga
+               blendfunc GL_ONE GL_ONE
+               //rgbGen vertex
+               tcgen environment
+               //tcmod scale 4 4
+       }
+       /*{
+               map $lightmap
+               rgbGen identity
+               tcgen lightmap
+       }*/
+}
diff --git a/sound/map_red-planet/steam_burst.wav b/sound/map_red-planet/steam_burst.wav
new file mode 100644 (file)
index 0000000..a8b331a
Binary files /dev/null and b/sound/map_red-planet/steam_burst.wav differ
diff --git a/sound/map_red-planet/steam_fade.ogg b/sound/map_red-planet/steam_fade.ogg
new file mode 100644 (file)
index 0000000..aa6f344
Binary files /dev/null and b/sound/map_red-planet/steam_fade.ogg differ
diff --git a/sound/map_red-planet/steam_loop.wav b/sound/map_red-planet/steam_loop.wav
new file mode 100644 (file)
index 0000000..f37e1fa
Binary files /dev/null and b/sound/map_red-planet/steam_loop.wav differ
diff --git a/textures/map_red-planet/env1.tga b/textures/map_red-planet/env1.tga
new file mode 100644 (file)
index 0000000..bc23504
Binary files /dev/null and b/textures/map_red-planet/env1.tga differ
diff --git a/textures/map_red-planet/env2.tga b/textures/map_red-planet/env2.tga
new file mode 100644 (file)
index 0000000..64e8442
Binary files /dev/null and b/textures/map_red-planet/env2.tga differ
diff --git a/textures/map_red-planet/env3.tga b/textures/map_red-planet/env3.tga
new file mode 100644 (file)
index 0000000..24f6e73
Binary files /dev/null and b/textures/map_red-planet/env3.tga differ