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

Remove Perk Limit in Mod Tools?

broken avatar :(
Created 8 years ago
by kingneo
0 Members and 1 Guest are viewing this topic.
11,094 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 13 July 2016
Last active: 7 years ago
Posts
17
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
kingneo's Groups
kingneo's Contact & Social Links
Hi, just wondering what I would need to do in order to remove the perk limit for my custom zombies map. I would like it to be an option to just buy every perk.

Also, if it is simple to do so, how would I be able to add Electric Cherry and Widow's Wine into the map? Neither of them seems to exist as a prefab, but I have seen people with them in their maps (Madgaz for example), and would like to put them into mine as well.

Thanks guys!
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 12 September 2016
Last active: 3 years ago
Posts
306
Respect
Forum Rank
Perk Hacker
Primary Group
Member
My Contact & Social Links
More
×
reckfullies's Groups
reckfullies's Contact & Social LinksReckfulliesReckfullies
To change the perk limit check my tutorial Here

As for widows wine this should work: Link

I'm not sure about electric cherry, will probably be similar to how you add widows wine.

EDIT:
Adding electric cherry should be the exact same as adding widows wine just change the name for the scripts you are including and referencing.

However you may need to port a model from somewhere else since they might not have included the models for it.
Last Edit: October 02, 2016, 07:51:19 pm by reckfullies
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 13 July 2016
Last active: 7 years ago
Posts
17
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
kingneo's Groups
kingneo's Contact & Social Links
To change the perk limit check my tutorial Here

As for widows wine this should work: Link

I'm not sure about electric cherry, will probably be similar to how you add widows wine.

EDIT:
Adding electric cherry should be the exact same as adding widows wine just change the name for the scripts you are including and referencing.

However you may need to port a model from somewhere else since they might not have included the models for it.

Cool, thanks so much man! I got Widow's Wine working and Electric Cherry is buyable and I have made that work, but there are some things about it that don't quite work.

1) Where might I be able to find a model or prefab to port from black ops 2 into 3?
2) In the code for Widow's Wine, for Example, on line 63 of the GSC file, where is says &"ZOMBIE_PERK_WIDOWSWINE", this seems to be where the code is located to be able to make the perk machine in game have the "Hold (X/F) to Buy Widow's Wine [Cost: 4000]". There is code for this in the Electric Cherry GSC file, but in the same line of code (line 52 in the EC GSC), it says the same as Widow's Wine instead of for Electric Cherry.

So in my map, the model for EC is Stamin-Up, and the text that appears says "Hold (X/F) to Buy Widow's Wine" for 2,00 points (I changed this value in the EC GSC file). I would like to change that text to say "Hold (X/F) to Buy Electric Cherry [Cost: 2000]", but I don't know how to do that.

Again, appreciate the support!
broken avatar :(
×
broken avatar :(
Location: fi
Date Registered: 25 June 2013
Last active: 8 months ago
Posts
3,997
Respect
1,024Add +1
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
Cool, thanks so much man! I got Widow's Wine working and Electric Cherry is buyable and I have made that work, but there are some things about it that don't quite work.

1) Where might I be able to find a model or prefab to port from black ops 2 into 3?
2) In the code for Widow's Wine, for Example, on line 63 of the GSC file, where is says &"ZOMBIE_PERK_WIDOWSWINE", this seems to be where the code is located to be able to make the perk machine in game have the "Hold (X/F) to Buy Widow's Wine [Cost: 4000]". There is code for this in the Electric Cherry GSC file, but in the same line of code (line 52 in the EC GSC), it says the same as Widow's Wine instead of for Electric Cherry.

So in my map, the model for EC is Stamin-Up, and the text that appears says "Hold (X/F) to Buy Widow's Wine" for 2,00 points (I changed this value in the EC GSC file). I would like to change that text to say "Hold (X/F) to Buy Electric Cherry [Cost: 2000]", but I don't know how to do that.

Again, appreciate the support!

1. Would need to export the machine from BO2 and make the prefab yourself
2. BO3 doesnt have machine for EC, so there is no hintstring setup for it, cos its only in Wunderfizz. Just replace &"ZOMBIE_PERK_WIDOWSWINE" with "Hold ^3[{+activate}]^7 to Buy Electric Cherry [Cost: 2000]"
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 13 July 2016
Last active: 7 years ago
Posts
17
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
kingneo's Groups
kingneo's Contact & Social Links
1. Would need to export the machine from BO2 and make the prefab yourself
2. BO3 doesnt have machine for EC, so there is no hintstring setup for it, cos its only in Wunderfizz. Just replace &"ZOMBIE_PERK_WIDOWSWINE" with "Hold ^3[{+activate}]^7 to Buy Electric Cherry [Cost: 2000]"

Becuase I'm kind of a newb here, would you be able to explain to me or send me a link of how to export the machine from BO2 and make the prefab? Also, is there a way that I could make the hintstring for EC? I just would like to see the EC code in as close to the same format as the rest of the perks, but thanks again so much! That actually really helped!

 
Loading ...