Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: Red Planet
Go to the black ops3 root folder,then usermaps/mapfolder/scripts/zm/mapname.gsc (NOT CSC)
Then look for the main function (it's the first one)
and under
level._zombie_custom_add_weapons =&custom_add_weapons;
add this:
level.pack_a_punch_camo_index = 75;
level.pack_a_punch_camo_index_number_variants = 5;
This
level.pack_a_punch_camo_index = 75;
Means from what number the game will start to pick the pap camo,Der Eisendrache starts from 75 and finishes at 80.
level.pack_a_punch_camo_index_number_variants = 5;
This tells the game the "range" from what to pick the camos, DE uses 5 different camos so well write 5!
Camo's list known so far(thanks to jjakob):
// Multiplayer
1->Jungle tech
2->Ash
3->Flectarn
4->Heat Stroke
5->Snow Job
6->Dante
7->Integer
8->6 speed
9->Policia
10->Ardent
11->Burnt
12->Bliss
13->Battle
14->Charmeleon
15->Gold
16->Diamond
17->Dark Matter
// Campaign
18->Artic
19->Jungle
20->Huntsman
21->Woodlums
// zombies
22->Contagious
23->Fear
24->WMD
25->Red Hex
// Extra
26->Afterlife (Shadow Of Evil)
27->Black Ops 3
28->Weaponized 115
29->Cyborg
30->True Vet
// others
31->Snow Job (Duplicate)
32->6 speed (Duplicate)
33->Takeout
34->Unknown (grey)
35->Nuketown
36->Transgression
37->Burnt(Duplicate)
38->Storm
39->Wartorn
40->Prestige
41->Unknown
42->The Giant camo
43->Ice
44->Dust
45->Unknown
46->Unknown
47->Contrast
48->Verde
49->Firebrand
50->Field
75-80 -- Der Eisendrache Camo
81 -- Zetsubou No Shima Camo
82 -- Blood Camo
83 -- Heptic Camo
84-88 -- Gorod Krovi Camos
89-117 -- Bo3 ChampionShip Camos
120 -- Bo3 ChampionShip Camo
118 -- Unknown Camos Please feel free to tell me the correct names!
119 -- Unknown Camos Please feel free to tell me the correct names!
121-125 -- Revelation camos
126 -- Lucid Camo
127 -- No Camo
Link map and run, enjoy!
Please if you use this,shoutout to me! Its not necesarry but it would be awesome if you did!
ModmeBot:
Reply By: The Black Death
Might be able to name the camos, just post screenshots of the ones you don't know :)
ModmeBot:
Reply By: Hero115
Amazing Thanks!
ModmeBot:
Reply By: Xspider34
82 is flowing blood and 83 is haptic :)
ModmeBot:
Reply By: Red Planet
Camo List updated!
ModmeBot:
Reply By: Dcchill
So how exactly do we add multiple camos?
Edit: NVM I found it out, i didnt quite understand :)
ModmeBot:
Reply By: Red Planet
DcchillSo how exactly do we add multiple camos?
ModmeBot:
Reply By: Hero115
So i want to add DE & ZNS Camo in my map. Any idea ?
ModmeBot:
Reply By: Red Planet
Hero115So i want to add DE & ZNS Camo in my map. Any idea ?