r5350 - in trunk: data/models/ctf data/models/ctf/radiant data/scripts modelsource

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 29 10:58:10 EST 2008


Author: m0rfar
Date: 2008-12-29 10:58:10 -0500 (Mon, 29 Dec 2008)
New Revision: 5350

Added:
   trunk/data/models/ctf/radiant/
   trunk/data/models/ctf/radiant/flag_blue_radiant.md3
   trunk/data/models/ctf/radiant/flag_red_radiant.md3
   trunk/modelsource/flags_source.7z
Modified:
   trunk/data/models/ctf/flags.md3
   trunk/data/models/ctf/flags.md3_0.skin
   trunk/data/models/ctf/flags.md3_1.skin
   trunk/data/scripts/entities.def
   trunk/data/scripts/flags.shader
Log:
* Added flags source (1,2 and 3 cloth versions).
* Changed entities.def so Radiant shows flag entites with flag model.

Modified: trunk/data/models/ctf/flags.md3
===================================================================
(Binary files differ)

Modified: trunk/data/models/ctf/flags.md3_0.skin
===================================================================
--- trunk/data/models/ctf/flags.md3_0.skin	2008-12-29 15:49:40 UTC (rev 5349)
+++ trunk/data/models/ctf/flags.md3_0.skin	2008-12-29 15:58:10 UTC (rev 5350)
@@ -1,3 +1,3 @@
-replace "flag_red" "textures/flags/flag_red.tga"
-replace "flag_red_cloth" "flag_red_cloth"
-replace "flag_red_laser" "flag_red_laser"
+replace "flag" "textures/flags/flag_red"
+replace "flag_cloth" "textures/flags/flag_red_cloth"
+replace "flag_laser" "textures/flags/flag_red_laser"

Modified: trunk/data/models/ctf/flags.md3_1.skin
===================================================================
--- trunk/data/models/ctf/flags.md3_1.skin	2008-12-29 15:49:40 UTC (rev 5349)
+++ trunk/data/models/ctf/flags.md3_1.skin	2008-12-29 15:58:10 UTC (rev 5350)
@@ -1,3 +1,3 @@
-replace "flag_red" "textures/flags/flag_blue.tga"
-replace "flag_red_cloth" "flag_blue_cloth"
-replace "flag_red_laser" "flag_blue_laser"
+replace "flag" "textures/flags/flag_blue"
+replace "flag_cloth" "textures/flags/flag_blue_cloth"
+replace "flag_laser" "textures/flags/flag_blue_laser"

Added: trunk/data/models/ctf/radiant/flag_blue_radiant.md3
===================================================================
(Binary files differ)


Property changes on: trunk/data/models/ctf/radiant/flag_blue_radiant.md3
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/models/ctf/radiant/flag_red_radiant.md3
===================================================================
(Binary files differ)


Property changes on: trunk/data/models/ctf/radiant/flag_red_radiant.md3
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/data/scripts/entities.def
===================================================================
--- trunk/data/scripts/entities.def	2008-12-29 15:49:40 UTC (rev 5349)
+++ trunk/data/scripts/entities.def	2008-12-29 15:58:10 UTC (rev 5350)
@@ -373,6 +373,8 @@
 noise1: sound played when flag is returned
 noise2: sound played when flag is captured
 noise3: sound played when flag is lost in the field and respawns itself
+-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
+model="models/ctf/radiant/flag_red_radiant.md3"
 */
 
 /*QUAKED item_flag_team2 (0 0 1) (-48 -48 -37) (48 48 37) 
@@ -384,6 +386,8 @@
 noise1: sound played when flag is returned
 noise2: sound played when flag is captured
 noise3: sound played when flag is lost in the field and respawns itself
+-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
+model="models/ctf/radiant/flag_blue_radiant.md3"
 */
 
 /*QUAKED item_health_large (.9 .3 .3) (-30 -30 0) (30 30 48) FLOATING

Modified: trunk/data/scripts/flags.shader
===================================================================
--- trunk/data/scripts/flags.shader	2008-12-29 15:49:40 UTC (rev 5349)
+++ trunk/data/scripts/flags.shader	2008-12-29 15:58:10 UTC (rev 5350)
@@ -1,4 +1,4 @@
-flag_red_cloth {
+textures/flags/flag_red_cloth {
 	cull none
 	deformVertexes wave 100 sin 0 0.4 0 2.5
 	{
@@ -6,7 +6,7 @@
 	}
 }
 
-flag_red_laser {
+textures/flags/flag_red_laser {
 	{
 		map textures/flags/flag_red_laser.tga
 		tcMod scroll 0.2 -1
@@ -15,7 +15,7 @@
 }
 
 
-flag_blue_cloth {
+textures/flags/flag_blue_cloth {
 	cull none
 	deformVertexes wave 100 sin 0 0.4 0 2.5
 	{
@@ -23,7 +23,7 @@
 	}
 }
 
-flag_blue_laser {
+textures/flags/flag_blue_laser {
 	{
 		map textures/flags/flag_blue_laser.tga
 		tcMod scroll 0.2 -1

Added: trunk/modelsource/flags_source.7z
===================================================================
(Binary files differ)


Property changes on: trunk/modelsource/flags_source.7z
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the nexuiz-commits mailing list