Fixed typo in playerclasses.inc with logging defines, add updated weaponalpha module to track weapon alphas.

This commit is contained in:
Greyscale
2009-05-12 03:12:05 +02:00
parent 67ec1f8433
commit 14c5acf0bf
7 changed files with 187 additions and 56 deletions

View File

@ -20,7 +20,7 @@
// name text The class name used in class menu.
// description text The class description used in class menu.
// model_path text Path to model to use. Relative to cstrike folder.
// alpha_spawn number Initial transparency setting.
// alpha_initial number Initial transparency setting.
// alpha_damaged number Transparency when damaged.
// alpha_damage number How much damage to do before switching alpha.
// overlay_path text Overlay displayed at the player.
@ -58,7 +58,7 @@
// Model
"model_path" "models/player/zh/zh_charple001.mdl"
"alpha_spawn" "255"
"alpha_initial" "100"
"alpha_damaged" "255"
"alpha_damage" "0"
@ -99,7 +99,7 @@
// Model
"model_path" "models/player/zh/zh_corpse002.mdl"
"alpha_spawn" "255"
"alpha_initial" "50"
"alpha_damaged" "255"
"alpha_damage" "0"
@ -140,7 +140,7 @@
// Model
"model_path" "models/player/zh/zh_zombie003.mdl"
"alpha_spawn" "255"
"alpha_initial" "150"
"alpha_damaged" "255"
"alpha_damage" "0"
@ -181,7 +181,7 @@
// Model
"model_path" "models/player/ics/hellknight_red/t_guerilla.mdl"
"alpha_spawn" "255"
"alpha_initial" "10"
"alpha_damaged" "255"
"alpha_damage" "0"
@ -228,7 +228,7 @@
// Model
"model_path" "default"
"alpha_spawn" "255"
"alpha_initial" "200"
"alpha_damaged" "255"
"alpha_damage" "0"
@ -269,7 +269,7 @@
// Model
"model_path" "default"
"alpha_spawn" "255"
"alpha_initial" "240"
"alpha_damaged" "255"
"alpha_damage" "0"
@ -310,7 +310,7 @@
// Model
"model_path" "default"
"alpha_spawn" "255"
"alpha_initial" "100"
"alpha_damaged" "255"
"alpha_damage" "0"