increase quest player

Page 1 of 2 12 LastLast
Results 1 to 25 of 29
  1. #1
    Apprentice igotgun is offline
    MemberRank
    Nov 2008 Join Date
    ThailandLocation
    10Posts

    increase quest player

    as the title said is it possible and how?


  2. #2
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    Uhm, gametypesgf.xml (Or something like that)!!! Thats the one. Search for quest. You'll see it for yourself then.

    Btw, it might be you can only have 4 maxplayer strings there, so delete like string for 2 people and make one for 8 lol?

  3. #3
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: increase quest player

    Pretty sure its ASM.

  4. #4
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    Quote Originally Posted by Nobody666 View Post
    Pretty sure its ASM.
    Might be, but i don't think so. Because you can also edit the maxplayers for a DM and TDM and stuff via that file.

  5. #5
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: increase quest player

    Quote Originally Posted by Mambo View Post
    Might be, but i don't think so. Because you can also edit the maxplayers for a DM and TDM and stuff via that file.
    and have it work correctly?

  6. #6
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    Quote Originally Posted by Nobody666 View Post
    and have it work correctly?
    Yes sir, it'll work correctly. Only problem is: THere is a max amount of strings to put playeramount options in. SO you'll have to delete some.

    (I guess if you wan to create more space for more options for the amount of players, it'll be ASM. Not sure)

  7. #7
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: increase quest player

    ahh, never really bothered paying attention to that specific .xml. But yes, from just looking at it and comparing it to a server with 8 person quest, it seems like it would work.

    idk if you need to change anything else though.

  8. #8
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    Quote Originally Posted by Nobody666 View Post
    ahh, never really bothered paying attention to that specific .xml. But yes, from just looking at it and comparing it to a server with 8 person quest, it seems like it would work.

    idk if you need to change anything else though.
    Was a long time ago i did it. (NOt showing off!!!!!)

    But it is that file for sure, and if there is a second file to edit, it would be channelrule.xml

    That are the only 2 files which can be it.

  9. #9
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: increase quest player

    eh, not saying your wrong, just I was told it was most likely ASM. I was led to believe it was ASM by somebody to. But, yes, that would work.

  10. #10
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    Quote Originally Posted by Nobody666 View Post
    eh, not saying your wrong, just I was told it was most likely ASM. I was led to believe it was ASM by somebody to. But, yes, that would work.
    I wasnt in offensive. You aren't too right?

    Well anyways, we're having a whole conversation in here. Can't we add msn?

  11. #11
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: increase quest player

    you have to asm edit the runnable for more max players in quest.
    if you just try to edit gametypecfg.xml it will crash (I have tested it)
    im pretty sure you have to edit the runnable even more if you want more than 16 players something else than quest

  12. #12
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    Quote Originally Posted by shortymant View Post
    you have to asm edit the runnable for more max players in quest.
    if you just try to edit gametypecfg.xml it will crash (I have tested it)
    im pretty sure you have to edit the runnable even more if you want more than 16 players something else than quest
    Didn't crash for me.

  13. #13
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: increase quest player

    for quest? or for dm/tdm/assasinations/etc.

  14. #14
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    Quote Originally Posted by shortymant View Post
    for quest? or for dm/tdm/assasinations/etc.
    All.

    NOTE: There is a max amount of strings. At quest you've to remove one to create another one, because the max is reached already there. (Like 4options = max. You've to remote 1)

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

    Re: increase quest player

    I still don't get what your trying to say Mambo. max of strings? confusing xD

  16. #16
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: increase quest player

    Quote Originally Posted by wesman2232 View Post
    I still don't get what your trying to say Mambo. max of strings? confusing xD
    Code:
    	<GAMETYPE id="7">	<!-- GAMETYPE_QUEST -->
    		<ROUNDS    round="1"	str="---" default="true" />
    		<LIMITTIME sec="99999"	str="Infinite" />
    		<MAXPLAYERS player="4"  str="4" default="true" />
    if im right, he means you can't do

    Code:
    	<GAMETYPE id="7">	<!-- GAMETYPE_QUEST -->
    		<ROUNDS    round="1"	str="---" default="true" />
    		<LIMITTIME sec="99999"	str="Infinite" />
    		<MAXPLAYERS player="4"  str="4" default="true" />
                    <MAXPLAYERS player="8" str="4" default="true" />

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

    Re: increase quest player

    so you couldn't just change both numbers to 8? 1 has to be 4?

  18. #18
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: increase quest player

    Quote Originally Posted by wesman2232 View Post
    so you couldn't just change both numbers to 8? 1 has to be 4?
    wut? Idk.

    I think he means you can just have one <MAXPLAYERS player="#" /> line thing. >_>

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

    Re: increase quest player

    Code:
    		<MAXPLAYERS player="4"  str="4" default="true" />
                    <MAXPLAYERS player="8" str="4" default="true" />
    both have str="4" which is what I was asking. but your post answered it. thanks.

  20. #20
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: increase quest player

    Oh, idk what the str="4" is >_> I just left that the same :p

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

    Re: increase quest player

    well str usually means "String" in abbreviation String="4" I thought that was Mambo was talking about.
    bet you could probably find the string to that in messages.xml or string.xml

  22. #22
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: increase quest player

    Quote Originally Posted by Nobody666 View Post
    Code:
    	<GAMETYPE id="7">	<!-- GAMETYPE_QUEST -->
    		<ROUNDS    round="1"	str="---" default="true" />
    		<LIMITTIME sec="99999"	str="Infinite" />
    		<MAXPLAYERS player="4"  str="4" default="true" />
    if im right, he means you can't do

    Code:
    	<GAMETYPE id="7">	<!-- GAMETYPE_QUEST -->
    		<ROUNDS    round="1"	str="---" default="true" />
    		<LIMITTIME sec="99999"	str="Infinite" />
    		<MAXPLAYERS player="4"  str="4" default="true" />
                    <MAXPLAYERS player="8" str="4" default="true" />
    str="4" is the text displayed in game.
    its not in messages.xml or strings.xml its like the
    Code:
    <LIMITTIME sec="99999"	str="Infinite" />
    the str="infinite" would be the string displayed ingame
    whenever i tried to make the max players, quest would instantly crash.
    and ya, i would do this
    Code:
     <GAMETYPE id="7">	<!-- GAMETYPE_QUEST -->
    		<ROUNDS    round="1"	str="---" default="true" />
    		<LIMITTIME sec="99999"	str="Infinite" />
    		<MAXPLAYERS player="4"  str="4" default="true" />
                    <MAXPLAYERS player="8" str="4" default="true" />
    also tried it with just 8 players.
    well, except with the default="true" i forgot if u got to put false, or nothing i havnt messed with that in a while.

  23. #23
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: increase quest player

    SHorty is right. GUys, i meant with maximum strings, the options you've (To choose, for 2, 4, 6, 8 p.ayers or something lol) are limited.

  24. #24
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: increase quest player

    i cant find my client, but i have an idea.
    someone do this for me.
    Code:
     		<ROUNDS    round="1"	str="---" default="true" />
    		  <ROUNDS    round="2"	str="2" default="true" />

  25. #25
    Ego=Fail. monckey100 is offline
    MemberRank
    Jul 2007 Join Date
    Coquitlam, BritLocation
    319Posts

    Re: increase quest player

    Quote Originally Posted by Mambo View Post
    Was a long time ago i did it. (NOt showing off!!!!!)

    But it is that file for sure, and if there is a second file to edit, it would be channelrule.xml

    That are the only 2 files which can be it.
    yeah as the guy stated you gotta edit channelrule.xml and gametype. the launcher as far as i know shouldnt require any type of asm editing because if you edit the .xml you will trick the engine its self into accepting more than required.



Page 1 of 2 12 LastLast

Advertisement