as the title said is it possible and how?
as the title said is it possible and how?
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?
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.
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.
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
for quest? or for dm/tdm/assasinations/etc.
I still don't get what your trying to say Mambo. max of strings? confusing xD
if im right, he means you can't doCode:<GAMETYPE id="7"> <!-- GAMETYPE_QUEST --> <ROUNDS round="1" str="---" default="true" /> <LIMITTIME sec="99999" str="Infinite" /> <MAXPLAYERS player="4" str="4" default="true" />
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" />
so you couldn't just change both numbers to 8? 1 has to be 4?
both have str="4" which is what I was asking. but your post answered it. thanks.Code:<MAXPLAYERS player="4" str="4" default="true" /> <MAXPLAYERS player="8" str="4" default="true" />
Oh, idk what the str="4" is >_> I just left that the same :p
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
str="4" is the text displayed in game.
its not in messages.xml or strings.xml its like the
the str="infinite" would be the string displayed ingameCode:<LIMITTIME sec="99999" str="Infinite" />
whenever i tried to make the max players, quest would instantly crash.
and ya, i would do this
also tried it with just 8 players.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" />
well, except with the default="true" i forgot if u got to put false, or nothing i havnt messed with that in a while.
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.
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" />