diff --git a/csgo/addons/sourcemod/configs/zr/downloads.txt b/csgo/addons/sourcemod/configs/zr/downloads.txt index ab70fc6..3776137 100644 --- a/csgo/addons/sourcemod/configs/zr/downloads.txt +++ b/csgo/addons/sourcemod/configs/zr/downloads.txt @@ -11,6 +11,9 @@ // Defaults: // ---------------------------------------------------------------------------- +materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_normal.vtf +materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_skin.vmt + // team win overlays materials/overlays/zr/zombies_win.vtf materials/overlays/zr/zombies_win.vmt diff --git a/csgo/addons/sourcemod/configs/zr/models.txt b/csgo/addons/sourcemod/configs/zr/models.txt index cb92eeb..43f0622 100644 --- a/csgo/addons/sourcemod/configs/zr/models.txt +++ b/csgo/addons/sourcemod/configs/zr/models.txt @@ -28,8 +28,8 @@ { "zombie" { - "name" "zombie" - "path" "models/player/zombieskincsgo/" + "name" "gozombie" + "path" "models/player/kuristaja/zombies/gozombie/" "team" "zombies" "access" "public" "group" "" diff --git a/csgo/addons/sourcemod/configs/zr/playerclasses-nemesis.txt b/csgo/addons/sourcemod/configs/zr/playerclasses-nemesis.txt index 73e2584..ee71276 100644 --- a/csgo/addons/sourcemod/configs/zr/playerclasses-nemesis.txt +++ b/csgo/addons/sourcemod/configs/zr/playerclasses-nemesis.txt @@ -78,7 +78,7 @@ "description" "+++ Everything!" // Model - "model_path" "models/player/ics/hellknight_red/t_guerilla.mdl" + "model_path" "models/player/kuristaja/zombies/gozombie/gozombie.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" diff --git a/csgo/addons/sourcemod/configs/zr/playerclasses.txt b/csgo/addons/sourcemod/configs/zr/playerclasses.txt index c66f101..ec6d711 100644 --- a/csgo/addons/sourcemod/configs/zr/playerclasses.txt +++ b/csgo/addons/sourcemod/configs/zr/playerclasses.txt @@ -79,7 +79,7 @@ "description" "Need brains!!! Arrrrggghh!" // Model - "model_path" "models/player/zombieskincsgo/zombie.mdl" + "model_path" "models/player/kuristaja/zombies/gozombie/gozombie.mdl" "model_skin_index" "0" "alpha_initial" "255" "alpha_damaged" "255" @@ -125,7 +125,7 @@ "description" "-HP | +Speed | +Jump | +Knockback" // Model - "model_path" "models/player/zombieskincsgo/zombie.mdl" + "model_path" "models/player/kuristaja/zombies/gozombie/gozombie.mdl" "model_skin_index" "0" "alpha_initial" "255" "alpha_damaged" "255" @@ -171,7 +171,7 @@ "description" "+HP | -Speed | +Jump | +Knockback" // Model - "model_path" "models/player/zombieskincsgo/zombie.mdl" + "model_path" "models/player/kuristaja/zombies/gozombie/gozombie.mdl" "model_skin_index" "0" "alpha_initial" "255" "alpha_damaged" "255" @@ -217,7 +217,7 @@ "description" "+HP | -Speed | -Knockback" // Model - "model_path" "models/player/zombieskincsgo/zombie.mdl" + "model_path" "models/player/kuristaja/zombies/gozombie/gozombie.mdl" "model_skin_index" "0" "alpha_initial" "255" "alpha_damaged" "255" @@ -263,7 +263,7 @@ "description" "+HP regen | +Speed | +Jump | -Knockback" // Model - "model_path" "models/player/zombieskincsgo/zombie.mdl" + "model_path" "models/player/kuristaja/zombies/gozombie/gozombie.mdl" "model_skin_index" "0" "alpha_initial" "255" "alpha_damaged" "255" @@ -309,7 +309,7 @@ "description" "+HP regen | +Speed | +Jump | -Knockback" // Model - "model_path" "models/player/zombieskincsgo/zombie.mdl" + "model_path" "models/player/kuristaja/zombies/gozombie/gozombie.mdl" "model_skin_index" "0" "alpha_initial" "255" "alpha_damaged" "255" diff --git a/csgo/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg b/csgo/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg index 42cd41e..6daebf4 100644 --- a/csgo/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg +++ b/csgo/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg @@ -369,7 +369,7 @@ zr_infect_sparks "1" // Sound, relative to "sound" folder, to play from player on infection. ['""' = No sound] // Default: "npc/fast_zombie/fz_scream1.wav" -zr_infect_sound "npc/fast_zombie/fz_scream1.wav" +zr_infect_sound "music/zr/fz_scream1.mp3" // Emit an energy splash from player on infection. // Default: "1" @@ -598,7 +598,7 @@ zr_ambientsounds "1" // Sound file, relative to "sound" folder, to play as ambience. This file is automatically downloaded to clients. [Dependency: zr_ambientsounds] // Default: "ambient/zr/zr_ambience.mp3" -zr_ambientsounds_file "ambient/zr/zr_ambience.mp3" +zr_ambientsounds_file "music/zr/zr_ambience.mp3" // Length of the ambient sound. [Dependency: zr_ambientsounds] // Default: "60.0" diff --git a/csgo/materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_normal.vtf b/csgo/materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_normal.vtf new file mode 100644 index 0000000..34de743 Binary files /dev/null and b/csgo/materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_normal.vtf differ diff --git a/csgo/materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_skin.vmt b/csgo/materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_skin.vmt new file mode 100644 index 0000000..0c09fd5 --- /dev/null +++ b/csgo/materials/models/player/kuristaja/zombies/gozombie/csgo_zombie_skin.vmt @@ -0,0 +1,14 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models/player/zombie/csgo_zombie_skin" + "$bumpmap" "models/player/kuristaja/zombies/gozombie/csgo_zombie_normal" + + "$phong" "1" + "$phongexponent" "60" + "$phongboost" ".007" + "$phongfresnelranges" "[5 6 8]" + "$PhongAlbedoTint" "1" + + "$selfillum" "1" + "$selfillummask" "models/player/zombie/csgo_zombie_eye_glow" +} \ No newline at end of file diff --git a/csgo/materials/overlays/zr/humans_win.vmt b/csgo/materials/overlays/zr/humans_win.vmt new file mode 100644 index 0000000..5a9a198 --- /dev/null +++ b/csgo/materials/overlays/zr/humans_win.vmt @@ -0,0 +1,9 @@ +"Refract" +{ + "$model" 1 + "$refractamount" "0" + "$bluramount" "0" + "$REFRACTTINT" "{50 50 150}" + "$REFRACTTINTtexture" "overlays/zr/humans_win" + "$scale" "[1 1]" +} \ No newline at end of file diff --git a/csgo/materials/overlays/zr/humans_win.vtf b/csgo/materials/overlays/zr/humans_win.vtf new file mode 100644 index 0000000..5b426f0 Binary files /dev/null and b/csgo/materials/overlays/zr/humans_win.vtf differ diff --git a/csgo/materials/overlays/zr/zombies_win.vmt b/csgo/materials/overlays/zr/zombies_win.vmt new file mode 100644 index 0000000..06ef549 --- /dev/null +++ b/csgo/materials/overlays/zr/zombies_win.vmt @@ -0,0 +1,9 @@ +"Refract" +{ + "$model" 1 + "$refractamount" "0" + "$bluramount" "0" + "$REFRACTTINT" "{150 50 50}" + "$REFRACTTINTtexture" "overlays/zr/zombies_win" + "$scale" "[1 1]" +} \ No newline at end of file diff --git a/csgo/materials/overlays/zr/zombies_win.vtf b/csgo/materials/overlays/zr/zombies_win.vtf new file mode 100644 index 0000000..60d0f50 Binary files /dev/null and b/csgo/materials/overlays/zr/zombies_win.vtf differ diff --git a/csgo/materials/overlays/zr/zvision.vmt b/csgo/materials/overlays/zr/zvision.vmt new file mode 100644 index 0000000..3af2137 --- /dev/null +++ b/csgo/materials/overlays/zr/zvision.vmt @@ -0,0 +1,12 @@ +"Refract" +{ + "$model" 1 + "$refractamount" "0.007" + "$bluramount" "0.5" + "$REFRACTTINT" "{255 90 90}" + "$REFRACTTINTtexture" "overlays/zr/zvision" + "$scale" "[1 1]" + "$additive" 1 + "$envmapcontrast" 1 + "$envmapsaturation" 1 +} diff --git a/csgo/materials/overlays/zr/zvision.vtf b/csgo/materials/overlays/zr/zvision.vtf new file mode 100644 index 0000000..e4474ab Binary files /dev/null and b/csgo/materials/overlays/zr/zvision.vtf differ diff --git a/csgo/models/player/kuristaja/zombies/gozombie/gozombie.dx90.vtx b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.dx90.vtx new file mode 100644 index 0000000..ef34246 Binary files /dev/null and b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.dx90.vtx differ diff --git a/csgo/models/player/kuristaja/zombies/gozombie/gozombie.dx90.vtx.ztmp b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.dx90.vtx.ztmp new file mode 100644 index 0000000..f43d369 Binary files /dev/null and b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.dx90.vtx.ztmp differ diff --git a/csgo/models/player/kuristaja/zombies/gozombie/gozombie.mdl b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.mdl new file mode 100644 index 0000000..e437d4c Binary files /dev/null and b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.mdl differ diff --git a/csgo/models/player/kuristaja/zombies/gozombie/gozombie.phy b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.phy new file mode 100644 index 0000000..ba292df Binary files /dev/null and b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.phy differ diff --git a/csgo/models/player/kuristaja/zombies/gozombie/gozombie.vvd b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.vvd new file mode 100644 index 0000000..73d64ce Binary files /dev/null and b/csgo/models/player/kuristaja/zombies/gozombie/gozombie.vvd differ