MaNGOS Client-Patch-File

Results 1 to 9 of 9
  1. #1
    Newbie tyfoon is offline
    MemberRank
    Jan 2007 Join Date
    12Posts

    Question MaNGOS Client-Patch-File

    Hi,
    I have a question:
    how can i create a Client-patchfile for MaNGOS?
    whats the name of the file?
    what is in the file?
    i know that the file must be in the "./patches/" folder!
    Please Help me!
    Sorry for my bad english!


  2. #2
    Newbie tyfoon is offline
    MemberRank
    Jan 2007 Join Date
    12Posts

    Question Re: MaNGOS Client-Patch-File

    can somebody help me please???

  3. #3
    Newbie cointoss is offline
    MemberRank
    Apr 2007 Join Date
    14Posts

    Re: MaNGOS Client-Patch-File

    What do you mean client-patch file? You mean some kind of file that your friends run on their computers?

    What exatcly are you patching? The only file that needs to be changed on the client side is the realmlist.wtf.

  4. #4
    Newbie tyfoon is offline
    MemberRank
    Jan 2007 Join Date
    12Posts

    Re: MaNGOS Client-Patch-File

    Quote Originally Posted by cointoss View Post
    What do you mean client-patch file? You mean some kind of file that your friends run on their computers?

    What exatcly are you patching? The only file that needs to be changed on the client side is the realmlist.wtf.
    i know
    here is some source-code from the Realmd.exe:
    Code:
    ...
            ///- Check if we have the apropriate patch on the disk
            char tmp[64];
            // No buffer overflow (fixed length of arguments)
            sprintf(tmp,"./patches/%d%c%c%c%c.mpq",ch->build,ch->country[3],
                ch->country[2],ch->country[1],ch->country[0]);
    ...
    if the wow-version is to old then send the server a patchfile to the client...
    how can i create it???

  5. #5
    Newbie cointoss is offline
    MemberRank
    Apr 2007 Join Date
    14Posts

    Re: MaNGOS Client-Patch-File

    not sure what to tell you on that..

    I took those comments as meaning, check the client to be sure it is patched to the correct official ver. (1.12.1?) but I could be wrong.

  6. #6
    Member xenomorph150 is offline
    MemberRank
    May 2006 Join Date
    35Posts

    Re: MaNGOS Client-Patch-File

    Quote Originally Posted by cointoss View Post
    not sure what to tell you on that..

    I took those comments as meaning, check the client to be sure it is patched to the correct official ver. (1.12.1?) but I could be wrong.
    no - he thinks because of this programcode -
    that the mangos server will send the needed patch files to patch the wow client if someone tries to logon with a false / wrong or too old version.
    so - similiar to the orginal server - that patches your wow client if yours too old.

    but i don't have a GLUE how that works at the moment ;-)

  7. #7
    Newbie tyfoon is offline
    MemberRank
    Jan 2007 Join Date
    12Posts

    Re: MaNGOS Client-Patch-File

    Quote Originally Posted by xenomorph150 View Post
    no - he thinks because of this programcode -
    that the mangos server will send the needed patch files to patch the wow client if someone tries to logon with a false / wrong or too old version.
    so - similiar to the orginal server - that patches your wow client if yours too old.

    but i don't have a GLUE how that works at the moment ;-)
    I mean that:-D

  8. #8
    Member DwightD is offline
    MemberRank
    Jan 2007 Join Date
    41Posts

    Re: MaNGOS Client-Patch-File

    Humm... that would be a great feature to had to mangos.

  9. #9
    Newbie tyfoon is offline
    MemberRank
    Jan 2007 Join Date
    12Posts

    Question Re: MaNGOS Client-Patch-File

    can somebody help me????????



Advertisement