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 Buy quotes not working with Harrybo1 perks.

broken avatar :(
Created 9 years ago
by Megadeth9811
0 Members and 1 Guest are viewing this topic.
1,644 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 23 February 2014
Last active: 6 years ago
Posts
143
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Personal Quote
-Mega \m/
Signature
Trve Kvlt Black Metal
×
Megadeth9811's Groups
Megadeth9811's Contact & Social LinksMegadeth9811Megadeth9811Megadeth9811
So the instructions told me to change the code for the weapon buying shit. The code is this:
Code Snippet
Plaintext
========================================================== Changes to zombiemode_weapons.gsc for Mule Kick =============================================================================

# in _zombiemode_weapons.gsc

# add this at the top (with the # coz its a include)

#include maps\_harrybo21_utilities;

# replace

user thread treasure_chest_give_weapon( weapon_spawn_org.weapon_string );

# with :

user thread harrybo21_give_gun( weapon_spawn_org.weapon_string);

# replace all references to :

player weapon_give( self.zombie_weapon_upgrade );

# with :

player thread harrybo21_give_gun( self.zombie_weapon_upgrade );

However, when I buy a gun off the wall, or out of the box, the player no longer says the weapon quotes such as "Figures, piece of shit" or "Ratta tat tat, meatsacks".

How do I reenable this?
Last Edit: September 17, 2016, 09:17:20 pm by Megadeth9811
broken avatar :(
×
broken avatar :(
Location: fi
Date Registered: 25 June 2013
Last active: 1 year ago
Posts
3,997
Respect
Forum Rank
Eviscerator
Primary Group
UGX V.I.P.
My Groups
More
My Contact & Social Links
More
×
HitmanVere's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
UGX V.I.P.
UGX V.I.P.
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Need to add player quote in harrybo21_give_gun() function. In _zombiemode_weapons.gsc its done via this:

Code Snippet
Plaintext
self maps\_zombiemode_audio::create_and_play_dialog( "weapon_pickup", type );
broken avatar :(
×
broken avatar :(
Location: dk
Date Registered: 23 March 2016
Last active: 5 years ago
Posts
7
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
×
Dr. Peelz's Groups
Dr. Peelz's Contact & Social Linkshttp://steamcommunity.com
Need to add player quote in harrybo21_give_gun() function. In _zombiemode_weapons.gsc its done via this:

Code Snippet
Plaintext
self maps\_zombiemode_audio::create_and_play_dialog( "weapon_pickup", type );

Could you give an example of this since i dont understand and im having the same issue

 
Loading ...