Jump to content

realzoro

Members
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

6 Neutral

About realzoro

  • Rank
    Scavenger

Recent Profile Visitors

443 profile views
  1. right now i see only 2 experimental servers and i cannot join any of them because game tells me that my client version is outdated. how can i fix this? nvm its the update i guess 😄
  2. realzoro

    AutoHotkey preparation for 1.20 release

    turned out to be misinformation
  3. On DE 1297 i found fences and gates that must have been there before the patch. im wondering where i heard that the servers get wiped with the patch? so thats not true i guess. someone knows if the official server do ever get wiped?
  4. realzoro

    Stable Update 1.20

    awesome!! no server wipe? since my char is alive
  5. I'm very hyped about the 1.20 release tomorrow, especially when taking the server wipe into account. Since I'm planning to nolife DayZ for a while I wanted to make my life a bit easier. The most important thing for me was to have a crosshair overlay to have no disadvantage compared to players that use a permanent crosshair. My monitor doesn't have one and I don't want to draw something physically on my screen. The other thing I wanted to be able to is autowalking so I can relax my fingers from time to time. I managed to accomplish these two things ( in a very basic way ) with AutoHotkey v2 - https://www.autohotkey.com/ and want to share it. The Autowalk script: NumpadAdd:: { if WinActive("ahk_exe DayZ_x64.exe") Send "{w down}" } NumpadSub:: { if WinActive("ahk_exe DayZ_x64.exe") Send "{shift down}{w down}" } When pressing "+" on the numpad it will hold down the "W" key until you manually release it (by pressing and releasing it). When pressing "-" on the numpad it will hold down both the "W" key and the "shift" key until you manually release both (by pressing and releasing both). Disadvantages: Works only if DayZ is the active window. Need to press the keys to stop it. The crosshair-overlay script: Samples: https://imgur.com/a/FjD311C bmp := LoadPicture("dayzchv2a.bmp") if bmp dayzch := Gui() dayzch.BackColor := "EEAA99" WinSetTransColor("EEAA99", dayzch) dayzch.Add("Picture",,"dayzchv2a.bmp") dayzch.Opt("-Caption") dayzch.Opt("AlwaysOnTop") dayzch.Show("Maximize") dayzch.Move(-10, -6, 1920, 1080) This script is dependant on the bitmap with the crosshair. It is a 1920x1080 argb bitmap with everything transparent except the crosshair itself. I wanted to have the cs:go classic static crosshair so I am using this bitmap: https://easyupload.io/fnsaqq (it needs to be in the same folder as the script). I wish I could upload it right here, but I couldn't figure it out. imgur was converting it and I don't know if it works then. Disadvantages: Works only when DayZ runs in window mode. Right now the crosshair itself is clickable (dont't know yet how to make it non-clickable) so my mousecursor shows sometimes when i move the mouse fast. I had to move it by -10, -6 pixels to have it really on the middle. This exact script works only with 1920x1080 resolution. The bitmap could be smaller - no need for 1920x1080 pixels, just the crosshair itself should be enough, but it was my first attempt and I'm glad it works. Suggestions for improvement are appreciated. See you in 1.20.
  6. realzoro

    Watercrafts

    Today I decided to explore Skalisty, because I was never before on that island. Swimming there is no problem at all, but I felt like how awesome it would be if we would have some type of watercraft to travel safely over water. I don't really care what kind of watercraft it would be. I would even prefer something small. Watercrafts would create new unique possibilities of exploring and interacting with the DayZ world. Here is another thread where someone suggests an improvised boat:
  7. Hello, i tried to play dayz on some low populated public servers. but i got kicked after some seconds/minutes. why should people have the rights to kick someone on a public server? i guess the people including an admin on this server want to be alone to loot stuff without the possibility of getting killed. in the good old arma2 dayz days it was not allowed to have a public server password-secured or to kick anyone. i mean when they host a private hive server they can do every shit they want, but not on a pulbic one. can u fix this? thanks ps: im just supermad because of getting kicked from 3 servers in a row.
  8. realshure Germany fa2c8542625dc92dbc23548b65dd0fa3
  9. Son!c Germany 900421a22bb1f7c499306ee59f70eb1d
  10. ZorO Germany 71749f186505f4aef3ef787b5cf1fe3b
  11. Hey, i have the problem that my monitor is running on 120hz in windows at 1920*1080 and in the game its something less than 120hz and 1920*1080. so when i tab to windows to check dayz map my screen goes black then it takes 2-3 seconds until i see the desktop and this is because my monitor needs time to change from 75hz to 120hz. so when i run the game at 120 hz i dont have this problem anymore? how can i set 120hz? thx
  12. realzoro

    No Servers appearing on list

    did u try to disable firewall?
×