"GunZ: The Duel" 2003 - 2004 files

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1

    "GunZ: The Duel" 2003 - 2004 files

    Dear RaGEZONE "GunZ: The Duel" Developers,

    My name is DarkPenguin and I am requesting any files related to "GunZ: The Duel" before the year 2005. All files or whereabouts to find files related to "GunZ: The Duel" would be greatly appreciated.

    Found 2004 Clients
    • NetmarbleGunz_193
    • NetmarbleGunz_176

    Found Here: "http://forum.ragezone.com/5920973-post1.html"

    • NetmarbleGunz_115

    Found Here: "http://www.**********.com/downloader.php?type=client""zyber scape"

    Requested 2004 Clients
    • NetmarbleGunz_169
    • NetmarbleGunz_145



    Sincerely, DarkPenguin
    Last edited by DarkPenguin; 01-07-11 at 05:34 PM.


  2. #2
    Proficient Member taurias is offline
    MemberRank
    Dec 2008 Join Date
    178Posts

    Re: "GunZ: The Duel" 2004- files


  3. #3

    Re: "GunZ: The Duel" 2004- files

    Quote Originally Posted by taurias View Post
    Thanks for your help. I had actually just found it before your post, but it is still greatly appreciated.

  4. #4
    Member AliasCoder is offline
    MemberRank
    Jun 2011 Join Date
    73Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    This is off topic, but I think some of the 2004 files are better then our modern Gunz.

  5. #5
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    I got v115, v176, v193 and v236, and some other version that I don't remember I think. I'll upload 'em all for you tomorrow if you want 'em.

  6. #6
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    Quote Originally Posted by PenguinGuy View Post
    I got v115, v176, v193 and v236, and some other version that I don't remember I think. I'll upload 'em all for you tomorrow if you want 'em.
    Link me too please :P

  7. #7
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    Quote Originally Posted by Joe9099 View Post
    Link me too please :P
    176 and 193 are here : http://forum.ragezone.com/f245/korea...lients-695076/
    115 is in Lambda's thread. I don't know if the links still work.

  8. #8
    Apprentice Kinggame2 is offline
    MemberRank
    Apr 2010 Join Date
    14Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    But is here some runnables for 2003-2004 clients???

  9. #9
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    Yes, you need to download the client for it.

  10. #10

    Re: "GunZ: The Duel" 2003 - 2004 files

    Quote Originally Posted by PenguinGuy View Post
    I got v115, v176, v193 and v236, and some other version that I don't remember I think. I'll upload 'em all for you tomorrow if you want 'em.
    V236 would be greatly appreciated.

  11. #11
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    Sorry for the delay, MegaUpload wouldn't work correctly.
    Netmarble GunZ v236.rar

  12. #12

    Re: "GunZ: The Duel" 2003 - 2004 files

    Quote Originally Posted by PenguinGuy View Post
    Sorry for the delay, MegaUpload wouldn't work correctly.
    Netmarble GunZ v236.rar
    Thank you for uploading the client. It is greatly appreciated.

    If anyone else has client info or files relating to "GunZ: The Duel" before the year 2005, it would be greatly appreciated if shared.

  13. #13
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    Check Hanafos, that's where me and Ryu.bz took them from long ago.
    I don't have them anymore since we decided to drop the "2003-2004 project".

    Here's some ASM code that might help you tho:


    Store Translations for Top Labels:

    Code:
    0040FDC5  |. 68 EC685300    PUSH Gunz2.005368EC                      ;  ASCII "ICON"
    0040FDE8  |. 68 84685300    PUSH Gunz2.00536884                      ;  ASCII "ITEM"
    0040FDF6  |. 68 7C685300    PUSH Gunz2.0053687C                      ;  ASCII "WEIGHT"
    0040FE04  |. 68 74685300    PUSH Gunz2.00536874                      ;  ASCII "SLOT"
    0040FE12  |. 68 6C685300    PUSH Gunz2.0053686C                      ;  ASCII "PRICE"
    Label Width Fixes:

    Code:
    0040FDE6     6A 67          PUSH 67                      ; ITEM Label Width
    0040FDF4     6A 34          PUSH 34                      ; WEIGHT Label Width
    0040FE10     6A 28          PUSH 28                      ; PRICE Label Width
    Disable the web auth launch:

    Code:
    004457C5   . E8 F6010000    CALL Gunz.ZApplication::ParseArguments
    004457CA   . 84C0           TEST AL,AL
    004457CC     EB 21          JMP SHORT Gunz.004457EF
    Debug mode:

    Code:
    Start Gunz with these parameters:
    
    Gunz.exe launch -game mansion
    
    Note: If you press ESC you can go back to the lobby or character select.

    Credits: Classic Gunz Team (including me, PaulBub, xHalloweenx, Rotana and a few others)

    More info here: http://forum.ragezone.com/f496/devel...c-gunz-567397/
    Last edited by KillerStefan; 09-06-11 at 04:46 PM.

  14. #14

    Re: "GunZ: The Duel" 2003 - 2004 files

    I'm not really in the need of translations and the assembly codes will vary depending on the client executable version. Most of this can be found particularly with ease, but I do thank you in your effort of sharing.

  15. #15
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: "GunZ: The Duel" 2003 - 2004 files

    The most you'll need to edit is a simple JNE to a JMP - to skip the website. A little ways above the EP if I remember correctly.

    May I ask why do you need so many clients from the early era?



Page 1 of 2 12 LastLast

Advertisement