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

how to fix wunderwaffe glitch

broken avatar :(
Created 8 years ago
by Fire Level One
0 Members and 1 Guest are viewing this topic.
5,238 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 17 October 2015
Last active: 3 years ago
Posts
47
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Groups
More
My Contact & Social Links
More
×
Fire Level One's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Fire Level One's Contact & Social LinksFireLevelOneFireLevelOne
you know that glitch where if you shoot yourself with the wunderwaffe it makes jugg not work?
How do you fix it?!
It ruins the wunderwaffe and really gets under my skin >:(
Marked as best answer by Fire Level One 8 years ago
broken avatar :(
×
broken avatar :(
Location: fi
Date Registered: 2 January 2015
Last active: 3 years ago
Posts
125
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Signature
Beginner mapper trying to make something for the community to enjoy
×
ihmiskeho's Groups
ihmiskeho's Contact & Social Linksihmiskeho
Open up _zombiemode_tesla.gsc

Find a function 'tesla_pvp_thread()'

You should see something like this there:
Code Snippet
Plaintext
	if ( self == attacker )
{
damage = int( self.maxhealth * .25 );
if ( damage < 25 )
{
damage = 25;
}
if ( self.health - damage < 1 )
{
self.health = 1;
}
else
{
self.health -= damage;
}
}

Change it to this:
Code Snippet
Plaintext
/*if ( self == attacker )
{
damage = int( self.maxhealth * .25 );
if ( damage < 25 )
{
damage = 25;
}
if ( self.health - damage < 1 )
{
self.health = 1;
}
else
{
self.health -= damage;
}
}
*/
And that should be it! Hope it helps  :)
Last Edit: June 27, 2016, 03:29:03 pm by ihmiskeho
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 17 October 2015
Last active: 3 years ago
Posts
47
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Groups
More
My Contact & Social Links
More
×
Fire Level One's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Fire Level One's Contact & Social LinksFireLevelOneFireLevelOne
Open up _zombiemode_tesla.gsc

Find a function 'tesla_pvp_thread()'

You should see something like this there:
Code Snippet
Plaintext
	if ( self == attacker )
{
damage = int( self.maxhealth * .25 );
if ( damage < 25 )
{
damage = 25;
}
if ( self.health - damage < 1 )
{
self.health = 1;
}
else
{
self.health -= damage;
}
}

Change it to this:
Code Snippet
Plaintext
/*if ( self == attacker )
{
damage = int( self.maxhealth * .25 );
if ( damage < 25 )
{
damage = 25;
}
if ( self.health - damage < 1 )
{
self.health = 1;
}
else
{
self.health -= damage;
}
}
*/
And that should be it! Hope it helps  :)
It works thank you! If only treyarch could spend two moments of their time to fix this in the stock maps.
broken avatar :(
×
broken avatar :(
Location: usYour Closet
Date Registered: 3 December 2015
Last active: 6 years ago
Posts
19
Respect
Forum Rank
Legless Crawler
Primary Group
Member
Personal Quote
[Insert Personal Text]
Signature
Don't look in your Closet because ... I might be in there ...
×
Promnigy's Groups
Promnigy's Contact & Social Links
It's a nearly Decade old game. I'm sure their not touching WAW especially with working on BO3 Mod Tools  :P

 
Loading ...