Fixed skin parsing issues.

This commit is contained in:
Justin Marshall
2026-05-20 14:49:42 -07:00
parent 59c10f4ac0
commit c139819575
21 changed files with 132 additions and 90 deletions
+8 -6
View File
@@ -1,7 +1,9 @@
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/pistol/pistol textures/common/nodraw
models/characters/scientist/head02/scihead02 textures/common/nodraw
models/characters/scientist/head02/hair textures/common/nodraw
models/characters/sarge2/teeth/teeth textures/common/nodraw
models/monsters/zombie/zombie01/eyes/brown textures/common/nodraw
skin skins/player/machinegun.skin {
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/pistol/pistol textures/common/nodraw
models/characters/scientist/head02/scihead02 textures/common/nodraw
models/characters/scientist/head02/hair textures/common/nodraw
models/characters/sarge2/teeth/teeth textures/common/nodraw
models/monsters/zombie/zombie01/eyes/brown textures/common/nodraw
}
+6 -4
View File
@@ -1,5 +1,7 @@
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/pistol/pistol textures/common/nodraw
models/weapons/machinegun/machinegun textures/common/nodraw
models/weapons/machinegun/m_gui.tga textures/common/nodraw
skin skins/player/nowep.skin {
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/pistol/pistol textures/common/nodraw
models/weapons/machinegun/machinegun textures/common/nodraw
models/weapons/machinegun/m_gui.tga textures/common/nodraw
}
+7 -5
View File
@@ -1,7 +1,9 @@
models/weapons/machinegun/machinegun textures/common/nodraw
models/weapons/machinegun/m_gui.tga textures/common/nodraw
models/characters/player/playerhead textures/common/nodraw
models/characters/sarge2/teeth/teeth textures/common/nodraw
models/characters/player/eyes textures/common/nodraw
skin skins/player/pistol.skin {
models/weapons/machinegun/machinegun textures/common/nodraw
models/weapons/machinegun/m_gui.tga textures/common/nodraw
models/characters/player/playerhead textures/common/nodraw
models/characters/sarge2/teeth/teeth textures/common/nodraw
models/characters/player/eyes textures/common/nodraw
}
+13 -11
View File
@@ -1,13 +1,15 @@
models/weapons/machinegun/machinegun textures/common/nodraw
models/weapons/machinegun/m_gui.tga textures/common/nodraw
models/weapons/shotgun/shotgun textures/common/nodraw
models/weapons/shotgun/shotgui textures/common/nodraw
models/weapons/shotgun/gui textures/common/nodraw
models/weapons/mflash/f_shotgun1 textures/common/nodraw
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/mflash/f_pistol1 textures/common/nodraw
models/weapons/shell1/sshell textures/common/nodraw
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/pistol/pistol textures/common/nodraw
skin skins/player/plasmagun.skin {
models/weapons/machinegun/machinegun textures/common/nodraw
models/weapons/machinegun/m_gui.tga textures/common/nodraw
models/weapons/shotgun/shotgun textures/common/nodraw
models/weapons/shotgun/shotgui textures/common/nodraw
models/weapons/shotgun/gui textures/common/nodraw
models/weapons/mflash/f_shotgun1 textures/common/nodraw
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/mflash/f_pistol1 textures/common/nodraw
models/weapons/shell1/sshell textures/common/nodraw
models/weapons/mflash/f_machinegun textures/common/nodraw
models/weapons/pistol/pistol textures/common/nodraw
}