Nerfing engineers on a dedicated server

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
[TFA]Padawan_Fighter
High General
High General
Posts: 806
Joined: Wed Mar 25, 2009 3:37 pm
Projects :: Ha - as if I will ever get back to them
Games I'm Playing :: SWBF2 ARK EliteDngrs
xbox live or psn: No gamertag set
Location: Lost at sea

Nerfing engineers on a dedicated server

Post by [TFA]Padawan_Fighter »

I hate engineers, let me tell you.

There's quite a few that may agree as well, but engineers are still common on online play. And when there's enough of em', they outright ruin the game for non-engineers.

I wonder if it would be possible at all to run a dedicated server and modify its .lua so that the engineer's shotgun isn't as powerful, or they can't explode their detpack in midair?

Don't know if I'd be able to run a dedicated server but it'd certainly give me peace of mind knowing that it's possible :P
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Nerfing engineers on a dedicated server

Post by JimmyAngler »

I don't know about scripting your own stuff for that, but let me tell you. I HATE "EM TOO. But, the only way to lick 'em is to join them. I used to be terrible as an engie, but, you just have to practice. I am now a proud engie. I recommend heavy troopers in large open battles as well as snipers. For inside, I use the normal trooper with chunking grenades as my main goal. Try and stay as farr away as possible, and If you shoot at them, make it be a quick death shot.
nobody3
Rebel Sergeant
Rebel Sergeant
Posts: 188
Joined: Wed Jun 15, 2011 8:30 am

Re: Nerfing engineers on a dedicated server

Post by nobody3 »

quite easy to nerf them, but I wouldnt like to see this get public/ too popular so I wont say how xD

but instead of asking you could try learning to mod yourself like everybody else... only takes couple of minutes to read the documentation
User avatar
ZaxusFett
Corporal
Corporal
Posts: 155
Joined: Mon Nov 07, 2011 6:55 pm
Games I'm Playing :: SWBF2_SWBF_SWRC
xbox live or psn: ZaxusFett
Location: South Carolina

Re: Nerfing engineers on a dedicated server

Post by ZaxusFett »

Not trying to sound like a Diet Dr. Pepper, but it's easy to kill engineers with any class, you just gotta be good at it :P
User avatar
[TFA]Padawan_Fighter
High General
High General
Posts: 806
Joined: Wed Mar 25, 2009 3:37 pm
Projects :: Ha - as if I will ever get back to them
Games I'm Playing :: SWBF2 ARK EliteDngrs
xbox live or psn: No gamertag set
Location: Lost at sea

Re: Nerfing engineers on a dedicated server

Post by [TFA]Padawan_Fighter »

JimmyAngler wrote:I don't know about scripting your own stuff for that, but let me tell you. I HATE "EM TOO. But, the only way to lick 'em is to join them. I used to be terrible as an engie, but, you just have to practice. I am now a proud engie. I recommend heavy troopers in large open battles as well as snipers. For inside, I use the normal trooper with chunking grenades as my main goal. Try and stay as farr away as possible, and If you shoot at them, make it be a quick death shot.
Oh, I find it quite easy to rack up kills as an engie. That's part of why I hate em' so much. In the times where I play the bridge troll on Mustafar and have to defend the control room CP, I can do it with relative ease.
TEST wrote:Not trying to sound like a Diet Dr. Pepper, but it's easy to kill engineers with any class, you just gotta be good at it :P
Good thing I'm good at it :P In a lot of situations, however, it's pretty difficult. Especially in close quarters. I play the standard infantry and it's extremely satisfying to kill an engi with a rifle.
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

Re: Nerfing engineers on a dedicated server

Post by [RDH]Zerted »

The easiest way to prevent engineers is to increase their points-to-unlock value on the server. You could also instantly kill any engineers that spawn, but people probably won't like your server if they suddenly die when they respawn.

If you just want to hinder det-packs, you could switch the det-pack's team when it's created so that it also hurts the engineer when it explodes (good way to slow down mine use as well). I think you can also reduce the amount of det-packs each engineer has, but I forget if that works online or not.

In my option, the easiest way to do any of that is to install the v1.3 on your server and use a custom user script to make the changes. Those scripts are run at the start of every map.
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: Nerfing engineers on a dedicated server

Post by Anakin »

would be sad to see that no engineers are allowed. I never know that they could throw the pack until i played multi :mrgreen:

But if you want to weaken them you could try this lua command. It should be multi compatible

SetProperty("com_weap_inf_detpack", "MaxStrength", "0.2")

That sets the throw strength to the normal one when you don't throw.
I played around with this value yesterday and it's really funny. I set it to 10 and could throw the pack on Hoth from one end to the other :funny2:
User avatar
AnthonyBF2
Sith
Sith
Posts: 1255
Joined: Wed Aug 21, 2013 3:55 pm
Projects :: PS2+PSP Overhaul

Re: Nerfing engineers on a dedicated server

Post by AnthonyBF2 »

Modding server files are limited as they won't always match the client side files.

You can use the odfs in the mod tools assets as a reference to edit the side lvls in the server manager.

You can but not limited to;

decrease det power and exp radius
decrease shotgun power
make them trigger mines
Post Reply