Search results

  1. V

    CfgTownGenerator Epoch

    I thought I would let you know if you hadn't seen it, this commit. https://github.com/vbawol/DayZ-Epoch/commit/459c799ec1b85cb9ce5b90792d258109838f203d I was wondering if it would effect DZAI ObjPatch in the next Epoch release.
  2. V

    [Release] DZMS DayZ Mission System

    After getting frustrated at the DayZChernarus Mission System, I sent Lazyink a pull request on Github. In response he added me to the Github to update freely and gave me permission to update the Mission System. After looking deeper I decided too much should be re-done to do a simple update...
  3. V

    Dynamic Town Invasion

    I thought I would pick everyone's brains here. I was thinking of how to have DZMS dynamically take over a town for a mission, but to have this work on every map is a huge challenge, unless I wanted to go through and get coordinates for all the towns in every DayZ map. Well then I remembered...
  4. V

    [Support] DZMS DayZ Mission System

    ///////////////////////////////////////////////////////////////////////////////////// Release Thread: http://opendayz.net/threads/release-dzms-dayz-mission-system.18470/ Github: https://github.com/SMVampire/DZMS-DayZMissionSystem...
  5. V

    findSafePos failsafe?

    I'm trying to make a function that will loop BIS_fnc_findSafePos comparing it to coordinates to make sure they do not match to stop the "Novy Sobor" bug with the Mission Systems. Is there a code snippet out there already? I get an error with the attempt I made. Here's what I tried: DZ_FindPos...
  6. V

    Epoch 1.0.3 Radiated Zones

    Thought I would leave this here for anyone looking to play with irradiated zones on their map. variables.sqf has: DZE_Quarantine = false; And the player_spawn_2.sqf has: if(_outsideMap OR DZE_Quarantine) then { DZE_InRadiationZone =...
  7. V

    [Tutorial] Blue Pheonix AdminTools for Epoch 1.0.2.5

    Tired of posting the same answers to multiple threads, so I'm posting a tutorial here. First, download the admintools from github using this link. Note that this is 4 versions of the admintools. https://github.com/BluePhoenix175/DayZ-Admin-Tools-/archive/master.zip Open that up with...
  8. V

    Overwatch flavored Epoch?

    So, I already run an Epoch server with APC's, Jets, Tanks and such, and I love the trader aspect Epoch has, and of course the base building. The only thing I feel Epoch is lacking is more varied guns, and clothes. So how crazy would it be to get an Epoch server running with Overwatch alongside...
  9. V

    [Suggestion] RPG options and behavior

    I currently run an Epoch PVP server with modified traders that allows Jets, APCs, Tanks, and other very militarized vehicles to be purchased, and use your AI to spice up the players arsennel with weapons they can't get at the traders (like M107's) and it's great, loving your AI. To combat...
  10. V

    [Tutorial] Snow added to Dynamic Weather

    So I was wondering how to add snow to the dynamic weather like everyone else, and then realised that snow was dynamic on Namalsk. So I looked at how it was done, and seen that Namalsk uses a custom dynamic weather script with snow as a logic function. Thought I was crazy for trying but I managed...
  11. V

    [Tutorial] Custom Ambient Music Serverside

    So, can we all agree that the normal ambient music in dayz sucks? All of these tracks here? The first time you hear that screeching grinding metal noise in game, you almost crap yourself, and then go into the settings to turn music off. Most people never turn it back on afterwards for any...
  12. V

    Vampire's Russian Roulette [Support&Discussion]

    Script Release Here: http://opendayz.net/threads/release-vampires-russian-roulette.15196/ ---------------------------------------------------
  13. V

    [Release] Vampire's Russian Roulette

    Vampire's Russian Roulette Version 1.0 What it does.... Ever found yourself a little bored on dayz? You have a group of friends and you're tired of running from zombies, and killing bambi's? Ever wanted something a little daring to do? This is the script for you. This script adds the ability...
  14. V

    [Suggestion] Add Epoch Foods and Drinks

    You have the epoch config adding bars, but not the food and drinks. Here's a list of classnames. ItemSodaRabbit ItemSodaMtngreen ItemSodaR4z0r ItemSodaClays ItemSodaSmasht ItemSodaDrwaste ItemSodaLemonade ItemSodaLvg ItemSodaMzly FoodBioMeat FoodCanGriff FoodCanBadguy FoodCanBoneboy...
  15. V

    Modding Server Music

    So has anyone played with modding your server music so that your music slider in the options wasn't so useless? I wanted to add some atmospheric tracks to my server and decided to poke into how dayz does its music instead of smoldering my map in a range of triggers. What i've found (if its...
  16. V

    silentHint to nearby players?

    I'm trying to use a code like this below to send a hint to all players within 30m as a test (from the person who is doing the selfAction. Has anyone done something like this successfully before? nearPlayers = (getPosATL player) nearObjects ["Man", 30]; { _x hintSilent "This is a test!"; }...
  17. V

    Can anyone point out what i'm doing wrong here?

    So I seen PiXel's thread about his anomaly and dog thread, and decided to try to implement it into my server spawning the anomalys by a modified version of the DayzChernarus Mission System to spawn the anomalys randomly on the map every so many minutes and use a teleport script that will...
  18. V

    Scary Monsters Epoch PvP [1.0.2.5] Tanks & Jets, Evil AI, SelfBlood, AutoRefuel, TowLift and More

    We are a new server looking for active members. Our server is a Epoch PvP server that is trying to do what a lot of other servers get wrong, and thats glitchy mods. We have many mods running without any issues. We also have almost every vehicle added into the bandit and hero traders for your...
Back
Top