Jump to content

Vehicle spawn point from traders and sapper, cloak spawn.


SadBoy1981

Recommended Posts

One to know how to add spawn point for trader zones, cose vehicles spawn too far around from trader.

Also question, how to dissable sapper and cloak spawn, they make my server laggy when spawning.

 

 

Edit:

 

Found that Land_HelipadCircle_F is spawn point for traders vehicles

 

Still want to know how to dissable sapper and cloak.

Link to comment
Share on other sites

In your init.sqf you can add

// 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 = [1, 1, 1, 1, 1, 1, 1];
Link to comment
Share on other sites

 

In your init.sqf you can add

// 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 = [1, 1, 1, 1, 1, 1, 1];

so if i put EPOCH_spawnLimits = [0, 0, 0, 0, 0, 0, 0]; then nothing spawn?

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
  • Advertisement
  • Discord

×
×
  • Create New...