Mentize 21 Posted September 19, 2012 So, recently our server was attacked by a hacker, moving all the vehicles to a single location, we used the log to pinpoint the locations of the vehicles, np.However only myself and one other member of our team of 4 are able to actually read the logs, so I set to create an Excel spreadsheet to decode the coordinates just by pasting them into a single cell.I've so far made it so that the program takes the correct X,Y,Z coordinates from the pasted data, however I do not know the exact height of the map so that i can flip the Y cords (As they are reversed in the logs)-Anyone know the exact height? its not 15,000 but its around that number.The rest of the formulas i feel need discussing on the Excel forums, rather then on here, although if anyone wants to help out feel free to PM me.(Working with IFs, LEFT, MID, RIGHT, and CONCATENATE formulas.) 1 Share this post Link to post Share on other sites
hollenfeuer88 124 Posted September 19, 2012 I seem to be able to figure out the North/South coordinates, but cant seem to be able to get the East/West. We also can see helicopter crash sites with what looks like coordinates beside them."DEBUG: Spawning a crashed helicopter at [11827.5,10398.6]" Share this post Link to post Share on other sites
Mentize 21 Posted September 19, 2012 "DEBUG: Spawning a crashed helicopter at [11827.5,10398.6]"Grid 11,05.--Won't be replying to this thread any more as i was PM'd the max value of the Y axis.-- Share this post Link to post Share on other sites
linkinx 9 Posted September 19, 2012 I got the equation to calculate the coordinates from a dev, and I made a simple program in Visual Studio, hope it helps.https://www.dropbox.com/s/5z97fwtsd675kqz/DayZ%20Coordinates.zipit has two tabs, one to convert from XXXX,YYYY to XXX,YYY and the other one is vice versa. 2 Share this post Link to post Share on other sites
Mentize 21 Posted September 19, 2012 I got the equation to calculate the coordinates from a dev, and I made a simple program in Visual Studio, hope it helps.https://www.dropbox....Coordinates.zipit has two tabs, one to convert from XXXX,YYYY to XXX,YYY and the other one is vice versa.Just had a guy of mine log in and out, got the cordinates 112 017 to show up as 11298,13596.2,0.000839233I punched 1129 and 1359 as you said XXXX and YYYY and got 11 139 as the outcomes.Care to explain more fully so a guy like me can use it correctly? 1 Share this post Link to post Share on other sites
linkinx 9 Posted September 19, 2012 Just had a guy of mine log in and out, got the cordinates 112 017 to show up as 11298,13596.2,0.000839233I punched 1129 and 1359 as you said XXXX and YYYY and got 11 139 as the outcomes.Care to explain more fully so a guy like me can use it correctly?you have to put in the whole number in the first tab M to EX 11298Y 13596 1 Share this post Link to post Share on other sites
Mentize 21 Posted September 19, 2012 you have to put in the whole number in the first tab M to Ethank you good sir, you jsut saved my brain a whole lot of pain ! have many beans! 1 Share this post Link to post Share on other sites
rjack85 55 Posted September 19, 2012 Thank you , thank you for that VB program! You made my day. Share this post Link to post Share on other sites
{sas}stalker 108 Posted September 20, 2012 it just errors for me on running itThe application was unable to start correctly (0xc000007b). Click ok to close the applicationWin7 X64, any ideas ? Share this post Link to post Share on other sites
Mentize 21 Posted September 20, 2012 it just errors for me on running it0xc000007b is for broken, delete, or missing critical files.http://bit.ly/SESQtU Share this post Link to post Share on other sites
linkinx 9 Posted September 20, 2012 it just errors for me on running itWin7 X64, any ideas ?Maybe updating .net? not sure, I just reinstalled windows and it worked. Share this post Link to post Share on other sites
spex 47 Posted September 20, 2012 I got the equation to calculate the coordinates from a dev, and I made a simple program in Visual Studio, hope it helps.https://www.dropbox....Coordinates.zipit has two tabs, one to convert from XXXX,YYYY to XXX,YYY and the other one is vice versa.Brilliant, thanks so much for this. Helps out a ton. Share this post Link to post Share on other sites