Jump to content

deleted


Recommended Posts

Well I tried to install this and I can get the location to appear on the map (west of Zelenogorsk), but there are no AI around.

I looked at my WAI config.sqf and at the bottom I found:

/* STATIC MISSIONS CONFIG */

        static_missions                = false;        // use static mission file
        custom_per_world            = false;        // use a custom mission file per world


I figured that MUST be the problem.  I set it to "static_missions  = true;"   but it made no difference.  No AI spawn.
WAI are spawning for the automatic hero/bandit missions.  No problems there.

I give up.  it's 2am and I'll have to try again tomorrow...will roll back to my backup mission.pbo so users don't loot all the unprotected OP goodies in the meantime.  ;)

 

UPDATE:

OK, nvm, I fixed it  ;)

Here's what I did:

 

Spoiler

 

In WAI/static/init.sqf, I made this change:

} else {

        ExecVM "\z\addons\dayz_server\WAI\static\default.sqf";
        
to

} else {

        ExecVM "\z\addons\dayz_server\WAI\static\chernarus.sqf";

 

 

 

 

Link to comment
Share on other sites

  • 4 weeks later...

Remove this

 

 

_vehicle_162 = objNull;
if (true) then
{
  _this = createVehicle ["Ammobox_PMC", [2007.9519, 5190.9805, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_162 = _this;
  _this setDir -10.761402;
  _this setPos [2007.9519, 5190.9805, -3.0517578e-005];
  _this setVariable ["permaLoot",true];
};

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...