r3191 - in trunk/data: models/items qcsrc/server textures

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 19 13:17:49 EST 2008


Author: div0
Date: 2008-01-19 13:17:48 -0500 (Sat, 19 Jan 2008)
New Revision: 3191

Added:
   trunk/data/models/items/g_h50.md3
   trunk/data/textures/50hpskin.tga
   trunk/data/textures/50hpskin_bump.tga
   trunk/data/textures/50hpskin_gloss.tga
   trunk/data/textures/50hpskin_glow.tga
Removed:
   trunk/data/models/items/g_h25.md3_0.skin
   trunk/data/models/items/g_h25.md3_1.skin
   trunk/data/textures/mhdoubleskin.tga
   trunk/data/textures/mhdoubleskin_bump.tga
   trunk/data/textures/mhdoubleskin_gloss.tga
   trunk/data/textures/mhdoubleskin_glow.tga
Modified:
   trunk/data/qcsrc/server/t_items.qc
   trunk/data/textures/mhskin.tga
   trunk/data/textures/mhskin_bump.tga
   trunk/data/textures/mhskin_gloss.tga
   trunk/data/textures/mhskin_glow.tga
Log:
better 50hp model by tZork


Deleted: trunk/data/models/items/g_h25.md3_0.skin
===================================================================
--- trunk/data/models/items/g_h25.md3_0.skin	2008-01-19 16:25:32 UTC (rev 3190)
+++ trunk/data/models/items/g_h25.md3_0.skin	2008-01-19 18:17:48 UTC (rev 3191)
@@ -1 +0,0 @@
-h25,mhskin.tga

Deleted: trunk/data/models/items/g_h25.md3_1.skin
===================================================================
--- trunk/data/models/items/g_h25.md3_1.skin	2008-01-19 16:25:32 UTC (rev 3190)
+++ trunk/data/models/items/g_h25.md3_1.skin	2008-01-19 18:17:48 UTC (rev 3191)
@@ -1 +0,0 @@
-h25,mhdoubleskin.tga

Added: trunk/data/models/items/g_h50.md3
===================================================================
(Binary files differ)


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

Modified: trunk/data/qcsrc/server/t_items.qc
===================================================================
--- trunk/data/qcsrc/server/t_items.qc	2008-01-19 16:25:32 UTC (rev 3190)
+++ trunk/data/qcsrc/server/t_items.qc	2008-01-19 18:17:48 UTC (rev 3191)
@@ -690,7 +690,7 @@
 		self.armorvalue = g_pickup_armorsmall;
 	if(!self.max_armorvalue)
 		self.max_armorvalue = g_pickup_armorsmall_max;
-	StartItem ("models/items/g_a1.md3", "misc/armor1.wav", 15, "Armor Shard", IT_ARMOR_SHARD, 0, commodity_pickupevalfunc, 100);
+	StartItem ("models/items/g_a1.md3", "misc/armor1.wav", 15, "5 Armor", IT_ARMOR_SHARD, 0, commodity_pickupevalfunc, 100);
 }
 
 void item_armor_medium (void) {
@@ -699,7 +699,7 @@
 	if(!self.max_armorvalue)
 		self.max_armorvalue = g_pickup_armormedium_max;
 	self.skin = 1; // "weaker" skin
-	StartItem ("models/items/g_a25.md3", "misc/armor25.wav", 30, "Armor", IT_ARMOR, 0, commodity_pickupevalfunc, 2000);
+	StartItem ("models/items/g_a25.md3", "misc/armor25.wav", 30, "25 Armor", IT_ARMOR, 0, commodity_pickupevalfunc, 2000);
 }
 
 void item_armor_large (void) {
@@ -707,7 +707,7 @@
 		self.armorvalue = g_pickup_armorlarge;
 	if(!self.max_armorvalue)
 		self.max_armorvalue = g_pickup_armorlarge_max;
-	StartItem ("models/items/g_a25.md3", "misc/armor25.wav", 30, "Armor", IT_ARMOR, 0, commodity_pickupevalfunc, 2000);
+	StartItem ("models/items/g_a25.md3", "misc/armor25.wav", 30, "100 Armor", IT_ARMOR, 0, commodity_pickupevalfunc, 2000);
 }
 
 void item_health_small (void) {
@@ -731,8 +731,7 @@
 		self.max_health = g_pickup_healthlarge_max;
 	if(!self.health)
 		self.health = g_pickup_healthlarge;
-	self.skin = 1; // "stronger" skin
-	StartItem ("models/items/g_h25.md3", "misc/mediumhealth.wav", 15, "25 Health", IT_25HP, 0, commodity_pickupevalfunc, 500);
+	StartItem ("models/items/g_h50.md3", "misc/mediumhealth.wav", 15, "50 Health", IT_25HP, 0, commodity_pickupevalfunc, 500);
 }
 
 void item_health_mega (void) {

Added: trunk/data/textures/50hpskin.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/50hpskin.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/textures/50hpskin_bump.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/50hpskin_bump.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/textures/50hpskin_gloss.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/50hpskin_gloss.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/textures/50hpskin_glow.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/50hpskin_glow.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: trunk/data/textures/mhdoubleskin.tga
===================================================================
(Binary files differ)

Deleted: trunk/data/textures/mhdoubleskin_bump.tga
===================================================================
(Binary files differ)

Deleted: trunk/data/textures/mhdoubleskin_gloss.tga
===================================================================
(Binary files differ)

Deleted: trunk/data/textures/mhdoubleskin_glow.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/mhskin.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/mhskin_bump.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/mhskin_gloss.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/mhskin_glow.tga
===================================================================
(Binary files differ)




More information about the nexuiz-commits mailing list