UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Weapon not showing up in box

broken avatar :(
Created 8 years ago
by jeffrey
0 Members and 1 Guest are viewing this topic.
1,337 views
broken avatar :(
×
broken avatar :(
Location: nlNoord-Brabant
Date Registered: 22 November 2015
Last active: 8 months ago
Posts
48
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Why are u reading this? Its a waste of time.
Signature
k.
×
jeffrey's Groups
jeffrey's Contact & Social Linksjeffrey909jeffrey909google is my m8
hi,

Okay, I have added a bunch of custom weapons to my map, they all work. I tried to add pap versions of 2 custom weapons to test and after that the 2 non-pap weapons doesn't wanna show up in the mystery box. I have copied and pasted the weapon file and edited it and changed the name to: "WEAPONNAME_upgraded" and I added the lines in dlc3_code and _zombiemode_weapons.gsc. So does anyone have a solution for this  ;)?

Double Post Merge: October 17, 2016, 05:30:29 pm
In my dlc3_code I used this:

Code Snippet
Plaintext
	include_weapon( "bo1_galil" );
include_weapon( "bo1_galil_upgraded", false );
include_weapon( "bo1_commando" );
include_weapon( "bo1_commando_upgraded", false );

And in my _zombiemode_weapons I used this:
   
Code Snippet
Plaintext
add_zombie_weapon( "bo1_galil", 							&"ZOMBIE_WEAPON_TYPE100_1000", 				1000,	"",				0 );
add_zombie_weapon( "bo1_galil_upgraded", "ZOMBIE_WEAPON_TYPE100_1000", 1000, "", 0 );
add_zombie_weapon( "bo1_commando", &"ZOMBIE_WEAPON_TYPE100_1000", 1000, "", 0 );
add_zombie_weapon( "bo1_commando_upgraded", "ZOMBIE_WEAPON_TYPE100_1000", 1000, "", 0 );
Last Edit: October 17, 2016, 05:30:29 pm by jeffrey
Marked as best answer by jeffrey 8 years ago
broken avatar :(
×
broken avatar :(
Location: nlNoord-Brabant
Date Registered: 22 November 2015
Last active: 8 months ago
Posts
48
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Why are u reading this? Its a waste of time.
×
jeffrey's Groups
jeffrey's Contact & Social Linksjeffrey909jeffrey909google is my m8
Okay, I fixed it. The problem was that I forgot putting the weapons in de mod.csv ::)

 
Loading ...