Standard weapon balance
- iRobot
- Junk Administrator
- Posts: 3909
- Joined: Fri 06 Jan , 2012 10:37 am
- Contact:
Re: Standard weapon balance
Perhaps the nerf is too strong, but you could leave it for a while to send the message out Deusing is not the only way of attacking.
- Azarael
- UT2004 Administrator
- Posts: 5365
- Joined: Thu 11 Feb , 2010 10:52 pm
Re: Standard weapon balance
Empowered the SPMA.
- Receives less knockback.
- Pitches 2000 UU (~12°) lower with main gun.
- Primary projectile has a longer lifespan.
- Has proper roadkill messages.
- Turns less aggressively.
- Camera has 300 hp.
- Receives less knockback.
- Pitches 2000 UU (~12°) lower with main gun.
- Primary projectile has a longer lifespan.
- Has proper roadkill messages.
- Turns less aggressively.
- Camera has 300 hp.
- blOb
- V.I.P. Member
- Posts: 79
- Joined: Thu 16 Jun , 2011 5:38 pm
- Location: UK
- Contact:
Re: Standard weapon balance
Nice to see the SPMA get some attention
- Socio
- Disappeared Administrator
- Posts: 626
- Joined: Mon 15 Feb , 2010 8:44 pm
- Location: Poland
- Contact:
Re: Standard weapon balance
I dont think this is a good idea. True, this fix will help in combat with SPMA, but if the camera is glitched then shooting it down will quite impossible.Azarael wrote:- Camera has 300 hp.
> team-spec*Socio: i see a new rais map
> team-spec*Socio: curious if ikea
> H&some: its not
> H&some: its actually pretty good
-
- Disappeared Administrator
- Posts: 4196
- Joined: Fri 19 Mar , 2010 1:21 am
- Location: Earth
- Contact:
Re: Standard weapon balance
When dealing with trial vehicles, I think I figured out why the SPMA camera is glitched. On the clients, when the actor is behind cull distance for a while, it gets destroyed, and then spawned again when it's back in range (hence you can see building effect on vehicles when you spectate another player who is in the other corner of the map.
ONSMortarCamera uses PostNetReceive to receive deployed information, which in this case never occurs, because initial value is already set to true and so it has to be caught in PostNetBeginPlay. I'd try adding this:
Anyway, hmm, I wonder about the Camera HP too, it's 5 LG shots now.
ONSMortarCamera uses PostNetReceive to receive deployed information, which in this case never occurs, because initial value is already set to true and so it has to be caught in PostNetBeginPlay. I'd try adding this:
Code: Select all
simulated function PostNetBeginPlay()
{
Super.PostNetBeginPlay();
if (Level.NetMode == NM_Client)
{
bLastDeployed = bDeployed;
bLastShotDown = bShotDown;
LastRealLocation = RealLocation;
if (bShotDown)
ShotDown();
else if (bDeployed)
GotoState('Deployed');
}
}
- iRobot
- Junk Administrator
- Posts: 3909
- Joined: Fri 06 Jan , 2012 10:37 am
- Contact:
Re: Standard weapon balance
Massive gamebreaking bug with the Shock Rifle at the moment.
Seems the stombo/non stombo thing prevents any players getting the Combo Whore achievement, ever.
Just had a fine game of Ballx with 60 SR kills, and did not recieve it.
Seems the stombo/non stombo thing prevents any players getting the Combo Whore achievement, ever.
Just had a fine game of Ballx with 60 SR kills, and did not recieve it.
- Azarael
- UT2004 Administrator
- Posts: 5365
- Joined: Thu 11 Feb , 2010 10:52 pm
Re: Standard weapon balance
I expected better of you guys. It isn't 1on1 SPMA vs Infantry, it's 1vTeam SPMA vs Infantry.
Added the code.
Added the code.
- iRobot
- Junk Administrator
- Posts: 3909
- Joined: Fri 06 Jan , 2012 10:37 am
- Contact:
Re: Standard weapon balance
Now you'll actually be able to support your team in the SPMA instead of repeatedly firing the camera and it getting shot down by any derper with a shock rifle/lightning gun, thus taking up a teamslot.
- Socio
- Disappeared Administrator
- Posts: 626
- Joined: Mon 15 Feb , 2010 8:44 pm
- Location: Poland
- Contact:
Re: Standard weapon balance
The code doesnt work it seems.
Just played a game of Gasoline and got annoyed as crap by this. Cam got glitched in the floor, the constant repeat of the ground impact explosion made my fps drop dramaticaly and it happened on the last part where SPMA is nestled in a safe position and killing it is very hard. Because of that I would vote for lowering the health to 150 or 100, because when the cam gets glitched the only thing you can do is find and kill the SPMA.
Just played a game of Gasoline and got annoyed as crap by this. Cam got glitched in the floor, the constant repeat of the ground impact explosion made my fps drop dramaticaly and it happened on the last part where SPMA is nestled in a safe position and killing it is very hard. Because of that I would vote for lowering the health to 150 or 100, because when the cam gets glitched the only thing you can do is find and kill the SPMA.
> team-spec*Socio: i see a new rais map
> team-spec*Socio: curious if ikea
> H&some: its not
> H&some: its actually pretty good
- Azarael
- UT2004 Administrator
- Posts: 5365
- Joined: Thu 11 Feb , 2010 10:52 pm
Re: Standard weapon balance
You sure that wasn't being done deliberately? I recall it was verified as working.
Who is online
Users browsing this forum: No registered users and 0 guests