What's the default map limit?

Results 1 to 4 of 4
  1. #1
    Hello! NubPro is offline
    MemberRank
    Dec 2009 Join Date
    C:\DesktopLocation
    1,592Posts

    What's the default map limit?

    read title.

    Is it 41 from map.xml?


  2. #2
    TBF Guru jetman82 is offline
    MemberRank
    Jan 2009 Join Date
    631Posts

    Re: What's the default map limit?

    The default limit is 24 i believe (relaymap is counted as a map). Just go into mmatchmap.h, and add a map to it. Example

    MMATCH_MAP_WEAPONSHOP = 24,
    MMATCH_MAP_Superflip =25,

    MMATCH_MAP_MAX = 99,

    Built gunz and matchserver

  3. #3
    Hello! NubPro is offline
    MemberRank
    Dec 2009 Join Date
    C:\DesktopLocation
    1,592Posts

    Re: What's the default map limit?

    Quote Originally Posted by jetman82 View Post
    The default limit is 24 i believe (relaymap is counted as a map). Just go into mmatchmap.h, and add a map to it. Example

    MMATCH_MAP_WEAPONSHOP = 24,
    MMATCH_MAP_Superflip =25,

    MMATCH_MAP_MAX = 99,

    Built gunz and matchserver
    does that means, every time i want to add new item to GunZ, I need to rebuild my gunz client and server?

  4. #4
    TBF Guru jetman82 is offline
    MemberRank
    Jan 2009 Join Date
    631Posts

    Re: What's the default map limit?

    With MMATCH_MAP_MAX set to 99? Probably not, you probably just have to do xml edits at that point, Idk for sure though seeing as I haven't tested it.



Advertisement