Zet0rz / nzombies

A GM13 Nazi Zombies style (WIP) gamemode
GNU General Public License v3.0
73 stars 78 forks source link

How does one go about changing the PaP camo? #683

Open Mister-Gibus opened 5 years ago

Mister-Gibus commented 5 years ago

So I've gone through and only found one incomplete solution. Say I have the material file. Where do I put it? What do I change in what text file to say that my new material is the PaP camo?

sh4d0w59 commented 4 years ago

Head over to your sh_wep_modifiers.lua in "nzombies/gamemodes/nzombies/gamemode/weapons"

Here's the line that needs to be changed (line 617): image

Change the material name (colored yellow) to whatever your material name is. There is another way to do this but this one is the easiest.