Page 4 of 15 FirstFirst ... 2345614 ... LastLast
Results 46 to 60 of 212
  1. #46
    XxToXiiC's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Germany
    Posts
    179
    Reputation
    28
    Thanks
    54
    Will I see also little birds and mi17 in normal dayz then?`if i update it

  2. #47
    Zypher97's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    My Mood
    Mellow
    I've tried this now and it wont make any Release or anything just empty debug folders nor .dlls maybe you could just make the whole dll and put it into dayz nav 4.0 then upload that instead also making this a complete hack and not one where you would have to do this

    EDIT: Ignore Ignore Ignore!!! I was helped in skype
    Last edited by Zypher97; 08-04-2013 at 01:48 PM.

  3. #48
    patriot013's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Drat 148 has told me that work will resume tomorrow, he thanks you for your patience

  4. #49
    P4CM4NISAG4M3RGUY's Avatar
    Join Date
    Aug 2013
    Gender
    female
    Location
    System 32
    Posts
    77
    Reputation
    10
    Thanks
    12
    My Mood
    Angelic
    Good post !!

  5. #50
    Gorski26's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    3
    My Mood
    Cool
    I'm probably the worst hacker / C++ user ever, but can someone check this over for me? Would this be the correct format for searching for this car?




    if(ents[i].object_classname.find("HMMWV_M1151_M2_DE") != string::npos) {
    if(!first) marker_str << ","; else first = false;
    marker_str << "{id:" << ++id << ",lat:" << game_to_lat(ents[i].object_pos.z)
    << ",lng:" << game_to_lng(ents[i].object_pos.x) << ",t:\"" << "uaz" << "\",n:\""
    << "M2" << "\",b:\"" << "uaz_cdf" << "\"}";
    }

    }
    }

    ---------- Post added at 02:17 AM ---------- Previous post was at 02:16 AM ----------

    I'm not exactly sure what goes where but for example, lets say I'm looking

    HMMWV, would the line look something like this?


    if(ents[i].object_classname.find("HMMWV") != string::npos) {
    if(!first) marker_str << ","; else first = false;
    marker_str << "{id:" << ++id << ",lat:" << game_to_lat(ents[i].object_pos.z)
    << ",lng:" << game_to_lng(ents[i].object_pos.x) << ",t:\"" << "uaz" << "\",n:\""
    << "HMMWV" << "\",b:\"" << "uaz_cdf" << "\"}";

    ---------- Post added at 02:19 AM ---------- Previous post was at 02:17 AM ----------

    Also I'd like to add one thing, I found a class ID list for overwatch, I'd kind of like to try to build a Overwatch variant for navigator using this method, I'd appreciate it if you would look over the line there because I'm going to be adding in like 25 vehicles to the list.

  6. #51
    I'M GONNA HAVE TO EAT EVERY F--KING CHICKEN
    MPGH Member
    Chris's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1,086
    Reputation
    29
    Thanks
    2,780
    My Mood
    Psychedelic
    I can't wait for the update with Taviana/Origins support
    Vouch Thread
    Thank or +rep me if I helped you ★


  7. #52
    Goshilo's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    12
    I need ur support ;p

    added u
    Last edited by Goshilo; 08-06-2013 at 06:45 AM.

  8. #53
    Volltboon's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Berlin
    Posts
    53
    Reputation
    10
    Thanks
    1
    i need some help with it
    can you add me on skype: Volltboon
    because i just cant find someone on skype with this name xD
    we can talk in skype too if you dont want to write

  9. #54
    Distraught's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    California
    Posts
    1,897
    Reputation
    659
    Thanks
    1,355
    If you guys have specific errors or small questions then leave them here. Some other members may be able to help. Just make sure people can understand what your trying to say. I'm sure Drat has a lot other going on than to be the sole individual responsible for helping out.

  10. #55
    Goshilo's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    12
    1. Start a new project in VB, go to Visual C++ and then Win32, start a new win32 console application. : Done
    2. Check off the DLL bubble and check off Empty Project then finish it. : What ?!
    3. Import the source-code of DayZ Navigator (preferably v4.0) then overwrite main.cpp's code with the code below, to do so you right click on the source files folder on the right and add existing items, ALL .cpp FILES GO HERE!, ALL .h FILES GO INTO HEADER FILES FOLDER ABOVE IT. : 1. Where can I find navigator v4.0 ? 2. What ?!

  11. #56
    Distraught's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    California
    Posts
    1,897
    Reputation
    659
    Thanks
    1,355
    Quote Originally Posted by Goshilo View Post
    1. Start a new project in VB, go to Visual C++ and then Win32, start a new win32 console application. : Done
    2. Check off the DLL bubble and check off Empty Project then finish it. : What ?!
    3. Import the source-code of DayZ Navigator (preferably v4.0) then overwrite main.cpp's code with the code below, to do so you right click on the source files folder on the right and add existing items, ALL .cpp FILES GO HERE!, ALL .h FILES GO INTO HEADER FILES FOLDER ABOVE IT. : 1. Where can I find navigator v4.0 ? 2. What ?!
    The win32 console application should have a place where you can check off a box that says DLL and another that says Empty Project. The rest I'm not really sure about. Drat's instructions are a shortened down version on how to compile a .dll

  12. #57
    lolekxxxx's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Distraught View Post


    The win32 console application should have a place where you can check off a box that says DLL and another that says Empty Project. The rest I'm not really sure about. Drat's instructions are a shortened down version on how to compile a .dll
    im sorry but im a big, big n00b in the coding and everything... could you help me with teamviewer?

    thanks.. :P

  13. #58
    Drat148's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Chicago
    Posts
    138
    Reputation
    29
    Thanks
    66
    My Mood
    Twisted
    Well good news and bad news everyone! Good news is that some stupid customer support tech at Comcast unlocked my internet for free so woop woop! ^.^ and bad news is I'm still extremely sick, apparently some pandemic goin' around, anyway whenever I'm well enough to sit up at my PC, I'll begin working on taviana/overwatch support again!

  14. #59
    izdream's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Amphoe Muang Songkhla, Songkhla, Thailand, Thailand
    Posts
    1
    Reputation
    10
    Thanks
    0
    i can find dayz survival 4.0 src where?
    i have only 3.3 src pls tell me

  15. #60
    juanpablo0228's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    thanks for your help

Page 4 of 15 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. [Outdated] Compilation of all DayZ Hacks [Updated 10/7/12]
    By lockdown6435 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 92
    Last Post: 12-25-2012, 12:56 PM
  2. [Release] How to fix DayZ Navigator 2.3 Error
    By lockdown6435 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 50
    Last Post: 09-18-2012, 12:36 PM
  3. [Help] DayZ Navigator.
    By kevass in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 9
    Last Post: 09-12-2012, 08:19 AM
  4. Dayz Navigator Help?
    By Glxi in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 5
    Last Post: 09-09-2012, 04:00 PM
  5. [Request] Dayz Navigator Work 1.7.2.6 ?
    By ismail55 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 5
    Last Post: 09-08-2012, 04:59 AM