Jump to content

Re-Worked WAI 0.173 - Supported System


Recommended Posts

So if I want a group in custom spawns to spawn in a random location, instead of static coords, can I just put "random"?

 

Add this to the top of your custom file.

private["_location"];

Then use this to find a random position

_position = safepos call BIS_fnc_findSafePos;

--

Edit:

Link to comment
Share on other sites

  • 4 months later...
  • 3 weeks later...
  • 4 months later...

All you need to do to install this is:

 

Open up server_monitor.sqf from your server pbo

 

Unpack the server PBO using PBO Manager or whatever..

 

 

 

Place this code

[] ExecVM "\z\addons\dayz_server\WAI\init.sqf";

above this

allowConnection = true;

So it looke like this

[] ExecVM "\z\addons\dayz_server\WAI\init.sqf";
allowConnection = true;

Push Ctrl+F to search and edit the server_monitor.sqf  allowConnection = true; (use notepad++)

 

 

Put the WAI folder inside your PBO file

 

==PBO==

+compiles

+init

+missions

+modules

+System

+WAI  <------should be inside your PBO like this

config.bin

=======

 

That's all you need to do. 

Edit the server_monitor.sqf and put the WAI folder into your Server PBO

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...