Jump to content

Panthera South West Island


Airwaves Man

Recommended Posts

Hey folks,

this is a release of my Panthera South West Island, that was a huge Military Trader on my last Epoch Panthera Server. It is only the island with loot spawning buildings and without the traders. The island was created by Artjom and me and we both agreed to release it for the community.

You can use it for Epoch 1.0.5.1 or 1.0.6.1.

Download here:

https://github.com/AirwavesMan/DayZ-Epoch-Map-Additions/blob/master/Panthera/south-west-island.sqf

 

How to add custom Map Content Server Side Epoch 1.0.6.1:

  • create a folder in your server.pbo called mapaddons or something like that and put the map addon file in there

  • add the following line to the very bottom of your server_functions.sqf in the init folder of your server.pbo

    E.g. for South West Island:

    execVM "\z\addons\dayz_server\mapaddons\south-west-island.sqf";

  • Save, pack and upload your server.pbo.

 

pantheramilitarytrader.jpg.708f6199f46f51e99f0f4accc1529f5d.jpg

 

 

Link to comment
Share on other sites

  • 1 month later...

setPosASL (above sea level) instead ofsetPos ATL (above terrain level) ........ thats the trick for placing over water.

if (isServer) then{

_bldObj = objNull;
if (true) then
{
  _bldObj = createVehicle ["Land_nav_pier_m_2", [11047.6, 18439.9, -2], [], 0, "CAN_COLLIDE"];
  _bldObj = _bldObj;
  _bldObj setDir 180;
  _bldObj setPosASL [11047.6, 18439.9, -2];
};

 

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