[SUPPORT] - Sheeps Epoch Repack

Alright! I got them added and able to be placed. Thanks so much. Now I can finally see that what I had been working on with ShootingBlanks didnt work! :confused: But trial and error is ok with me. I will keep working on this.

I did notice however that at the bottom of 0verheats github page for the server_monitor.sqf section he uses the term "_intentory". Is that just a typo? Do I need to have "_inventory" instead.

https://github.com/0verHeaT/VehicleGarage

Either way I will modify the 3 instances in the server_monitor.sqf Where I previously added the lines with "_intentory"
the epoch devs screwed up and used "_intentory" instead of "_inventory" i think i replaced all "_intentory" with "_inventory" so use "_inventory"
 
Has there ever been a Sheeps Repack for Takistan?
Napf and Saurland suck hairy goat balls! I like Chernarus .. it feels like home.
I installed an Overpoch server this afternoon for something to do and as a "proof of concept". At this very moment its running on my Linux VPS with 2GB ram, and 4 cores ($29 a year!) I am going to install the 0.16 but I prefer Takistan to Chernarus because all the buildings are enterable and, well its different.
So anyway ... here I go, Overpoch and Sheeps Repack on Takistan ... I might burn in hell for this :p

If anyone is interested in checking the performance of a Dayz Linux install on a minimal Linux VPS running OpenVZ (NOT a dedicated server or KVM virtualization) 192.3.148.9:2302
Of course its a work in progress and at the moment it has the default epoch mission.

Anyways, when I am done with the basic install (no customizations) I will upload the Takistan repack if there isnt one (I didnt find one)
 
Last edited:
Has there ever been a Sheeps Repack for Takistan?
Napf and Saurland suck hairy goat balls! I like Chernarus .. it feels like home.
I installed an Overpoch server this afternoon for something to do and as a "proof of concept". At this very moment its running on my Linux VPS with 2GB ram, and 4 cores ($29 a year!) I am going to install the 0.16 but I prefer Takistan to Chernarus because all the buildings are enterable and, well its different.
So anyway ... here I go, Overpoch and Sheeps Repack on Takistan ... I might burn in hell for this :p

If anyone is interested in checking the performance of a Dayz Linux install on a minimal Linux VPS running OpenVZ (NOT a dedicated server or KVM virtualization) 192.3.148.9:2302
Of course its a work in progress and at the moment it has the default epoch mission.

Anyways, when I am done with the basic install (no customizations) I will upload the Takistan repack if there isnt one (I didnt find one)

I am very interested in owning one of those Linux VPS for $29 a year! shoot me a link to the provider. I might look into that just because of the price!


On another note. With the Plot4Life V2 script in the 0.16 repack where would I find the ability to set the owner ID to the garage buildings for virtual garage? Overheats script instructions to to get the script working with P4L are amazingly vague. I feel like I am pretty close to getting this working.
 
123systems.net
https://123systems.net/billing/cart.php?gid=19
The normal prices are listed in the link, but if you are a customer they send you promotional emails every few months to buy any server at 50% off the advertised price for life. Here is a screenshot of my current servers. I am currently hosting the server I mentioned previously on the vps at the bottom, $15 a year because its discounted. You see I have 2 of the servers that are normally $59 a year (still cheap), for $29 a year. One is hosting an Arma2 server that is fairly popular and currently ranked at #35 worldwide so it does get some players and performs well.
They serve the purpose which is to allow people to run arma2 or dayz servers cheap enough so the wife doesnt bitch about hosting fees. If your server becomes popular, you can always move it to a KVM or dedicated server (here are a few for $10 -$15 a month that would work well) and if you MUST have a windows dedicated server, here is one that comes to $44 a month that will easily host 4 dayz servers
Client_Area_-_123Systems_Solutions_-_Google_Chrome_2016-01-17_21-51-26.png



No comment on the userID garage issue .... except the ability to store 50 cars in a garage .. What has Dayz come to?
 
Last edited:
What does that mean? If you have missiles, then yes you can kill with them.
And not really a sheeps repack issue ... more of a general question.
 
sounds like an infistar blocking issue then. i never use infistar because,the trouble outweighs the benefits. but infistar woild be the place to ask... unless someone,else knows why that would be
 
Sector FNG is empty on 0.16 Overpoch Napf. Is there any fix or doese someone have the spawn location.
And wich AI system is used for SectorFNG?
 
Okay, from the github: https://github.com/fallingsheep/0.16_Cash_Me_Up_Standard_Overpoch_NAPF


I searched for sectorFNG in the dzai spawns and it shows up in the Chernarus custom spawns .. not in napf .. You need to add those markers into dzai/ini/world_spawn_configs/custom_markers/cust_markers_napf.sqf ... just copy/paste
Search_Results_-_Google_Chrome_2016-02-12_09-05-53.png



Then you need to add the custom spawns for sectorfng into the
DZAI/init/world_spawn_configs/custom_spawns/cust_spawns_napf.sqf
The markers tell DZAI where to spawn, the custom spawns file tells DZAI to actually spawn somewhere.
Add this block at the bottom of the file for each of the sectorFNG markers you copied into the napf file.

[
"DZAI_marker_sectorfng_front", //This is the marker name to be used as the patrol and spawning area.
2, //This trigger will spawn a group of 2 AI units.
1, //Weapon grade setting. 1 = weapon chosen from Military loot table (see below for explanation of Weapon Grade)
true //(OPTIONAL)* Respawn setting. True: AI spawned will respawn (Default). False: AI will not respawn. Spawn area will be deleted when all units have been killed.
] call DZAI_spawn_units;

BTW: I love github and its search ability inside a repository .. I use this all the time. You go to the repository and type in the search term, it shows up where on each file. This is the result page for sectorFNG
https://github.com/fallingsheep/0.16_Cash_Me_Up_Standard_Overpoch_NAPF/search?utf8=✓&q=sectorfng
 
Back
Top