PDA

View Full Version : Disable all airstrikes, UAVs, helicopters


ESWROBIO
11-07-2007, 07:24 PM
Trying to run a Team Deatmatch Server but want to disable all the Airstrikes, Helicopters, UAV. Any idea how to do it?

Thanks ESWROBIO

RaDioAcTivE
11-07-2007, 07:34 PM
//************************************************** ****************************
// hardpoints
//************************************************** ****************************
set scr_hardpoint_allowartillery 1
set scr_hardpoint_allowuav 1
set scr_hardpoint_allowhelicopter 1

Not sure if this disables them or just makes it so they don't do damage. It's in the cfg provided in the mods folder. Also not sure if your server would still be considered ranked if you change these settings to zero.

ESWROBIO
11-07-2007, 10:20 PM
Tried that and both a custom cfg and the default cfg still they are able to call them.

Flea
11-07-2007, 10:37 PM
1 = on
0 = off



Usually...!!

ESWROBIO
11-08-2007, 01:18 AM
Tried both commands. Neither would work. Maybe think what you said about the ranking system might have something to do with not being able to disable it.

this is what i'm trying:

//************************************************** ****************************
// hardpoints
//************************************************** ****************************
set scr_hardpoint_allowartillery 0
set scr_hardpoint_allowuav 0
set scr_hardpoint_allowhelicopter 0

Nat_Greene
11-08-2007, 07:51 AM
//************************************************** ****************************
// hardpoints
//************************************************** ****************************
set scr_hardpoint_allowartillery 0
set scr_hardpoint_allowuav 0
set scr_hardpoint_allowhelicopter 0

Do we need to put quotes around the 0 or 1?

Dirtynap
11-08-2007, 08:37 AM
The option is only in the non-ranked config. hence if you run ranked then the changes you make will not work.

ESWROBIO
11-08-2007, 11:20 PM
Non-ranked hmm. Well thats won't work. Thanks!

|TL|Smokey
11-08-2007, 11:56 PM
Add the lines in your config that others have stated but also add this one:

set scr_game_hardpoints 0

I run a ranked hardcore server and my server has that turned off but it is still a ranked server.

ESWROBIO
11-15-2007, 12:52 AM
Hey Smokey could you post a copy of your config. We are having a hell of a time getting them turned off. Man you would help me out alot!
Thanks.

RaDioAcTivE
11-16-2007, 12:08 AM
Add the lines in your config that others have stated but also add this one:

set scr_game_hardpoints 0

I run a ranked hardcore server and my server has that turned off but it is still a ranked server.

So you're running a harcore ranked server with no UAV, Airstrikes or Helicopter and it's still ranked?

If so then how because I can't seem to duplicate it.

Desert Eagle
11-16-2007, 01:04 PM
I have everthing set to 0 also and the uav, helicopter and artillery are still there.

Lod
11-17-2007, 06:53 AM
So you're running a harcore ranked server with no UAV, Airstrikes or Helicopter and it's still ranked?

If so then how because I can't seem to duplicate it.

I tried it this morning but with no success. :(

Ghost-Ryder
11-17-2007, 09:58 AM
Do we need to put quotes around the 0 or 1?

No quotation needed for numbers.
The only time you need quotations are if you use characters

ect...
set 1
set 0
set "off"
set "true"

ESWROBIO
11-17-2007, 01:28 PM
I've tried and still not working

ESWROBIO
11-18-2007, 04:13 PM
Could someone please post a config that has airstrikes disabled?

|TL|Smokey
11-19-2007, 08:42 PM
Sorry I was wrong. Ranked cant turn it off. :(

RaDioAcTivE
11-20-2007, 09:59 AM
Bummer...we all thought you'd discoverd the "holy grail"!!!!! :p

Soon everyone will all be ranked up and they'll start to migrate to modded servers more and then we can all run the servers that we really would like to play on.

ESWROBIO
11-20-2007, 12:08 PM
Yeah, I was hoping he had the fix. Well, we are just going to run 2 different server for now.

Braddock
01-08-2008, 12:57 PM
This is what I have

set scr_game_hardpoints 1

set scr_hardpoint_allowartillery 0
set scr_hardpoint_allowuav 1
set scr_hardpoint_allowhelicopter 0

This config does not work for me. I want to have UAV but no airstrike or Helo.

Even with Helo and airstrike turned off they still show up. any ideas?

This is a hardcore server.

JudgeMental
01-08-2008, 01:32 PM
Unless you are running it as an UNRANKED server via the fs startup you can't disable airstrikes etc. This has been mentioned.......oh a few times :D
We run a ranked server with airstrikes, kill icons, bunnyhoppers etc :mad:
We also run an UNRANKED one using ACE1.4 to kill off all those little annoyances.
There are other methods , some of which have already been mentioned in the numerous posts about this. My view is that you never want to tweak just one part so its really best to roll your sleeves up and start modding everything via AWE, ACE or whatever.
Bottom line, getting rid of those bits will mean running it UNRANKED. If you try to disable them from a normal startup server it will have no effect, whether you have it hardcore or not will make no difference.