[SUPPORT] - Sheeps Epoch Repack

Cheers I'll fix it up tomoz may have to revert some changes but I'll get it :p , played paintball today friggin awesome!
Awesome. I'll keep an eye out and test when new comes in.

Paintball sounds hella fun. Gotta go out and do that or lazer tag....

Sent from my Nexus 5 using Tapatalk
 
Deploy Bike currently not working at all now,
Traders currently not working/loading correctly
Server Has Massive Dsync resulting to everything running on spot, example: Ai & Animals

Not sure, when you say you have reverted to stable version, has this stable version been released to download, or do you have another version your going to release soon?

Also currently the salvage allows you to salvage from locked vehicles, not sure if you have decided that's how you want it. I'll post this code here anyways, its pretty much the exact thing you currently have, only that you cant salvage locked vehicles:
Code:
if ((dayz_myCursorTarget != _cursorTarget) and _isVehicle and !_isMan and _hasToolbox and (damage _cursorTarget < 1) and !_isDisallowRepair) then {
        _hasKey = _ownerID in _temp_keys;
        _oldOwner = (_ownerID == dayz_playerUID);
        if (s_player_repair_crtl < 0) then {
            dayz_myCursorTarget = _cursorTarget;
            _menu = dayz_myCursorTarget addAction ["Repair Vehicle", "\z\addons\dayz_code\actions\repair_vehicle.sqf",_cursorTarget, 0, true, false, "",""];
            s_player_repairActions set [count s_player_repairActions,_menu];
            if(!locked _cursorTarget) then {
            _menu1 = dayz_myCursorTarget addAction ["Salvage Vehicle", "\z\addons\dayz_code\actions\salvage_vehicle.sqf",_cursorTarget, 0, true, false, "",""];
            s_player_repairActions set [count s_player_repairActions,_menu1];};
            s_player_repair_crtl = 1;   
        } else {
            {dayz_myCursorTarget removeAction _x} forEach s_player_repairActions;s_player_repairActions = [];
            s_player_repair_crtl = -1;
        };
    };
 
Suicide Script Currently not working!

This works, only thing its a scroll, if you could add it as right click hand gun, it could work better, as players accidently select it currently when its on scroll:

Add following to your custom fn_selfActions.sqf:
Code:
// ---------------------------------------SUICIDE START------------------------------------
 
private ["_handGun"];
_handGun = currentWeapon player;
if ((_handGun in ["glock17_EP1","M9","M9SD","Makarov","MakarovSD","revolver_EP1","UZI_EP1","Sa61_EP1","Colt1911"]) && (player ammo _handGun > 0)) then {
     hasSecondary = true;
} else {
     hasSecondary = false;
};
if((speed player <= 1) && hasSecondary && _canDo) then {
     if (s_player_suicide < 0) then {
         s_player_suicide = player addaction[("<t color=""#ff0000"">" + ("Commit Suicide") +"</t>"),"suicide.sqf",_handGun,0,false,true,"", ""];
     };
} else {
     player removeAction s_player_suicide;
     s_player_suicide = -1;
};
// ---------------------------------------SUICIDE END------------------------------------

Create a file named suicide.sqf in your mission-files root-folder (not dayz_server.pbo), and paste the following code in it:

Code:
private ["_Secondary"];
canAbort = true;
_Secondary = currentWeapon player;
player addEventHandler ["fired", {if (alive player) then { player SetDamage 1.1;};}];
cutText [format["You think about your family... 10 Seconds"], "PLAIN DOWN"];
sleep 4;
cutText [format["Your little daughter, and what happened to her... 6 Seconds"], "PLAIN DOWN"];
sleep 4;
cutText [format["You cant take this shit any longer... 2 Seconds"], "PLAIN DOWN"];
sleep 2;
cutText [format["I come to you Sahra! Goodbye cruel world!"], "PLAIN DOWN"];
canAbort = false;
player playmove "ActsPercMstpSnonWpstDnon_suicide1B";
sleep 8.4;
player fire _Secondary;
 
Also another good addon for the tow, to allow more vehicles to be able to tow, again, your decision if you want to add:
tow/init.sqf

