How to add maps? Gunz 1.5

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    How to add maps? Gunz 1.5

    All Works Fine, But I Need to add maps...
    How to Add maps to Phoenix client (II) 2011?
    Thanks !


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

    Re: How to add maps? Gunz 1.5

    - Channelrule.xml
    - Map.xml

  3. #3
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: How to add maps? Gunz 1.5

    Quote Originally Posted by Joe9099 View Post
    - Channelrule.xml
    - Map.xml
    i didnt understand..
    Should i:
    1)Edit Map.xml
    2)edit channelrule.xml
    3)drop the maps to the gunz folder
    ?

    Thats It? no need to edit more something?
    One more question:
    there is a limit number of maps? or that unlimited?Ty

  4. #4
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: How to add maps? Gunz 1.5

    like 08.

  5. #5
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: How to add maps? Gunz 1.5

    Quote Originally Posted by ofiritsmeeee View Post

    i didnt understand..
    Should i:
    1)Edit Map.xml
    2)edit channelrule.xml
    3)drop the maps to the gunz folder
    ?

    Thats It? no need to edit more something?
    One more question:
    there is a limit number of maps? or that unlimited?Ty
    Yep, there is limit for matchserver,edit matchserver to add the limit.

  6. #6
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: How to add maps? Gunz 1.5

    Tnx, Where Should I Edit For Cancel the limit?

  7. #7
    Account Upgraded | Title Enabled! ThunderZ is offline
    MemberRank
    Oct 2011 Join Date
    396Posts

    Re: How to add maps? Gunz 1.5

    the limit is in cscommon both the matchserver and the client share this.

    you must either remove the limit or just add more enums.

  8. #8
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: How to add maps? Gunz 1.5

    Quote Originally Posted by ThunderZ View Post
    the limit is in cscommon both the matchserver and the client share this.

    you must either remove the limit or just add more enums.

    Can You explain me how to find the CScommon?
    I Need A tut To Remove that limit

  9. #9
    Account Upgraded | Title Enabled! ThunderZ is offline
    MemberRank
    Oct 2011 Join Date
    396Posts

    Re: How to add maps? Gunz 1.5

    Quote Originally Posted by ofiritsmeeee View Post
    Can You explain me how to find the CScommon?
    I Need A tut To Remove that limit
    in MMatchMap.h
    Code:
    enum MMATCH_MAP
    under that you will see a list of maps and their numbers to increase the max limit of maps allowed by the client just add new ones.

    and also

    to disable the server side check

    MMatchStage.cpp
    Code:
    bool MMatchStage::SetMapName( char* pszMapName )
    c/p this i guess

    Code:
    bool MMatchStage::SetMapName( char* pszMapName )
    {
    	// DEBUG¸ðµå¿¡¼­´Â ¸ðµç ¸ÊÀ» »ç¿ë ÇÒ ¼ö ÀÖ´Ù. - by SungE 2007-06-05
    //#ifndef _DEBUG
    	/*if( !IsValidMap(pszMapName) )
    	{
    		mlog( "map haking : invlid map name setting." );
    
    		DWORD dwCID = 0;
    		MMatchObject* pObj = GetObj( GetMasterUID() );
    		if( NULL != pObj )
    		{
    			if( NULL != pObj->GetCharInfo() )
    			{
    				dwCID = pObj->GetCharInfo()->m_nCID;
    				mlog( " CID(%u)", dwCID );
    			}
    		}
    
    		mlog(".\n");
    		
    		return false;
    	}*/
    //#endif
    
    	m_StageSetting.SetMapName( pszMapName );
    
    	return true;
    }

  10. #10
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: How to add maps? Gunz 1.5

    Where is the MMatchMap.h?

    I have no SOURCE FOLDER..

  11. #11
    Member ya6432 is offline
    MemberRank
    Jun 2011 Join Date
    53Posts

    Re: How to add maps? Gunz 1.5

    its hard
    can some give tut video
    Thanks

  12. #12
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: How to add maps? Gunz 1.5

    Quote Originally Posted by ya6432 View Post
    its hard
    can some give tut video
    Thanks
    Thunderz posted the tut.



Advertisement