map banners

Results 1 to 23 of 23
  1. #1
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    map banners

    i found them in loadable.mrs but i dont see an .xml or something so i can add new once for my custom maps.. how do i add banners for my custom maps :S


  2. #2
    Account Upgraded | Title Enabled! 7-Eleven is offline
    MemberRank
    Oct 2007 Join Date
    LalaLandLocation
    714Posts

    Re: map banners

    Just add it according to the name of your map and it'll be there.

  3. #3
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: map banners

    Quote Originally Posted by 7-Eleven View Post
    Just add it according to the name of your map and it'll be there.
    well i tryd that but it doesnt work? :S

  4. #4
    Account Upgraded | Title Enabled! 7-Eleven is offline
    MemberRank
    Oct 2007 Join Date
    LalaLandLocation
    714Posts

    Re: map banners

    Oh, I forgot one thing. Go to default.mrs, into Stage.xml or something, search for "Town" or something and make a new line with your map in it.

  5. #5
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: map banners

    7-eleven wow you have 800 :O last time i checked you had 750

  6. #6
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: map banners

    Quote Originally Posted by 7-Eleven View Post
    Oh, I forgot one thing. Go to default.mrs, into Stage.xml or something, search for "Town" or something and make a new line with your map in it.
    hmm k ill try tha

  7. #7
    Account Upgraded | Title Enabled! 7-Eleven is offline
    MemberRank
    Oct 2007 Join Date
    LalaLandLocation
    714Posts

    Re: map banners

    Quote Originally Posted by sari4ever View Post
    7-eleven wow you have 800 :O last time i checked you had 750
    Lol, I don't keep up with my post count ;p

    anyway, it should work, for now i'm trying to get high haven ;s

  8. #8
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: map banners

    Quote Originally Posted by 7-Eleven View Post
    Lol, I don't keep up with my post count ;p

    anyway, it should work, for now i'm trying to get high haven ;s
    i know the guy who makes it. i need it to :P but it has so many black spots :S..
    edit: doesnt work :S
    i tryd:
    adding the banners to loadable with the EXACT same names ad the maps.
    adding them to lobby.xml (default.mrs) as map_<name>.bmp.
    adding them to lobby.xml and default.mrs
    changing there file typ to .tga and add it to default.mrs. still wont load.

  9. #9
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: map banners

    lobby.xml is for when your in the lobby and it shows the blac and whit banner

  10. #10
    Ragezone Gunz Ex-Owner Itachi6972 is offline
    MemberRank
    Apr 2007 Join Date
    New YorkLocation
    202Posts

    Re: map banners

    map.xml ftw :P

  11. #11
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: map banners

    Quote Originally Posted by gregon13 View Post
    lobby.xml is for when your in the lobby and it shows the blac and whit banner
    ok thnx and how do i add them in game room?

    Quote Originally Posted by Itachi6972 View Post
    map.xml ftw :P
    are you joking?

  12. #12
    Ragezone Gunz Ex-Owner Itachi6972 is offline
    MemberRank
    Apr 2007 Join Date
    New YorkLocation
    202Posts

    Re: map banners

    Not at all dude.

    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    <XML>
    
    <!-- 맵 정보관련 -->
    <MAP id="0" MapName ="Mansion" MapImageName= "map_Mansion.bmp" BannerName = "banner_Mansion.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="1" MapName ="Prison" MapImageName= "map_Prison.bmp" BannerName = "banner_Prison.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="2" MapName ="Station" MapImageName= "map_Station.bmp" BannerName = "banner_Station.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="3" MapName ="Prison II" MapImageName= "map_Prison II.bmp" BannerName = "banner_Prison II.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="4" MapName ="Battle Arena" MapImageName= "map_Battle Arena.bmp" BannerName = "banner_Battle Arena.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="5" MapName ="Town" MapImageName= "map_Town.bmp" BannerName = "banner_Town.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="6" MapName ="Dungeon" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Dungeon.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="7" MapName ="Ruin" MapImageName= "map_Ruin.bmp" BannerName = "banner_Ruin.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="8" MapName ="Island" MapImageName= "map_island.bmp" BannerName = "banner_island.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="9" MapName ="Garden" MapImageName= "map_Garden.bmp" BannerName = "banner_Garden.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="10" MapName ="Castle" MapImageName= "map_Castle.bmp" BannerName = "banner_Castle.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="11" MapName ="Factory" MapImageName= "map_Factory.bmp" BannerName = "banner_Factory.tga" ExpRatio ="0.8" MaxPlayers ="8" bOnlyDuelMap = "false"></MAP>
    <MAP id="12" MapName ="Port" MapImageName= "map_Port.bmp" BannerName = "banner_port.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="13" MapName ="Lost Shrine" MapImageName= "map_Lost Shrine.bmp" BannerName = "banner_Lost Shrine.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="14" MapName ="Stairway" MapImageName= "map_Stairway.bmp" BannerName = "banner_Stairway.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="15" MapName ="Snow_Town" MapImageName= "map_Snow_Town.bmp" BannerName = "banner_Snow_Town.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="16" MapName ="Hall" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Mansion.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="17" MapName ="Catacomb" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Dungeon.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="18" MapName ="Jail" MapImageName= "map_Prison.bmp" BannerName = "banner_Prison.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="19" MapName ="Shower Room" MapImageName= "map_Prison II.bmp" BannerName = "banner_Prison II.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="20" MapName ="High_Haven" MapImageName= "map_High_Haven.bmp" BannerName = "banner_High_Haven.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    
    </XML>
    Put it in system.mrs and MatchServer.

  13. #13
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: map banners

    added it to system.mrs and matchserver and added a new line with the info of a map i made. nothing hapend.

  14. #14
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: map banners

    did you filelist? (only used with a filelist enabled runnable :P)

  15. #15
    Account Upgraded | Title Enabled! 7-Eleven is offline
    MemberRank
    Oct 2007 Join Date
    LalaLandLocation
    714Posts

    Re: map banners

    Quote Originally Posted by Itachi6972 View Post
    Not at all dude.

    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    <XML>
     
    <!-- 맵 정보관련 -->
    <MAP id="0" MapName ="Mansion" MapImageName= "map_Mansion.bmp" BannerName = "banner_Mansion.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="1" MapName ="Prison" MapImageName= "map_Prison.bmp" BannerName = "banner_Prison.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="2" MapName ="Station" MapImageName= "map_Station.bmp" BannerName = "banner_Station.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="3" MapName ="Prison II" MapImageName= "map_Prison II.bmp" BannerName = "banner_Prison II.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="4" MapName ="Battle Arena" MapImageName= "map_Battle Arena.bmp" BannerName = "banner_Battle Arena.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="5" MapName ="Town" MapImageName= "map_Town.bmp" BannerName = "banner_Town.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="6" MapName ="Dungeon" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Dungeon.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="7" MapName ="Ruin" MapImageName= "map_Ruin.bmp" BannerName = "banner_Ruin.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="8" MapName ="Island" MapImageName= "map_island.bmp" BannerName = "banner_island.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="9" MapName ="Garden" MapImageName= "map_Garden.bmp" BannerName = "banner_Garden.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="10" MapName ="Castle" MapImageName= "map_Castle.bmp" BannerName = "banner_Castle.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="11" MapName ="Factory" MapImageName= "map_Factory.bmp" BannerName = "banner_Factory.tga" ExpRatio ="0.8" MaxPlayers ="8" bOnlyDuelMap = "false"></MAP>
    <MAP id="12" MapName ="Port" MapImageName= "map_Port.bmp" BannerName = "banner_port.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="13" MapName ="Lost Shrine" MapImageName= "map_Lost Shrine.bmp" BannerName = "banner_Lost Shrine.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="14" MapName ="Stairway" MapImageName= "map_Stairway.bmp" BannerName = "banner_Stairway.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="15" MapName ="Snow_Town" MapImageName= "map_Snow_Town.bmp" BannerName = "banner_Snow_Town.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
    <MAP id="16" MapName ="Hall" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Mansion.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="17" MapName ="Catacomb" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Dungeon.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="18" MapName ="Jail" MapImageName= "map_Prison.bmp" BannerName = "banner_Prison.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="19" MapName ="Shower Room" MapImageName= "map_Prison II.bmp" BannerName = "banner_Prison II.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
    <MAP id="20" MapName ="High_Haven" MapImageName= "map_High_Haven.bmp" BannerName = "banner_High_Haven.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
     
    </XML>
    Put it in system.mrs and MatchServer.
    Isn't this for the newest Gunz,exe? And not by all, our latest june?

  16. #16
    Ragezone Gunz Ex-Owner Itachi6972 is offline
    MemberRank
    Apr 2007 Join Date
    New YorkLocation
    202Posts

    Re: map banners

    Not sure really, works for me.

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

    Re: map banners

    Quote Originally Posted by djpommes View Post
    i know the guy who makes it. i need it to :P but it has so many black spots :S..
    edit: doesnt work :S
    i tryd:
    adding the banners to loadable with the EXACT same names ad the maps.
    adding them to lobby.xml (default.mrs) as map_<name>.bmp.
    adding them to lobby.xml and default.mrs
    changing there file typ to .tga and add it to default.mrs. still wont load.
    Duster made High Haven Remake, not the original!
    Alvin from ijji Gunz designed High Haven and MAIET made it!
    And btw High Haven Remake is a Addicted 24/7 Gunz EXCLUSIVE map so please don't steal.
    You know I'm watching you, go grab the original from ijji.

    Check the difference!

    High Haven Remake



    High Haven (The ORIGINAL!)



    KTHANXBAI!

  18. #18
    Ragezone Gunz Ex-Owner Itachi6972 is offline
    MemberRank
    Apr 2007 Join Date
    New YorkLocation
    202Posts

    Re: map banners

    ooooo scary >.>

    You can't do shit if someone takes the map.

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

    Re: map banners

    It's encrypted but he knows the dude wich is one of our map designers.
    He also made a stadium wich I requested so its 50% mine.

    I CAN DO WHAT I WANT BECAUSE A PIRATE IS FREE!
    But he ain't a pirate, hes a fool.

  20. #20
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: map banners

    Quote Originally Posted by KillerStefan View Post
    It's encrypted but he knows the dude wich is one of our map designers.
    He also made a stadium wich I requested so its 50% mine.

    I CAN DO WHAT I WANT BECAUSE A PIRATE IS FREE!
    But he ain't a pirate, hes a fool.
    didnt we like talk about this? why the do you need to take this out on the forums? serious dude. wtf is your problem. just because i left your team because your server sucked and because your best map creator told you he likes my pserver more you hate me or something. i already talked with you know who about your maps and we decided to leave the a24/7 bullshit in it and leave the name. but since your now letting me typ this all and calling me a fool etc. and trying to act cool. i will change it this second. so FU. go cry serious. and if you think i care if you release your files here on RZ. I DONT CARE.. ill say it again for you: I DONT CARE, those 2 maps arnt the thing that make my server good. + we got over 50 more good maps some private etc.

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

    Re: map banners

    Addicted 24/7 Gunz doesnt exist anymore.
    I'm glad you don't care, you'll see what happens.

  22. #22
    Account Upgraded | Title Enabled! 7-Eleven is offline
    MemberRank
    Oct 2007 Join Date
    LalaLandLocation
    714Posts

    Re: map banners

    Hey dj,

    you using max's client? I just tested on adding high haven's banner and it didnt work out for me too, but it worked with the dec client...

  23. #23
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: map banners

    Quote Originally Posted by 7-Eleven View Post
    Hey dj,

    you using max's client? I just tested on adding high haven's banner and it didnt work out for me too, but it worked with the dec client...
    hmm i have really no ideea what client i used.. i started on these server so long ago xD.



Advertisement