Code:
switch (typeOf _towTruck) do
    {
        case "ATV_CZ_EP1":                         {_array = ["Motorcycle"];};
        case "ATV_US_EP1":                         {_array = ["Motorcycle"];};
        case "TT650_Civ":                        {_array = ["Motorcycle"];};
        case "TT650_Ins":                        {_array = ["Motorcycle"];};
        case "TT650_TK_CIV_EP1":                {_array = ["Motorcycle"];};
        case "M1030_US_DES_EP1":                {_array = ["Motorcycle"];};
        case "hilux1_civil_3_open":             {_array = ["Motorcycle","Car"];};
        case "hilux1_civil_3_open_EP1":         {_array = ["Motorcycle","Car"];};
        case "hilux1_civil_2_covered":             {_array = ["Motorcycle","Car"];};
        case "ArmoredSUV_PMC":                    {_array = ["Motorcycle","Car"];};
        case "ArmoredSUV_PMC_DZ":                 {_array = ["Motorcycle","Car"];};
        case "ArmoredSUV_PMC_DZE":                 {_array = ["Motorcycle","Car"];};
        case "UAZ_Unarmed_TK_CIV_EP1":            {_array = ["Motorcycle","Car"];};
        case "VolhaLimo_TK_CIV_EP1":            {_array = ["Motorcycle","Car"];};
        case "Volha_1_TK_CIV_EP1":                {_array = ["Motorcycle","Car"];};
        case "Volha_2_TK_CIV_EP1":                {_array = ["Motorcycle","Car"];};
        case "VWGolf":                            {_array = ["Motorcycle","Car"];};
        case "car_hatchback":                    {_array = ["Motorcycle","Car"];};
        case "car_sedan":                        {_array = ["Motorcycle","Car"];};
        case "datsun1_civil_1_open":            {_array = ["Motorcycle","Car"];};
        case "datsun1_civil_2_covered":            {_array = ["Motorcycle","Car"];};
        case "datsun1_civil_3_open":            {_array = ["Motorcycle","Car"];};
        case "GLT_M300_LT":                        {_array = ["Motorcycle","Car"];};
        case "GLT_M300_ST":                        {_array = ["Motorcycle","Car"];};
        case "GNT_C185":                        {_array = ["Motorcycle","Car"];};
        case "GNT_C185C":                        {_array = ["Motorcycle","Car"];};
        case "GNT_C185R":                        {_array = ["Motorcycle","Car"];};
        case "GNT_C185U":                        {_array = ["Motorcycle","Car"];};
        case "Skoda":                            {_array = ["Motorcycle","Car"];};
        case "SkodaBlue":                        {_array = ["Motorcycle","Car"];};
        case "SkodaGreen":                        {_array = ["Motorcycle","Car"];};
        case "SkodaRed":                        {_array = ["Motorcycle","Car"];};
        case "HMMWV_M1151_M2_CZ_DES_EP1_DZE":     {_array = ["Motorcycle","Car","Truck"];};
        case "HMMWV_M1151_M2_CZ_DES_EP1":         {_array = ["Motorcycle","Car","Truck"];};
        case "HMMWV_Ambulance":                    {_array = ["Motorcycle","Car","Truck"];};
        case "HMMWV_Ambulance_CZ_DES_EP1":        {_array = ["Motorcycle","Car","Truck"];};
        case "HMMWV_DES_EP1":                    {_array = ["Motorcycle","Car","Truck"];};
        case "HMMWV_DZ":                        {_array = ["Motorcycle","Car","Truck"];};
        case "HMMWV_M1035_DES_EP1":                {_array = ["Motorcycle","Car","Truck"];};
        case "HMMWV_M998A2_SOV_DES_EP1_DZE":    {_array = ["Motorcycle","Car","Truck"];};
        case "tractor":                         {_array = ["Motorcycle","Car","Truck"];};
        case "LandRover_CZ_EP1":                {_array = ["Motorcycle","Car","Truck"];};
        case "LandRover_MG_TK_EP1_DZE":            {_array = ["Motorcycle","Car","Truck"];};
        case "LandRover_Special_CZ_EP1_DZE":    {_array = ["Motorcycle","Car","Truck"];};
        case "LandRover_TK_CIV_EP1":            {_array = ["Motorcycle","Car","Truck"];};
        case "MMT_Civ":                            {_array = ["Motorcycle","Car","Truck"];};
        case "MtvrRefuel_DES_EP1_DZ":            {_array = ["Motorcycle","Car","Truck"];};
        case "MTVR_DES_EP1":                    {_array = ["Motorcycle","Car","Truck"];};
        case "Offroad_DSHKM_Gue_DZE":            {_array = ["Motorcycle","Car","Truck"];};
        case "Pickup_PK_GUE_DZE":                {_array = ["Motorcycle","Car","Truck"];};
        case "Pickup_PK_INS_DZE":                {_array = ["Motorcycle","Car","Truck"];};
        case "Pickup_PK_TK_GUE_EP1_DZE":        {_array = ["Motorcycle","Car","Truck"];};
        case "S1203_ambulance_EP1":                {_array = ["Motorcycle","Car","Truck"];};
        case "S1203_TK_CIV_EP1":                {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Blue":                        {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Camo":                        {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Charcoal":                    {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Green":                        {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Orange":                        {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Pink":                        {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Red":                            {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Silver":                        {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_TK_CIV_EP1":                    {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_White":                        {_array = ["Motorcycle","Car","Truck"];};
        case "SUV_Yellow":                        {_array = ["Motorcycle","Car","Truck"];};
        case "UAZ_CDF":                            {_array = ["Motorcycle","Car","Truck"];};
        case "UAZ_INS":                            {_array = ["Motorcycle","Car","Truck"];};
        case "UAZ_MG_TK_EP1_DZE":                {_array = ["Motorcycle","Car","Truck"];};
        case "UAZ_RU":                            {_array = ["Motorcycle","Car","Truck"];};
        case "UAZ_Unarmed_TK_EP1":                {_array = ["Motorcycle","Car","Truck"];};
        case "UAZ_Unarmed_UN_EP1":                {_array = ["Motorcycle","Car","Truck"];};
        case "GAZ_Vodnik_DZE":                    {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "GAZ_Vodnik_MedEvac":                {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Ikarus":                            {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Ikarus_TK_CIV_EP1":                {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Kamaz":                            {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "KamazRefuel_DZ":                    {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Lada1":                            {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Lada1_TK_CIV_EP1":                {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Lada2":                            {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Lada2_TK_CIV_EP1":                {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "LadaLM":                            {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "UralRefuel_TK_EP1_DZ":            {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Ural_CDF":                        {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Ural_TK_CIV_EP1":                    {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "Ural_UN_EP1":                        {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "V3S_Open_TK_CIV_EP1":                {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "V3S_Open_TK_EP1":                    {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "V3S_Refuel_TK_GUE_EP1_DZ":        {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "TowingTractor":                     {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "HMMWV_M998_crows_M2_DES_EP1":        {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "M1126_ICV_M2_EP1":                {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "BMP2_UN_EP1":                        {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "M2A3_EP1":                        {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "T72_TK_EP1":                        {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
        case "M1A2_US_TUSK_MG_EP1":                {_array = ["Motorcycle","Car","Truck","Wheeled_APC","Tracked_APC","Air"];};
    };
   
    _array
};
 
hm...BE Filter on..not connecting on Server
BE Filter off i can join
BE Filter off Base Building not works, Bury Body not works, Deploy Bike not works, Suicide Script not works
 
hm...BE Filter on..not connecting on Server
BE Filter off i can join
BE Filter off Base Building not works, Bury Body not works, Deploy Bike not works, Suicide Script not works
yer i borked something...again :( reverting to back to just after i added ESS spawn select as i thought i did but i didnt ....sorry guys and thanks for the feedback!!
 
ok so once i get conformation that the current git version works ill fix any bugs, i wont add anything "NEW" in and get it stable again, then ill release

as for the other "NEW" stuff it will have to wait for 0.12 :(

know bug: the infinte deploy bike bug still exist in this version

currently testing EVERYTHING again to make sure....gonna be a long night...
 
ok so once i get conformation that the current git version works ill fix any bugs, i wont add anything "NEW" in and get it stable again, then ill release

as for the other "NEW" stuff it will have to wait for 0.12 :(

know bug: the infinte deploy bike bug still exist in this version

currently testing EVERYTHING again to make sure....gonna be a long night...
Okay, so tested with a group of 10+ members and sadly its really not stable, after checking everything out, we need to restart the server every 10min average as the server becomes unstable and everyone is running on spot, if your testing this solo you wouldn't realize that everyone is running on spot, as your side, everything looks fine!

Tried to disable couple things to see what's going, can not find the exact issue.

Working/Fixed:
Traders Working (:))

Deploy Bike Working (Still Unlimited Bikes) Maybe add extra script to confirm if you would like to deploy bike, may prevent the unlimited bike spawn?

Suicide Half working (I will look at that one)

So everything looks like its working, other then this massive dsync issues!
Could it be the line UID to building/keep plot pole script causing this issue?
checked RPT, not really much coming up regarding this issue.

Missing the ESS spawn already lol!
 
Okay, so tested with a group of 10+ members and sadly its really not stable, after checking everything out, we need to restart the server every 10min average as the server becomes unstable and everyone is running on spot, if your testing this solo you wouldn't realize that everyone is running on spot, as your side, everything looks fine!

Tried to disable couple things to see what's going, can not find the exact issue.

Working/Fixed:
Traders Working (:))

Deploy Bike Working (Still Unlimited Bikes) Maybe add extra script to confirm if you would like to deploy bike, may prevent the unlimited bike spawn?

Suicide Half working (I will look at that one)

So everything looks like its working, other then this massive dsync issues!
Could it be the line UID to building/keep plot pole script causing this issue?
checked RPT, not really much coming up regarding this issue.

Missing the ESS spawn already lol!

:( ok I'll head back to the drawing board.... I'm gonna go back pretty far on the git build, so be aware a lot of things will be missing particularly I'm going back before plot pole tied to uid,

By any chance do you still have the stablish download? Or the git hash for it?
 
Bit the bullet and finally installed on my other pcs so I can mp test properly
I have 3 machines now to test with ( god I love tp to me!)

EDIT: the revert of git will remove the following

NOS
Levels
some AGN stuff
ESS
Custom Loot
Fast Trade (was bracken any way i think)
New Events
Some admin tools stuff
HALO Spawn fix
Deployable Bike
Right Click Options
Custom Buildings
Animated MV22 & SUV
Will break salvage vehicles again (ill fix this first as its easy to do)
Extra Towing Vehicles
Will break Suicide
Detain/Arrest
Heli Crash Markers
DZAI setup (back to default settings)
Nuke event (not sure if it even worked for other now :( )



Basically its a full revert to commit labeled 0.11 - Collaboration, this is for both the MPMISSION and the SERVER


if you guys can test this build and let me know if it has the same desync issue's it will be ready to download/clone in a few minutes ill edit post when its ready


EDIT 2: git is now ready to use/test i wont be adding/fixing anything until after work today (approx 5hours) so if you fix something PLEASE post it!
 
Last edited:
Not 100% sure, why was this not used in the MPmission init.sqf:
Code:
//call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf";
We don't need this?
Are you calling a custom publicEH.sqf ??
I may be completely look stupide right now, just not sure!

Edit: Yup, I'm stupide, the custom/publicEH.sqf is right above, looking at scripts to long ;p
 
Last edited:
Not 100% sure, why was this not used in the MPmission init.sqf:
Code:
//call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf";
We don't need this?
Are you calling a custom publicEH.sqf ??
I may be completely look stupide right now, just not sure!

Edit: Yup, I'm stupide, the custom/publicEH.sqf is right above, looking at scripts to long ;p
dude the only thing i can offer for your help is moving you from tester to Co Developer :p (theres 3 of us now, myself MattL and now you!)
 
Cheers FallingSheep, Do you & MattL communicate over voice chat? Could be good to communicate faster with each other...
we try to skype but im in Australia and he is in america so time diff is rather hard to get around
ill PM you my skype name, ill have to ask MattL first before i send you his, he dosnt know you have joined the team yet (at least i dont hink he does :p )

Maybe we should use a IM system as i dont voice chat (2 kids kinda kills it for me lol)<--- never mind i just realised skype is also a IM :)
 
ATTENTION ALL GIT USERS
You may need to delete your current clone including the.git stuff and reclone the repos to avoid errors and conflicts as I have performed a hard reset on them
 
test server: 119.252.189.43:2402

Have updated some things, testing couple more before posting results, in general, that version is Dsync free!
Fingers Cross on next restart! Adding one thing at a time!
 
Back
Top