Wambo1992
Members-
Content Count
15 -
Joined
-
Last visited
Everything posted by Wambo1992
-
The DayZ Standalone Loot Map Viewer - Alpha Version. Screenshot Features: U can look around the whole DayZ Standlone Map and see all places where u can get Loot (move by Drag&Drop with ur Mouse). If u mouseover a loot location (the red circles) u get detailed information of the loot u can get there. Information: It's written in AutoIt and the source Code is included. For those who do not want to install AutoIt. there's also an compiled exe within. Source Code only: http://pastebin.com/tJuDH7E2 VirusToal of the compiled .exe: https://www.virustotal.com/de/file/6b619df50162aacfd335f2630e2458f7f3a6e0129962d72b423412ff344b33e1/analysis/1387488564/ (False positives only) Download (87 MB): The file is quite big because the images of the map are included. Mirror 1: http://ul.to/ysc80br8 Mirror 2: http://www.file-upload.net/download-8421975/DayZ-Standalone-Loot-Map-Alpha.rar.html Download without images: U have to download the files manually or the script won't work correctly: http://static.dayzdb.com/tiles/chernarusplus/5/ Mirror 1 (no images included!): http://ul.to/hykxu6bq Mirror 2 (no images included!): http://www.file-upload.net/download-8421981/DayZ-Standalone-Loot-Map-Alpha--without-images-.rar.html If u have any questions, ask me.
-
DayZ Interactive Loot Map Viewer (Download)
Wambo1992 replied to Wambo1992's topic in General Discussion
I created this tool because DayzDB Map is not fully updated yet, but i probably won't improve this loot map because there are enough other maps out there. Also i stopped working on a DayzMap App, because there are enough others out there too. @wingtip: maybe it's because of vista, idk sorry. -
shouldnt we be able to load a pistol without mag with just 1 shot?
-
Has anyone been able to achieve blood regeneration without a blood bag?
Wambo1992 replied to razmac19@hotmail.com's topic in General Discussion
Regeneration LowRegeneration U are regenerating 1 Blood if Energy > 3500 and Water > 3000 FullRegeneration U are regenerating 3 Blood if Energy > 5000 and Water > 2500 Healing U are regenerating 1 Health if Energy > 5000 and Water > 2500 and Blood >= 5000 More information see here: http://pastebin.com/pMmkK1F6 -
New player finding no loot or zombies or anything an hour in
Wambo1992 replied to peteed1985's topic in General Discussion
Look at a map: http://dayzdb.com/map/chernarusplus#2.067.091 -
Theres a 50% Chance to not get poisoned by rotten fruits.
-
Food/Drink Value Sheet + Explanation of Text Messages
Wambo1992 posted a topic in General Discussion
I looked into the game data and wrote out the most important data to learn how to use drinks and food correctly. I listed all Food and Drink Data, the Player values like max. Energy/Water/Stomach/Blood/Health and explanations for the most common text messages and their effects. Here is an unformatted text version: http://pastebin.com/pMmkK1F6 And here is a formatted pdf version: http://www.file-upload.net/download-8413493/alphasheet.pdf.html Hope this helps some of u guys. -
Hey, playin for about 1h now and didnt see any zombies, yet. Not even on small airfield west of cherno. I can hear them sometimes but thats all. One time i died already and didnt really figured out why, yet. It sounded like i get hit over and over and started bleeding, then unconscious. So my questions: Are there zombies and they are kinda invisible for me? Or aren't there any zombies and the sound just bugs? And do i start bleeding from being hungry/thirsty? As there is no UI for Hungry/Thirty... What is the best way to figure out when i should drink/eat?
-
When i eat/drink something in RL i also know if im full or not. A sentence after eating/drinking like: "Oh gosh i'm so full." "Now i'm even more hungry" would be great to know when it's enough.
-
"almost impossible". reminds me of this :D
-
Hi DayZ Com, i stuck in calculating the weapon ranges. I tried to calculate the range using the initSpeed value of the magazines and a trajectory formula ignoring the air-resistance. Range = ( InitSpeed^2 / 9.81 ) * sin( Angle ) Using the initSpeed value of 8Rnd_9x18_Makarov and a horizontally angle (90°) results in this: ( 320^2 / 9.81 ) * sin(90) = 10438 m But this kinda looks wrong to me... Or not? Edit: So InitSpeed descripes the muzzle velocity.
-
Hi, i'm in developing some Tools for DayZ like a Map and i want to create a database too. My question is: Where can i find all the exact locations e.g. Deer Stands, Fuel Tanks, Farms etc. And where to find information about weapons, their range, drop-rate. Can i extract these information of the game files? Thanks so far, Wambo
-
Hi, i managed to get the position + angle of each object and to get some information about weapons like minRange, maxRange, Magazines, etc. and some more. But anybody knows sth. about drop-rates of loot or spawn info of zombies, like zombie-type, amount of spawned zombies? I think they are somehow connected with special buildings , e.g. deerstand. Or those buildings are connected with categories like military, farm, etc. Where can i find this info? Thanks ;)
-
I know that they are floating around but my answer is, where did they get them from? Because i want to be able to get those data by my own to keep my application easily up to date. Edit: Okay, thanks Mikhail. This helps me.
-
Working on this too. Rendered some blank satellite picture with L3DT, too: Currently working on a clean RoadMap Only.