• 0
HeadRox

[SOLVED] How-to edit or remove Ambient flyovers / Jets

Question

Hi, 

First of all, again great job on the 9.8 update! Amazing work!

When me and my friends go out and do a mission we get harassed by A10's flying in circles none stop. 
Sometimes 2 sometimes more. They cant be shot down by .50 cal as we tryed with many rounds.
Even the roaming Ai is shooting at them, with no luck. 
They dont seem to shoot back or shoot our chopper when we relocate. 

I do like when they(i believe fantom F5 fighters or something) fly over the map with high speed. 

Is this normal behaviour of those A10's(or whatever spawns)? and is there a way to disable them as its kinda odd they keep circling around us.

Here is a screenshot of (F16's that keep circling non-stop) http://steamcommunity.com/sharedfiles/filedetails/?id=717094712

Thx

Edited by HeadRox

Share this post


Link to post
Share on other sites

23 answers to this question

  • 1

TO DISABLE:

In your Server Config.cpp

line 3010 about

change

Spoiler

class Events
 {
  /*
   A list of events that are active
  */
  enabledEvents[] = {"SupplyBox", "AbandonedSafe", "AmbientFlyOver"};
 

 

To:

Spoiler

class Events
 {
  /*
   A list of events that are active
  */
  enabledEvents[] = {"SupplyBox", "AbandonedSafe"};

 

To edit the planes, and look for yourself at Exile's amazing ability to change anything (almost):

Open the @exileServer\addons\Exile_Server PBO

Open the CODE folder

Copy ExileServer_system_event_ambientFlyOver_start.sqf  to your mission folder root.

Open the mission file Config.cpp

Look for

Spoiler

class CfgExileCustomCode
{
 /*
  You can overwrite every single file of our code without touching it.
  To do that, add the function name you want to overwrite plus the
  path to your custom file here. If you wonder how this works, have a
  look at our bootstrap/fn_preInit.sqf function.

  Simply add the following scheme here:

  <Function Name of Exile> = "<New File Name>";

  Example:

  ExileClient_util_fusRoDah = "myaddon\myfunction.sqf";
  
 */

 

};

Change to

Spoiler

class CfgExileCustomCode
{
 /*
  You can overwrite every single file of our code without touching it.
  To do that, add the function name you want to overwrite plus the
  path to your custom file here. If you wonder how this works, have a
  look at our bootstrap/fn_preInit.sqf function.

  Simply add the following scheme here:

  <Function Name of Exile> = "<New File Name>";

  Example:

  ExileClient_util_fusRoDah = "myaddon\myfunction.sqf";
  
 */

ExileServer_system_event_ambientFlyOver_start = "ExileServer_system_event_ambientFlyOver_start.sqf";

};

Open the ExileServer_system_event_ambientFlyOver_start.sqf file in your MISSION FOLDER that you copied and tweak what you want.

Save the file.

cleanup the unpacked .pbo

repack mission file

Restart

Rejoice.

Edited by GamersRoost
  • Like 3

Share this post


Link to post
Share on other sites
Advertisement
  • 0
1 hour ago, HeadRox said:

Thx Dude for you fast response! +1

Will do so.

could you change the title to something more defined?

[SOLVED]  How-to edit or remove Ambient flyovers / Jets

Or something? that will save someone from duplicating this post.

No need if you don't want to, just a suggestion.

Share this post


Link to post
Share on other sites
  • 0
36 minutes ago, GamersRoost said:

could you change the title to something more defined?

[SOLVED]  How-to edit or remove Ambient flyovers / Jets

Or something? that will save someone from duplicating this post.

No need if you don't want to, just a suggestion.

Done and done :-)

  • Like 1

Share this post


Link to post
Share on other sites
  • 0

so i need to buy a safe and place at my base or do you mean use the editor and place one, i would of thought it would just spawn the mission, strange

Share this post


Link to post
Share on other sites
  • 0
2 hours ago, M6mal said:

so i need to buy a safe and place at my base or do you mean use the editor and place one, i would of thought it would just spawn the mission, strange

Yes curious to as i havent seen a safe yet.

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.