From a4a270f5d208a0a4b5cd07b086689a30fcc5aad7 Mon Sep 17 00:00:00 2001 From: JetBoom Date: Sat, 8 Nov 2014 23:26:35 -0500 Subject: [PATCH] Fixed $selfillum=1 being on some zombie view model materials. Why this went unnoticed for years is beyond me. --- .../materials/models/weapons/v_fza/fast_zombie_sheet.vmt | 3 --- .../content/materials/models/weapons/v_pza/Blackcrab_sheet.vmt | 3 --- .../materials/models/weapons/v_pza/PoisonZombie_sheet.vmt | 3 --- 3 files changed, 9 deletions(-) diff --git a/gamemodes/zombiesurvival/content/materials/models/weapons/v_fza/fast_zombie_sheet.vmt b/gamemodes/zombiesurvival/content/materials/models/weapons/v_fza/fast_zombie_sheet.vmt index 458375c..bf068a9 100644 --- a/gamemodes/zombiesurvival/content/materials/models/weapons/v_fza/fast_zombie_sheet.vmt +++ b/gamemodes/zombiesurvival/content/materials/models/weapons/v_fza/fast_zombie_sheet.vmt @@ -2,7 +2,4 @@ { "$baseTexture" "Models/Weapons/v_fza/fast_zombie_sheet" "$bumpmap" "Models/Weapons/v_fza/fast_zombie_sheet_normal" - "$envmap" "env_cubemap" - "$normalmapalphaenvmapmask" 1 - "$selfillum" "1" } \ No newline at end of file diff --git a/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/Blackcrab_sheet.vmt b/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/Blackcrab_sheet.vmt index 07bfa0d..f23480a 100644 --- a/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/Blackcrab_sheet.vmt +++ b/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/Blackcrab_sheet.vmt @@ -2,7 +2,4 @@ { "$baseTexture" "Models/Weapons/v_pza/Blackcrab_sheet" "$bumpmap" "Models/Weapons/v_pza/blackcrab_sheet_normal" - "$envmap" "env_cubemap" - "$normalmapalphaenvmapmask" 1 - "$selfillum" "1" } diff --git a/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/PoisonZombie_sheet.vmt b/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/PoisonZombie_sheet.vmt index df1c86d..8226056 100644 --- a/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/PoisonZombie_sheet.vmt +++ b/gamemodes/zombiesurvival/content/materials/models/weapons/v_pza/PoisonZombie_sheet.vmt @@ -2,7 +2,4 @@ { "$baseTexture" "Models/Weapons/v_pza/PoisonZombie_sheet" "$bumpmap" "Models/Weapons/v_pza/PoisonZombie_sheet_normal" - "$envmap" "env_cubemap" - "$normalmapalphaenvmapmask" 1 - "$selfillum" "1" } \ No newline at end of file