[SUPPORT] - Sheeps Epoch Repack

I will do this over the coming dayz (ha) and send it to you.
Things will be more expensive for the bandits.
Has the hemp bug (able to pull allot from a crop) been looked at?
Can you also check the humanity as mine has always jumped around particularly when taking clothes.

ok ive added a check in the harvest script (will port to overpoch builds soon, just doing some other stuff)

EDIT: changing again :) new code shortly

EDIT2: here is the new code
Code:
    //put together for DayZ Epoch - Credits to Shogun338 from Insurrection gaming - modified for separate "gather weed" script
    private ["_gearmenu","_playerPos","_nearWeed","_weed","_objectID","_objectUID"];
    _playerPos = getPosATL player;
    _nearWeed = count nearestObjects [_playerPos, ["fiberplant"], 4] > 0;
    _weed = nearestObject [player, "fiberplant"];
    if !(_nearWeed) exitWith {
    cutText [format["You need to be near the weed plants in order to gather."], "PLAIN DOWN"];
    };
    IsHarvesting = false;
    if (dayz_combat == 1) then {
        cutText [format["You are in Combat and Cannot Gather the Weed."], "PLAIN DOWN"];
    } else {
        if (IsHarvesting)then{
            cutText [format["You are already gathering Weed!"], "PLAIN DOWN"];
        }else{
            IsHarvesting = true;
            disableSerialization;
            _gearmenu = FindDisplay 106;
            _gearmenu CloseDisplay 106;
            player playActionNow "Medic";
            r_interrupt = false;
            sleep 6;
            _objectID = _weed getVariable["ObjectID","0"];
            _objectUID = _weed getVariable["ObjectUID","0"];
            deleteVehicle _weed;
            [_objectID,_objectUID] call server_deleteObj;
            _weed setDamage 1;
            player addMagazine "ItemKiloHemp";
            sleep 2;
            cutText [format["You've Gathered Some Weed. Smoke it or sell it to a Black market dealer!"], "PLAIN DOWN"];
            IsHarvesting = false;
        };      
    };
will only let you harvest once every 8seconds ensuring the loop is finished and the plant is deleted
 
Last edited:
ok here is a video of the slot machine in action, got all the bugs sorted
(except if you have a full inventory it adds the items anyway so careful until i can fix that :) )
EDIT: just to clarify the items added are there if you drop some to make space

also ignore the crappy graphics and slowness of the machine im at work :p

 
Last edited:
decide ill attempt to make a dialog version of the admin tools :p
(no it prop wont make it into 0.15 but you can always add it in later :) )
 
Anyone here using infistar with 0.15 .. was thinking about going to it to help block some of the recent hacker issues Im having .. I've managed to catch so far all in the act .. at least the jerks that want to kill server.. prob missed some of the duppers and such .. but more concerned with full on toast db hackers , and kill all the players aholes
 
I have Infistar but I'm not using due to filters. If you merge the filter and share I will be very grateful
 
I am getting stuck on "Requesting Character Data" and getting a gnarly timecount. Any ideas what might be causing this? I'm using 0.14
 
I also turned off EVR blowout as well as half a dozen other scripts, but the load times i can deal with, i'm just literally stuck on requesting character data until it times out and kicks me.

I've deleted my player data and character data/ made a new profile and still the same thing.
 
Ok it seems as though my host will not allow me to upload the HiveEXT.dll required for the multi character mod. I'm using SurvivalServers.

I've concluded that is whats causing the problem. What do I need to do to uninstall the Multicharacter portions of the repack?

Edit: I've just asked my host to replace the original hiveext.dll with the one in Axe Cops mod and included it in a ZIP. We'll see.
 
Last edited:
Mick did you go thru FTP...I was able to do it thru FTP when I had a survival server (Left cause I was really unhappy with them)..Have you thought of using a better host or using a VPS cost is just a few dollars more but the options out weigh the added expense ...If you want to talk a lil more my TS is 162.248.89.103:9987
 
