Map problem.

Results 1 to 11 of 11
  1. #1
    Apprentice xKiller4Hir3 is offline
    MemberRank
    Feb 2010 Join Date
    6Posts

    Map problem.

    I need help. I'm new to making servers. I have no idea how to add a custom map into my game.


  2. #2
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Map problem.

    Im guessing that you are using the 2007 server files and client.
    with the 2007 you just drag and drop the map into the client folder called Map

  3. #3
    Apprentice xKiller4Hir3 is offline
    MemberRank
    Feb 2010 Join Date
    6Posts

    Re: Map problem.

    really? that easy? Idk what version we have. but i thought i would have to open up the system.mrs and add it to the list. my partner did half of the server. the first half. then i was to do items and maps. he is offline. anyway of telling?

  4. #4
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Map problem.

    just see if it has a map.xml in it i belive if it does have one then its 08 if not then 07

  5. #5
    Apprentice xKiller4Hir3 is offline
    MemberRank
    Feb 2010 Join Date
    6Posts

    Re: Map problem.

    it has a map.xml in the system.mrs so it is 08.
    so i tried adding the map in there. hang on let me get to the code.
    these are the two new maps i put in by myself. but dont i have to edit channelrule.xml as well?
    the map.xml editing is easy enough. but just check my code for the two new maps i added. and then could you tell me what else would need to be done?

    Code:
    <MAP id="20" MapName ="High_Haven" MapImageName= "" BannerName = "" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="21" MapName ="CargoShip" MapImageName= "" BannerName = "" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>

  6. #6
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Map problem.

    since its 08 you need to do more than just putting them in. Look in the release section for Phails release of the olly codes needed to edit the theduel.exe so you can add custom maps. But you did it right for the map.xml

  7. #7
    Apprentice xKiller4Hir3 is offline
    MemberRank
    Feb 2010 Join Date
    6Posts

    Re: Map problem.

    is this the thread??
    http://forum.ragezone.com/f245/june-...-phail-344971/
    I am new to this.

  8. #8
    What year is this? pluke001 is offline
    MemberRank
    Nov 2008 Join Date
    LithuaniaLocation
    941Posts

    Re: Map problem.

    @ Number12: gregors repack has map.xml and its 2007 so I dont think that you can say that if you have map.xml then ur using 2008 client..

    Just try only draging map and check if it works or no. If no then I guess its 2008.

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

    Re: Map problem.

    The presence of map.xml doesn't prove the version of the server files / client. It's just that the map.xml and channelrule.xml checks are disabled on 2007.

    GUNZ2830's tut is better. Change 14 or 7F according to your map count in Hexadecimal.
    http://www.mathsisfun.com/binary-dec...converter.html
    Select one tut.

    Code:
    Enabling Custom Maps: ( Disables bOnlyDuelMap + Channelrule)
    
    00513E56 8A0D 88ECDD01 MOV CL,BYTE PTR DS:[1DDEC88]
    00513E74 0905 88ECDD01 OR DWORD PTR DS:[1DDEC88],EAX
    00513E7A B9 5CECDD01 MOV ECX,01DDEC5C
    00513E9C B8 5CECDD01 MOV EAX,01DDEC5C
    006173A0 A1 88ECDD01 MOV EAX,DWORD PTR DS:[1DDEC88]
    006173A8 A3 88ECDD01 MOV DWORD PTR DS:[1DDEC88],EAX
    00620D50 B9 5CECDD01 MOV ECX,01DDEC5C
    004AE1E7 |. 83FE 14 |CMP ESI,14
    0050A0BC |. 83FE 14 |CMP ESI,14
    00513448 |. 83F8 14 CMP EAX,14 
    005134C2 |. 83FE 14 |CMP ESI,14
    00513508 |. 83F8 14 CMP EAX,14
    00513528 |. 83F8 14 CMP EAX,14
    0051B0AE |. 83FE 14 |CMP ESI,14
    005134E8 |. 83F8 14 CMP EAX,14
    00513482 |. 83FE 14 |CMP ESI,14
    0051B0CC EB 1B JMP SHORT 0051B0E9
    
                         OR
    
    Enabling Custom Maps: (With Channelrule and bOnlyDuelMap Working)
    
    00513E56     8A0D 88ECDD01  MOV CL,BYTE PTR DS:[1DDEC88]
    00513E74     0905 88ECDD01  OR DWORD PTR DS:[1DDEC88],EAX
    00513E7A     B9 5CECDD01    MOV ECX,01DDEC5C
    00513E9C     B8 5CECDD01    MOV EAX,01DDEC5C
    006173A0     A1 88ECDD01    MOV EAX,DWORD PTR DS:[1DDEC88]
    006173A8     A3 88ECDD01    MOV DWORD PTR DS:[1DDEC88],EAX
    00620D50     B9 5CECDD01    MOV ECX,01DDEC5C
    00513448     83F8 7F        CMP EAX,7F
    0051BF1A     83FE 7F        CMP ESI,7F
    0051B0AE     83FE 7F        CMP ESI,7F
    005134E8     83F8 7F        CMP EAX,7F
    004AE1E7     83FE 7F        CMP ESI,7F
    005134C2     83FE 7F        CMP ESI,7F
    00513528     83F8 7F        CMP EAX,7F
    004C74C9     83FF 7F        CMP EDI,7F
    00513508     83F8 7F        CMP EAX,7F
    0050A0BC     83FE 7F        CMP ESI,7F
    00513482     83FE 7F        CMP ESI,7F
    Server Side:

    Code:
    00456DD3 EB 5F JMP SHORT 00456E34
    ^Credits to wtfhacker and Rotana.
    Last edited by Phoenix; 30-03-10 at 03:35 PM.

  10. #10
    Apprentice xKiller4Hir3 is offline
    MemberRank
    Feb 2010 Join Date
    6Posts

    Re: Map problem.

    Quote Originally Posted by phoenix_147 View Post
    The presence of map.xml doesn't prove the version of the server files / client. It's just that the map.xml and channelrule.xml checks are disabled on 2007.

    GUNZ2830's tut is better. Change 14 or 7F according to your map count in Hexadecimal.
    http://www.mathsisfun.com/binary-dec...converter.html
    Select one tut.

    Code:
    Enabling Custom Maps: ( Disables bOnlyDuelMap + Channelrule)
    
    00513E56 8A0D 88ECDD01 MOV CL,BYTE PTR DS:[1DDEC88]
    00513E74 0905 88ECDD01 OR DWORD PTR DS:[1DDEC88],EAX
    00513E7A B9 5CECDD01 MOV ECX,01DDEC5C
    00513E9C B8 5CECDD01 MOV EAX,01DDEC5C
    006173A0 A1 88ECDD01 MOV EAX,DWORD PTR DS:[1DDEC88]
    006173A8 A3 88ECDD01 MOV DWORD PTR DS:[1DDEC88],EAX
    00620D50 B9 5CECDD01 MOV ECX,01DDEC5C
    004AE1E7 |. 83FE 14 |CMP ESI,14
    0050A0BC |. 83FE 14 |CMP ESI,14
    00513448 |. 83F8 14 CMP EAX,14 
    005134C2 |. 83FE 14 |CMP ESI,14
    00513508 |. 83F8 14 CMP EAX,14
    00513528 |. 83F8 14 CMP EAX,14
    0051B0AE |. 83FE 14 |CMP ESI,14
    005134E8 |. 83F8 14 CMP EAX,14
    00513482 |. 83FE 14 |CMP ESI,14
    0051B0CC EB 1B JMP SHORT 0051B0E9
    
                         OR
    
    Enabling Custom Maps: (With Channelrule and bOnlyDuelMap Working)
    
    00513E56     8A0D 88ECDD01  MOV CL,BYTE PTR DS:[1DDEC88]
    00513E74     0905 88ECDD01  OR DWORD PTR DS:[1DDEC88],EAX
    00513E7A     B9 5CECDD01    MOV ECX,01DDEC5C
    00513E9C     B8 5CECDD01    MOV EAX,01DDEC5C
    006173A0     A1 88ECDD01    MOV EAX,DWORD PTR DS:[1DDEC88]
    006173A8     A3 88ECDD01    MOV DWORD PTR DS:[1DDEC88],EAX
    00620D50     B9 5CECDD01    MOV ECX,01DDEC5C
    00513448     83F8 7F        CMP EAX,7F
    0051BF1A     83FE 7F        CMP ESI,7F
    0051B0AE     83FE 7F        CMP ESI,7F
    005134E8     83F8 7F        CMP EAX,7F
    004AE1E7     83FE 7F        CMP ESI,7F
    005134C2     83FE 7F        CMP ESI,7F
    00513528     83F8 7F        CMP EAX,7F
    004C74C9     83FF 7F        CMP EDI,7F
    00513508     83F8 7F        CMP EAX,7F
    0050A0BC     83FE 7F        CMP ESI,7F
    00513482     83FE 7F        CMP ESI,7F
    Server Side:

    Code:
    00456DD3 EB 5F JMP SHORT 00456E34
    ^Credits to wtfhacker and Rotana.
    I'm not sure what to do with this code. What file do i have to edit with this code? I need a dummy guide to adding maps. x.x

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

    Re: Map problem.

    I suggest you use the 2007 Server files in this case. Simply paste the maps into your 'Maps' folder.



Advertisement