Game Modding | Call of Duty: Black Ops 3 | Scripting
Pepergogo:
I have a gun and I just want to remove from the mystery box:
scavenger,scavenger_upgraded,,5000,launcher,,,,,true,false,true,1,,false,true,special,true,,
I know some of this need to be false, but I don't know what option xD
Dedrix:
The very first true there has to do with whether or not it's in the box. So make that :
scavenger,scavenger_upgraded,,5000,launcher,,,,,false,false,true,1,,false,true,special,true,,
Pepergogo:
The very first true there has to do with whether or not it's in the box. So make that :
scavenger,scavenger_upgraded,,5000,launcher,,,,,false,false,true,1,,false,true,special,true,,
Sir-Tanks-Alot:
You probably know this, but I will put it here for completeness and additional info for others, if that's OK with you. :)
Add this:
as the very first line in your
zm_levelcommon_weapons.csvfile. Then use a spreadsheet editor (like Microsoft Excel or OpenOffice Calc) to edit it, as it is just a Comma Separated Value (.csv) file. That's way easier than a text editor, and you can see what each column is.
Pepergogo:
Sure
You probably know this, but I will put it here for completeness and additional info for others, if that's OK with you. :)
Add this:
as the very first line in yourzm_levelcommon_weapons.csvfile. Then use a spreadsheet editor (like Microsoft Excel or OpenOffice Calc) to edit it, as it is just a Comma Separated Value (.csv) file. That's way easier than a text editor, and you can see what each column is.