I'm getting the picture they are not the best host. When I have a bit more time I'll hop on your ts!

I've tried through FTP but it just refuses the transfer. I live in Ontario Canada so I would prefer somewhere with a server in quebec or New york or something.
 
I host my own ..out of my house..am lucky to have gigabit fiber connection..
I like having the control that i don't have with a host company..but hard to play on ur own when your ping is 0 or 1.. Even with diff character..people see your ping rate and know its the admin lol
 
Ok it seems as though my host will not allow me to upload the HiveEXT.dll required for the multi character mod. I'm using SurvivalServers.

I've concluded that is whats causing the problem. What do I need to do to uninstall the Multicharacter portions of the repack?

Edit: I've just asked my host to replace the original hiveext.dll with the one in Axe Cops mod and included it in a ZIP. We'll see.
Mick, have you checked your RPT for errors? Which build number of 0.14 is it?? All information that is required.

RPT because it usually tells you there is an issue.
Build No. because sheep might have fixed the issue that your suffering in a later build of the same repack.

A little info goes a long way, and is better then us guessing what the problem could be.
 
Mick, have you checked your RPT for errors? Which build number of 0.14 is it?? All information that is required.

RPT because it usually tells you there is an issue.
Build No. because sheep might have fixed the issue that your suffering in a later build of the same repack.

A little info goes a long way, and is better then us guessing what the problem could be.
I'm using 7883 and here is my rpt
------
Exe timestamp: 2014/07/25 18:05:01
Current time: 2014/07/25 18:16:10

Version 1.63.125548
ErrorMessage: Not enough physical memory / swap file space for 131072 KB

------

Thats all thats in the RPT

UPDATE: the HiveExt.dll has been uploaded, did not fix the issue. I'm officially lost.
 
I'm using 7883 and here is my rpt
------
Exe timestamp: 2014/07/25 18:05:01
Current time: 2014/07/25 18:16:10

Version 1.63.125548
ErrorMessage: Not enough physical memory / swap file space for 131072 KB

------

Thats all thats in the RPT

UPDATE: the HiveExt.dll has been uploaded, did not fix the issue. I'm officially lost.
I'm no server expert, but that looks like your server memory has been exceeded.

How much memory does your service provider allocate to you?

I know that i'm running a different version, and i basically have every script running except for hordes. And my server memory while running sits at 1015.47MB so if your provider only gives you 1 gig of memory i suspect you would encounter the above error message.
 
Thats what I figured. And yet this repack is the only thing on it.... I'll likely be switching to a new host.

Would that cause the load screen to freeze on "requesting Character Data" though? Seems hard to believe its coincedence considering the repack adds multi character support, but thats just me. I'm also no server expert and it seems you are correct. The log shows a lack of memory. Any ideas I could utilize to drop down that 13000 KB?
 
Thats what I figured. And yet this repack is the only thing on it.... I'll likely be switching to a new host.

Would that cause the load screen to freeze on "requesting Character Data" though? Seems hard to believe its coincedence considering the repack adds multi character support, but thats just me. I'm also no server expert and it seems you are correct. The log shows a lack of memory. Any ideas I could utilize to drop down that 13000 KB?
Requesting character data happens on all servers regardless of multi character support. Character is referring to your in game character. You enter the server, you create a character on the hive.
 
Yes but it only got stuck there once the repack was installed. So I assume its related to the multi character portion of the repack.

I'm wondering if that is referring to RAM in which case I may be able to decrease it by setting groundfog to false and DZAI to false pretty drastically?
 
Thats what I figured. And yet this repack is the only thing on it.... I'll likely be switching to a new host.
How much memory does your service provider allocate to you?

I know that i'm running a different version, and i basically have every script running except for hordes. And my server memory while running sits at 1015.47MB so if your provider only gives you 1 gig of memory i suspect you would encounter the above error message.

It isn't a little repack, there is a lot of items that are running.
 
Back
Top