Page 1 of 1

2 gamemodes in 1 title

Posted: 29 May 2014, 17:00
by djhubertus
Hi, I want to use 2 gamemodes in my titlepack, how can I restrict ladder points calculation if someone will host server with wrong script?

Re: 2 gamemodes in 1 title

Posted: 29 May 2014, 17:09
by steeffeen
impossibru

Re: 2 gamemodes in 1 title

Posted: 29 May 2014, 17:30
by Rasque
May we know why? All gamemodes/scripts are just making tons of work and tiring time wasting for players/admins.

Re: 2 gamemodes in 1 title

Posted: 29 May 2014, 18:15
by steeffeen
it's even possible to link yourself into the official elite script in the elite title pack even though the actual script is forced
so you can't prevent tweaking the ladder point calculation in title packs without a forced script either

Re: 2 gamemodes in 1 title

Posted: 29 May 2014, 18:21
by djhubertus
So we can force only one gamemode? what if i do something like this:

Code: Select all

<mode name="Modes\ShootMania\Firefight.Script.txt,Modes\ShootMania\FirefightPro.Script.txt"/>
Propably error.

Re: 2 gamemodes in 1 title

Posted: 29 May 2014, 18:46
by phil13hebert
You can try this :

Code: Select all

<network>
  <mode name="Modes\ShootMania\Firefight.Script.txt"/>
  <mode name="Modes\ShootMania\FirefightPro.Script.txt"/>
<network>

Re: 2 gamemodes in 1 title

Posted: 04 Jun 2014, 18:13
by xbx
nope, I'm afraid at this point you can only either leave the mode choice open or force to a specific one.
No way to limit the choice.

So the only way to work around the issue, at this point, is to make a single mode combining the two and make the choice into a mode setting. pretty unelegant and not very user friendly..
Sorry..

(but it's of course something we have on the todo list.)

Re: 2 gamemodes in 1 title

Posted: 04 Jun 2014, 19:17
by djhubertus
xbx wrote:nope, I'm afraid at this point you can only either leave the mode choice open or force to a specific one.
No way to limit the choice.

So the only way to work around the issue, at this point, is to make a single mode combining the two and make the choice into a mode setting. pretty unelegant and not very user friendly..
Sorry..

(but it's of course something we have on the todo list.)
Ok, thank you for answer :thx: