Jump to content

mrwolv

Members
  • Content Count

    381
  • Joined

  • Last visited

Everything posted by mrwolv

  1. mrwolv

    Admin For Dayz Standalone (Works)

    dayz only lets 1 person login to admin at any time and no other admins can login untill the prev admin logs out so im really unsure why it global calls out what a admin is doing its not a big deal but yeah will have to cope with it
  2. hi peoples dose anyone know how i would go about removing loot spawns that are in the game already and how to add loot spawns into building that ive added in to the game i dont want to mod my server,
  3. i think you got my question confused i dont want to change the loot that is in the game i want to remove loot that spawns on points/cord (like m4 and aks at rify) and add new loot spawns to other points/cord (like building i add in the game) i do not want to mod the server i want to keep it vanilla
  4. mrwolv

    Admin For Dayz Standalone (Works)

    it dose it for all people i have had 10 people try on there servers with this admin scrip and it all shows globaly for them so unless your using some modded mission file that explains why you dont see it :D
  5. mrwolv

    Server global text chat

    yup login as admin in game
  6. mrwolv

    Air drops

    airdrops are broken atm for code for the init is ref AirDrop AirDropClass; // Class definition void CustomMission() { AirDropClass = new AirDrop; } float TimerSlice; // Timeslice override void OnUpdate( float timeslice ) { super.OnUpdate( timeslice ); // FPS Fix TimerSlice += timeslice; if (TimerSlice >= AirDropClass.TimesliceMultiplyier) { AirDropClass.CreateAirDrop(); TimerSlice = 0; } }
  7. mrwolv

    Goodbye Legacy Branch 0.62!

    To be honest the game atm in .63 is a broken mess they just trying to push the game into 1.0 for money and console look at everything all the missing content that should be in! i will prob get banned for saying this but its true all they care about atm is money the pc sales are dry and the only way to keep the cash coming is consoles and this is there own fault for taking so long.Yes i know games take a long time to make but if you add everything up it all points to money. Today they killed our .62 !!!!!! .63 has so much missing they need to add in all of the content from .62 to make the game feel like dayz again if modders can do it i dont see why they cannot i feel like they have given up on dayz standalone and dont care no more just broken patch after broken patch and no end to the sucess of the game if i was going to list all the items they said they would add and have not the list would go for a long time infact i am going to do it here its just being a downhill struggle since day 1this is only a few items the list would go on forever M12 Shotgun Dirtbike Byycle Littlebird NewParticles Character menu Character SoftSkills DartGun Tazer Scout Rifle M249 Bears way backin 2014 Pk MachineGun Mini Uzi Biohazzard Showers NightVision Bows Bizon Radation At Tisy Rad Suits There is so much content not even to mention the guns Sporter 22 Trumpet Blaze 95 Double Rifle CR527 Carbine Repeater Winchester model 70 SKS AKS-74U AK101 AK74 Steyr AUG Automatic Rifle FN FAL Crossbow Amphibia S Derringer LongHorn Magnum .357 MP-133-Shutgun With a pistol grip Izh43 shotgun VSS Vintorez PM73 RAK So Much of the game is missing and you dont see why we get so mad we need the game and content back please fix this for us
  8. mrwolv

    Goodbye Legacy Branch 0.62!

    Now you have made this big desison please fix .63 and please get it right this is critical to the sucsess of dayz atm please put the exp patch to stable and fix night time i tryed to play ona nighttime server lastnight and it was HELL put the moon back and make it better almost 10k hours on dayz and each patch has made it unplayable a little more you have along way to get the game back to how it use to be .63 is missing ALOT of content and again its killing the game each day get allcontent in to .63 that was in .62 fast as you can
  9. mrwolv

    Admin For Dayz Standalone (Works)

    ahh no it shows up globaly to every player im the only admin on the server so if im testing things i dont want all the server to see /spawn apple or /offroad lol
  10. mrwolv

    Admin For Dayz Standalone (Works)

    could you edit the config for me please as i dont know to much about it lolz
  11. mrwolv

    Admin For Dayz Standalone (Works)

    anyway you can work on removing chat messages from the admin side so it dose not globaly annouce it
  12. mrwolv

    Player tracking

    hi dose anyone know if there is a way to track player hotspots on the map to see where players go and what the hot zones are ?
  13. mrwolv

    ServerTime Settings not working anymore!

    fingers crossed but they seem to be focused on xbone atm
  14. mrwolv

    ServerTime Settings not working anymore!

    same here i really dont know how they broke dayz this time so many things broken mine reboots every 6 hours but still night time when i login
  15. mrwolv

    ServerTime Settings not working anymore!

    dosent work for me time wont change with the script from 123 how can i set my server time to always day in the files
  16. mrwolv

    Bug building base!!

    yeah dayz broke the game again the day they pushed the patch were waiting for the patch to hit
  17. mrwolv

    adding loot to custom buildings

    yeah this would be good to know how to do this
  18. mrwolv

    Connecting fail

    sounds like you have not opened your ports correctly :D make sure you open ports 2302-2304 27017 udp and tcp on your computer and router and you will be fine
  19. mrwolv

    ServerTime Settings not working anymore!

    so do we need to remove the time bits from serverdz and enable the script beacuase if we run the script and the code below at the same time nothing will happen serverTime="2018/7/7/8/00"; serverTimeAcceleration=0; serverTimePersistent=0;
  20. mrwolv

    Admin For Dayz Standalone (Works)

    make sure you have added your steam id in code line ref TStringArray admins = {"STEAMIDHERE"}; // Add your STEAM64 ID if still having problems set your name in steam for dayz -name=yourname
  21. mrwolv

    Admin For Dayz Standalone (Works)

    i am not to sure but cars are ment to be like that to stop admin abuse i didnt write the script so not sure how to change it
  22. mrwolv

    ServerTime Settings not working anymore!

    how did you do that can you please share
  23. mrwolv

    All doors Unlocked on Server Restart

    i have tryed that also lol that just saves if a door has been opened or closed and the server will save the door state but it wont save if its locked still unlocked on server reboot
  24. mrwolv

    v3s spawns after patch

    yeah if you try to add the v3s cargo it wont work you need to add the v3s chassis that will work but for me there not spawing ive taken a look in the files and there still there so my guess is there reworking them
  25. mrwolv

    v3s spawns after patch

    yes i have noticed this to maybe they have removed them fullly to re work them i will take a look at this later today
×