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

Custom Perk Machines

broken avatar :(
Created 7 years ago
by OptomusPrime22
0 Members and 1 Guest are viewing this topic.
2,545 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 10 January 2016
Last active: 7 years ago
Posts
23
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
OptomusPrime22's Contact & Social Links
I changed the model on a few perks, but the models are different sized but the original perk clip box and fx are still in effect. Is there any way to remove them? My model is a lot smaller and looks weird with floating some and the original clip...
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 12 September 2016
Last active: 2 years ago
Posts
124
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Community Mapper
My Groups
More
×
mapping_noob's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
mapping_noob's Contact & Social Links
I changed the model on a few perks, but the models are different sized but the original perk clip box and fx are still in effect. Is there any way to remove them? My model is a lot smaller and looks weird with floating some and the original clip...

Well for starters are you using Prefabs? Because if so you must stamp them in Radiant which is found in the top right corner. After that you can remove the stucts you do not want and also adjust the clips/ triggers.


You can also remove the Fx buy going into your _zombiemode_perk.gsc and finding where the turn on functions are for the perks and simple commenting out the perk Fx.

Change each perk from

turn_sleight_on()
{
   machine = getentarray("vending_sleight", "targetname");
   level waittill("sleight_on");

   for( i = 0; i < machine.size; i++ )
   {
      machine setmodel("zombie_vending_sleight_on");
      machine vibrate((0,-100,0), 0.3, 0.4, 3);
      machine playsound("perks_power_on");
      machine thread perk_fx( "sleight_light" );
   }

   level notify( "specialty_fastreload_power_on" );
}

To this:

turn_sleight_on()
{
   machine = getentarray("vending_sleight", "targetname");
   level waittill("sleight_on");

   for( i = 0; i < machine.size; i++ )
   {
      machine setmodel("zombie_vending_sleight_on");
      machine vibrate((0,-100,0), 0.3, 0.4, 3);
      machine playsound("perks_power_on");
      // machine thread perk_fx( "sleight_light" );
   }

   level notify( "specialty_fastreload_power_on" );
}
Last Edit: January 30, 2017, 02:15:55 am by mapping_noob
broken avatar :(
×
broken avatar :(
Location: gbMilton Keynes
Date Registered: 17 January 2014
Last active: 4 years ago
Posts
6,877
Respect
1,004Add +1
Forum Rank
Immortal
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Signature
If you want scripts / features made for you, then contact me by PM or email / skype etc
it will cost you tho so if you have no intention of reciprocating don't even waste my time ;)
×
Harry Bo21's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
Harry Bo21's Contact & Social Links[email protected]HarryBo21HarryBo000
do not need to stamp.... just go "into" the prefab...

and "removing" the fx is just lazy
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 10 January 2016
Last active: 7 years ago
Posts
23
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
OptomusPrime22's Contact & Social Links
do not need to stamp.... just go "into" the prefab...

and "removing" the fx is just lazy

Neither stamping or going into the prefab allows me to remove the clip... I am not using the prefab anyway... The clip is somehow integrated through scripts to be there, i was just wondering if any one knew how to fix it...
broken avatar :(
×
broken avatar :(
Location: gbMilton Keynes
Date Registered: 17 January 2014
Last active: 4 years ago
Posts
6,877
Respect
1,004Add +1
Forum Rank
Immortal
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
×
Harry Bo21's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
Harry Bo21's Contact & Social Links[email protected]HarryBo21HarryBo000
The collisions are spawned in script on bo3 yes

And I didn't spot that was the game before, the guy above is giving advice for waw

 
Loading ...