Jump to content

[Map Addition] Panthera Ukanc Military Base


Zupa

Recommended Posts

This easy-to-install addition will add a small military base at Ukanc on the panthera map (tested on 1.8). I run it on Epoch Panthera @ 46.165.239.226:2325. But this should also work on normal panthera. 

All barracks on the map are at the coastlines. I wanted to create a base were you could go for Mil+Medical loot on the mainland. This Britisch Outpost hidden in the mountains gives you that opportunity.

The 2 barracks spawn military loot by default. And the 2 MASH tents will spawn the medical loot.
Zombies will be here to!
With some extra decoration this became a decent lootplace to consider.

First screenshot (More screenshot at the bottom of the post):

ukank5.jpg

https://www.dropbox.com/s/i6zmgndhlyens5s/Ukanc_mil_base.sqf

 

or

 

Ukanc_mil_base.zip

Install guide

  1. Unpack your dayz_missions.pbo ( DayZ_Epoch_16.Panthera2.pbo for Epoch Panthera).
  2. Create a map Extra in the unpacked folder. (CAPITALS MATTER!)
  3. Download the SQF file given above the guide. And put that file in the Extra folder.
  4. Now open init.sqf and put the following line @ the bottom
execVM "Extra\Ukanc_mil_base.sqf";
 

   5. Now save everything and REPACK your PBO.
   6. Upload the pbo back to your server and restart it ofcourse.

This should give you the base on your Panthera Map.
If you have troubles, i'll try to asnwer as quick as possible or i will assist you on Teamspeak.

More Screenshots
Ukanc1.jpg
Ukanc2.jpg
Ukanc3.jpgUkanc4.jpg

Link to comment
Share on other sites

Very nice.  I added this to my server.  Like it very much.

 

I don't suppose I could ask you for your monitor script.  The ones I have found so far have time till next restart, and I much prefer time since last restart.  Yours is perfectly done.  I would be very grateful for any help on this.

 

[Judge] Chrusher

Link to comment
Share on other sites

Very nice.  I added this to my server.  Like it very much.

 

I don't suppose I could ask you for your monitor script.  The ones I have found so far have time till next restart, and I much prefer time since last restart.  Yours is perfectly done.  I would be very grateful for any help on this.

 

[Judge] Chrusher

 

Thx guys appreciate it.

 

 

The debugscreen matter:

 

Uptime is actually the default parameter you call from your server. (Time till next restart is always calculated).

Yours probbably say (if you have a 3 houre restart) something like :

 

180 - servertime/60 = This much minuts till next restart.

 

Mine are just the default servertime ( calculated in hours and minutes ofc) 

DD_stime = (servertime);
DD_hours = floor(DD_stime/60/60); // floor will delete everything after the comma
DD_minutes = floor(DD_stime/60) - (DD_hours*60);

_debug_COLOR = "FF0000"; //Default: RED //FF0000  -- This for the collors variables
_debug_COLOR2 = "D4D4D4"; //Default: WHITE //D4D4D4

 

 

Then in your debug screen

"
<t size='0.90'font='Zeppelin33'align='left' color='#"+_debug_COLOR+"'>Uptime:</t>
<t size='0.95'font='Bitstream'align='right'color='#"+_debug_COLOR2+"'>"+DD_hours+"hr(s) "+DD_minutes+"min(s)</t>
";
Link to comment
Share on other sites

  • 4 weeks later...

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