Jump to content

Can we have a function in setup to turn off drones please?


Badgerator

Recommended Posts

I'm running a Panthera server and using custom AI, the balance between AI encounters would be perfect if I could just turn off drones. In the midst of a battle with AI having a drone turn up is just too much. The frequency of drones appearing even in vanilla is FAR TOO HIGH, please let us disable this feature.

Thanks
 

Link to comment
Share on other sites

Put this in your mission init.sqf and adjust it to how you want it

 

// Control the epoch ai limit per player
// 1. Epoch_Cloak_F = Cultist
// 2. GreatWhite_F = Great White Shark
// 3. Epoch_Sapper_F = Regular Sapper
// 4. Epoch_SapperB_F = Super Sapper (dark)
// 5. I_UAV_01_F = UAV (that spawns the AI)
// 6. PHANTOM = Invisible phantom 
// 7. B_Heli_Transport_01_F = Transport helicopter for the mission system

EPOCH_spawnLimits = [0, 0, 0, 0, 0, 0, 0];
Link to comment
Share on other sites

You can also change some of the chances in "a3_epoch_server_settings\configs\loots.h"

 

If you look for "UAV" you can drop the spawn chances there.

 

Is there a trick to repacking this .pbo, each time i do it my server doesnt load or doesnt show.......

Link to comment
Share on other sites

 

Put this in your mission init.sqf and adjust it to how you want it

 

// Control the epoch ai limit per player
// 1. Epoch_Cloak_F = Cultist
// 2. GreatWhite_F = Great White Shark
// 3. Epoch_Sapper_F = Regular Sapper
// 4. Epoch_SapperB_F = Super Sapper (dark)
// 5. I_UAV_01_F = UAV (that spawns the AI)
// 6. PHANTOM = Invisible phantom 
// 7. B_Heli_Transport_01_F = Transport helicopter for the mission system

EPOCH_spawnLimits = [0, 0, 0, 0, 0, 0, 0];

 

Any idea what the parameters are for this? It'd be nice to turn UAVs down, but not off entirely, and I assume 0 = off.

Link to comment
Share on other sites

Currently playing on MGT, and they've completely turned off the antagonists. The result is brilliant gameplay. It's much better without them in my opinion. However, I would like something that told of your presence in the world, a little like the zombies do in Dayz mod.

Link to comment
Share on other sites

Any idea what the parameters are for this? It'd be nice to turn UAVs down, but not off entirely, and I assume 0 = off.

 

 

It is the number of antagonists that can spawn per player, so EPOCH_spawnLimits = [0, 0, 0, 0, 5, 0, 0]; allows only UAVs but up to 5 can spawn on each player.

This is the default: EPOCH_spawnLimits = [1, 2, 2, 1, 2, 1, 1];

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...