Does the viewmodel show up in asset viewer? Also make sure to check the weapon file to see if viewmodel has the correct spelling for the model of the weapon. Did you add the weapon to your mod.csv and add the weapon to the correct folder for your mod? mod.csv:
Doesn't look like you have the weaponfile added in your mod.csv then (if that's all that you added). Quoted what I said above, make sure your weaponfile is in it's proper folder and added to mod.csv.
Example: If the weaponfile is called
Code Snippet
Plaintext
waw_tokarev
| in mod.csv you add
Code Snippet
Plaintext
weapon,sp\waw_tokarev
| and in your mod folder you would place the weaponfile in
Just to note, other weapons I've made suffer from this same issue. No idea why.
Quick edit: For my current map I have it in, I edited it over the UMP. So when you get what should be the UMP, it gives the Tokarev. This was intentional, as I don't know any other way to do this.
Last Edit: December 04, 2017, 12:13:29 am by Freakguy22
How well is your scripting? As in did you add it in your weapons.gsc? If not just be as close to one of those custom modded maps already released with the desired scripting and give proper credits to them!!. For example the nazi_zombies_dbzs1 thats heavily edited by allMoDs. (Dbz zombies btw). If you cant get whats inside just use ff extractor found in tom crowleys website.
Last Edit: December 04, 2017, 10:23:52 am by GlueGun87
Just to note, other weapons I've made suffer from this same issue. No idea why.
Quick edit: For my current map I have it in, I edited it over the UMP. So when you get what should be the UMP, it gives the Tokarev. This was intentional, as I don't know any other way to do this.
Get rid of the 's' in weapons to make it
Code Snippet
Plaintext
weapon,sp\tokarev
Also make sure the weapon name matches what you have in dlc3_code and _zombiemode_weapons. Also note to add these files to your mods maps folder if you haven't already, and make sure you have the weaponfile checked in the launcher when compiling your project.
Last Edit: December 04, 2017, 05:08:04 pm by StupidEdits