Also.. this https://github.com/vbawol/DayZ-Epoch/tree/master/Tools/Loot%20Position
I believe this one will be better because of how good epoch loot positions are, haven't used it though
If you don't learn you end up depending on others time while you sit and do nothing, its a bit tedious updating your server if you didn't do the work yourself.. Learn so you can do everything yourself :P
Im not sure how you would get around the error, but I noticed that the weapons and all the items are called through dayz_weapons.pbo\config.cpp so.. What happens is the epoch mod dayz_weapons.pbo overrides the origins version, not allowing for any items to spawn/being able to spawn anything. Now...
Might want to change up the part about spawning a box with the skin inside of it because there is no need to have it really. A dead body has infinite weapon and item slots + the box that is spawned causes problems if a server has antihack as it is detected as a hacker box and doesn't spawn for...
I agree, I have fallen in love with origins building.. But I have been away from my computer for almost 2 months now! Which sucks and I haven't gotten much done with no access to files/programs. I return to get my computer at the end of the week which will able me to work on stuff again. But...
For Ganeski - You have to pull the file from the dayz code which is linked to you in the mission.sqm. Basically pull that one and edit it to the first post and you should be good to go..
As for vikingr you have a simple problem here..
#waittoactivate
~300
goto "nighttest"
Just replace the...
Make sure you edit the number correctly in the mission.sqm and if you use the night only make sure your server goes to night. But it seems that you might be missing the mission portion as long as you haven't really changed anything over.
I did it so it restarts every 3 hours from when it is started.. much simpler and if it goes down because of something you wont have like a restart 1 hr into the game if there was a glitch beforehand..
Basically this starts it up and restarts 3 hours after the start point so I just start my...
Thanks :P I like it so far- wasn't too hard to add it in (center post was in my thread) also - can you explain what these values mean in terms of items
_scount = count _extras;
for "_x" from 0 to 8 do {
_sSelect = floor(random _sCount);
_item = _extras select _sSelect;
_crate...
I was using this on Epoch Napf- Were some glitches but I managed to fix them
Ex-
if (DZMSWorldName == "napf") then {
_centerPos = [10010.905, 10448.559, 0];
};
Also best to edit
_pos = [getMarkerPos "center",0,9000,150,0,7,0] call BIS_fnc_findSafePos;
_pos = [getMarkerPos...
I knew how to do this awhile ago when messing around with my server, but I don't really remember the exact lines but you can search for how to activate a trigger for a player/ground unit only
It basically tells the script to activate if a player is under 15m. Not sure the exact line but that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.