Jump to content
  • 0

[TUTORIAL] DayZ Epoch Script Tutorials # Need help scripting?


Hoplit

Question

Hey Guys! :)

 

I'm here for you to gather all the scripts that work for Epoch mod!

 

I can also help with scripting, just check the the bottom of the post.

 

THE CREDITS ARE INCLUDED IN THE TUTORIALS!

 

Here is the list:

 

-Remove junk only from roads and from custom places

-Add right click option to items

-Deploy bike (only works with the script above)

-Snap building

-Dayz Epoch admintools

-No fog script

-Prevent loot and zombie spawn in safe zones

-Halo jump on spawn

-EMS - epoch mission system with IKEA missions

-Refuel - Repair - Rearm station

-Epoch safe zone commander (anti backpack stealing, god mode)

-Debug monitor

-Custom loading screen

-Self bloodbag

-Custom permanent map markers

-Full moon nights

-Craftable zombie shield

-Pre-made custom bases, towns, structures, camps etc...

-Vehicle service points

-Set Viewdistance

-Building Snapping 1.6

-[Epoch] Edit/remove trading animations

-Enhanced spawn selection [updated]

-DAYZ GROUP MANAGEMENT - TAG YOUR FRIENDS

-COMMUNITY AGN
-BOOST FOR CARS
-WEAPON ATTACHMENTS
-SPAWN A DOG WITH RIGHT CLICK
-MULTIPLE CHARACTER SUPPORT

-Trade From Vehicles 2.0

 

Loyalty reward system

- AND MANY OTHERS!

 

This is the growing list, if you have any question, just ask me!

 

You can find the tutorials HERE

 

I'M NOT ADVERTISING ANY SITES, I JUST ALREADY GATHERED THE TUTORIALS THERE SO I DON'T HAVE TO POST THEM HERE AGAIN

 

Thanks, and have a good day! :)

Link to comment
Share on other sites

24 answers to this question

Recommended Posts

  • 0

Hey Guys! :)

 

I'm here for you to gather all the scripts that work for Epoch mod!

 

I can also help with scripting, just check the the bottom of the post.

 

THE CREDITS ARE INCLUDED IN THE TUTORIALS!

 

Here is the list:

 

-Add right click option to items

-Deploy bike (only works with the script above)

-Snap building

-Dayz Epoch admintools

-No fog script

-Prevent loot and zombie spawn in safe zones

-Halo jump on spawn

-EMS - epoch mission system with IKEA missions

-Refuel - Repair - Rearm station

-Epoch safe zone commander (anti backpack stealing, god mode)

-Debug monitor

-Custom loading screen

-Self bloodbag

-Custom permanent map markers

-Full moon nights

-Craftable zombie shield

-Pre-made custom bases, towns, structures, camps etc...

- AND MANY OTHERS!

 

This is the growing list, if you have any question, just ask me!

 

You can find the tutorials HERE

 

I'M NOT ADVERTISING ANY SITES, I JUST ALREADY HAVE THE TUTORIALS THERE SO I DON'T HAVE TO POST THEM HERE AGAIN

 

Thanks, and have a good day! :)

What for if all the scripts are already on here?

Not hard to use the search box now is it?

Link to comment
Share on other sites

  • 0

Not in the way I want more views or something just want to help people. If that bothers everybody or I break some of the rules I'll delete my post. 

 

Not everybody who is looking for help can find those tutorials. * That would be my correct answer

Link to comment
Share on other sites

  • 0

Yo, so i tried to add the welcome credits but nothing shows up, whats wrong?

if (!isDedicated) then {
[] execVM "compile\Server_WelcomeCredits.sqf";
  //Conduct map operations
};
};

That is at the bottom of my init.sqf it that matters

Here is one unnecessary "};" because you've just 1x loop IF. 

Correct is:

 

if (!isDedicated) then {
[] execVM "compile\Server_WelcomeCredits.sqf";
  //Conduct map operations
};

If still doesn't work then check do location to .sqf file is correct. Or check your init do you didn't forget of ";" or "};" above this code.

Link to comment
Share on other sites

  • 0

Yo, so i tried to add the welcome credits but nothing shows up, whats wrong?

if (!isDedicated) then {
[] execVM "compile\Server_WelcomeCredits.sqf";
  //Conduct map operations
};
};

That is at the bottom of my init.sqf it that matters

if (!isDedicated) then {
//Conduct map operations
0 fadeSound 0;
[] execVM "custom\Server_WelcomeCredits.sqf";
waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
 
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
 
 
 
//Lights
//[false,12] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
execVM "service_point\service_point.sqf";
_nil = [] execVM "custom\JAEM\EvacChopper_init.sqf";
["elevator"] execVM "elevator\elevator_init.sqf";
};
Link to comment
Share on other sites

  • 0

Hello all I just got my own private server up but I am not a scripter at all. the only script I have been able to add was the admin tools which I am proud of. lol. but I was wondering if anyone could help add some scripts for me? I tried the adding in other stuff but I have not gotten anything to work but the admin tools. Im not running a big server or anything like that I just want my own place for me and some selected people I choose. So can anyone help me with this please? if not then its ok. ill just play the old school way. thank you

Link to comment
Share on other sites

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