Hoplit Posted April 26, 2014 Report Share Posted April 26, 2014 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 More sharing options...
0 Storm Posted April 26, 2014 Report Share Posted April 26, 2014 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? xBowBii 1 Link to comment Share on other sites More sharing options...
0 Hoplit Posted April 26, 2014 Author Report Share Posted April 26, 2014 Not everybody who is looking for help can find my forum. Link to comment Share on other sites More sharing options...
0 FragZ Posted April 26, 2014 Report Share Posted April 26, 2014 Not everybody who is looking for help can find my forum. So THAT is admitting you are advertising Link to comment Share on other sites More sharing options...
0 Hoplit Posted April 26, 2014 Author Report Share Posted April 26, 2014 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 More sharing options...
0 Hoplit Posted April 28, 2014 Author Report Share Posted April 28, 2014 New tutorial: Remove junk only from roads and from custom places Link to comment Share on other sites More sharing options...
0 Inevitable Gaming Posted May 8, 2014 Report Share Posted May 8, 2014 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 Link to comment Share on other sites More sharing options...
0 ToshioSM Posted May 8, 2014 Report Share Posted May 8, 2014 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 More sharing options...
0 Hoplit Posted May 10, 2014 Author Report Share Posted May 10, 2014 NEW TUTORIAL: VEHICLE SERVICE POINTS Link to comment Share on other sites More sharing options...
0 caboose1 Posted May 13, 2014 Report Share Posted May 13, 2014 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 More sharing options...
0 Hoplit Posted May 14, 2014 Author Report Share Posted May 14, 2014 New tutorial: Set Viewdistance Link to comment Share on other sites More sharing options...
0 Hoplit Posted May 21, 2014 Author Report Share Posted May 21, 2014 NEW TUTORIAL: BUILDING SNAPPING 1.6 Link to comment Share on other sites More sharing options...
0 Hoplit Posted May 29, 2014 Author Report Share Posted May 29, 2014 NEW TUTORIAL: [Epoch] Edit/remove trading animations Link to comment Share on other sites More sharing options...
0 Hoplit Posted June 11, 2014 Author Report Share Posted June 11, 2014 NEW TUTORIAL: ENHANCED SPAWN SELECTION Link to comment Share on other sites More sharing options...
0 Mikester89 Posted June 23, 2014 Report Share Posted June 23, 2014 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 More sharing options...
0 Hoplit Posted July 9, 2014 Author Report Share Posted July 9, 2014 Hey! Add me on skype: hoplit_next I can help you! Link to comment Share on other sites More sharing options...
0 Hoplit Posted July 9, 2014 Author Report Share Posted July 9, 2014 Changelog: -TUTORIAL UPDATED: ESS ENHANCED SPAWN SELECT NEW TUTORIALS: DAYZ GROUP MANAGEMENT - TAG YOUR FRIENDS COMMUNITY AGN Link to comment Share on other sites More sharing options...
0 Hoplit Posted July 28, 2014 Author Report Share Posted July 28, 2014 New tutorial: Boost for cars Link to comment Share on other sites More sharing options...
0 Hoplit Posted January 31, 2015 Author Report Share Posted January 31, 2015 NEW TUTORIAL: SPAWN A DOG WITH RIGHT CLICK WEAPON ATTACHMENTS MULTIPLE CHARACTER SUPPORT Link to comment Share on other sites More sharing options...
0 Hoplit Posted March 17, 2015 Author Report Share Posted March 17, 2015 NEW TUTORIAL: TradeFromVehicle - Version 2.0 Link to comment Share on other sites More sharing options...
0 SchwEde Posted March 17, 2015 Report Share Posted March 17, 2015 cool to see that your forum still exists. When started with scripts on dayz your forum was really helpfull! Keep up the good work :) Link to comment Share on other sites More sharing options...
0 Hoplit Posted June 22, 2015 Author Report Share Posted June 22, 2015 Thanks SchwEde! :) NEW TUTORIALS AVAILABLE! SchwEde 1 Link to comment Share on other sites More sharing options...
0 Hoplit Posted July 16, 2015 Author Report Share Posted July 16, 2015 NEW TUTORIALS! Link to comment Share on other sites More sharing options...
0 AlterEgo Posted July 23, 2015 Report Share Posted July 23, 2015 Hello can you help me in the group system ? email : [email protected] Link to comment Share on other sites More sharing options...
0 AlterEgo Posted July 23, 2015 Report Share Posted July 23, 2015 Hello , can u show me how to install DZGM ? email : [email protected] , i'll give a teamviewer Link to comment Share on other sites More sharing options...
Question
Hoplit
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
-Trade From Vehicles 2.0
- 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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now