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

Change the name/price of UGX mod wallbuys.

broken avatar :(
Created 6 years ago
by Deleted User
0 Members and 1 Guest are viewing this topic.
802 views
broken avatar :(
  • Freakguy22
  • Deleted Member
×
broken avatar :(
Freakguy22
This user is deleted :(
I was wondering if it was possible to change the price/name of UGX wallbuys.

As for example, if I wanted to change the G3 name and price to "G3 Extended Mags" for 1000 instead of it's default price.
Marked as best answer by Deleted User 6 years ago
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 24 May 2016
Last active: 3 years ago
Posts
32
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Strangers are just friends you haven’t met yet.
Signature
I don't post often but when I do I probably make myself seem like an idiot. Also, I don't need people to help me grow up! I drink milk.
×
Fancygamer1738's Contact & Social LinksH3X-4h3x_4H3X--4
1. Go into your modname/maps/_zombiemode_weapons.gsc.
2. In the .gsc search for:
Code Snippet
Plaintext
//include_zombie_weapon_ugx(weapon_name, 				string name, 					weight,	cost, 	elementType, 	weaponVO alias, isBurstFire )
3. Now look for the gun you wanna edit.
4. Make the changes you wanna make and save.
For example:
My locus weapon before.
Code Snippet
Plaintext
include_zombie_weapon_ugx("locus",		"Locus",			35,		2000,	0,	"vox_sniper");
My locus weapon after I change the name and price.
Code Snippet
Plaintext
include_zombie_weapon_ugx("locus",		"Focus",			35,		3000,	0,	"vox_sniper");

 
Loading ...