wanted to know if someone helps me to put the source of jurl3an clan war, quest, survival in a single server please.
wanted to know if someone helps me to put the source of jurl3an clan war, quest, survival in a single server please.
please help!...Arenbunny if you have done with it then please pass the fix!
CSCommon -> MMatchGlobal.h
CTRL + G -> 66 >> Press 'OK'.
Under: MSM_TEST = 4, // Å×½ºÆ® ¼¹ö
Put:
Now all you have to do is search were MSM_CLAN and MSM_TEST (which contains survival and quest) and add MSM_FULL with them.MSM_FULL = 5,
For example:
(You need to also add setup this: #define SERVER_CONFIG_SERVERMODE_FULL "full"bool bClanServer = ZGetGameClient()->GetServerMode()==MSM_CLAN || ZGetGameClient()->GetServerMode()==MSM_FULL;
at MMatchConfig.h
There's another method, you can base the full server in one on clanwar, find where MSM_TEST are declared and replace them with MSM_CLAN.
Search both GunZ solution and CSCommon for the declarations, not going to spoon fed you all the way.
Don't forget to build MatchServer and GunZ when done.