Page 1 of 2

Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 05 Apr 2013, 17:28
by Cerovan
As you know now, there will be a launch party on April 10th to celebrate the release of ShootMania!

There will be several servers deployed, but we’d like to invite all the ManiaPlanet Server Admins to host their own server and party with us.

Start proposing your servers to us and they’ll be listed on the official ShootMania 4 All Launch Party website on Wednesday!

Submit your server by filling out this form: https://docs.google.com/forms/d/1TRu1DW ... 8/viewform

Read the rules for all S4A servers here: https://docs.google.com/document/d/1wyQ ... I07JQ/edit#

Thanks everyone! It’ll be a great party!

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 05 Apr 2013, 17:32
by Fluffykins
Sounds Fun, I hope it is. Now, I have to put the Server online somehow, then I'll join the Party.

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 05 Apr 2013, 17:36
by steeffeen
Nice :)
But the match settings and scripts aren't included in the pack ^^

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 07 Apr 2013, 16:38
by franck70
Hello :D , I registered , but can I do a suggestion, I don't really agree with the settings of "battle", I think these is better :
S_RoundsToWin : 3
S_RoundGapToWin: 1
S_RoundsLimit: 3

Because 5 rounds it's too long :oops:

I suppose that not, but can I modify like this :mrgreen:

SFBE
(SorryForBadEnglish)

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 08 Apr 2013, 13:08
by Cerovan
5 rounds is only the teams don't manage to win in 3 rounds , it'll make the games more epic that way :mrgreen:

Sorry but you can't change the settings for these servers :(

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 08 Apr 2013, 14:37
by killer606
What happens if the players voting points like they want?

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 08 Apr 2013, 16:53
by The_Big_Boo
I guess you'll have to disable votes to change script settings.

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 08 Apr 2013, 18:34
by franck70
Cerovan wrote: Sorry but you can't change the settings for these servers :(
So Nadeo can't reflect(just one minute) to change this settings, nice autority, but very damage.

in french"c'est pas pour vous emmerder, c'est pour le bien des joueurs,essayer un minimum d'y réfléchir ;) "

SFBE

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 08 Apr 2013, 20:00
by The_Big_Boo
Complementary information which may interest some people here.

To disable votes to change script settings, you need this line in config file

Code: Select all

<server_options>
	...
	<callvote_ratios>
		...
		<voteratio command="SetModeScriptSettings" ratio="-1"/>
		...
	</callvote_ratios>
	...
</server_options>
To use different script settings than default ones when launching the server, you need this part in match settings. Be careful of the "type" attribute, most are integer but they're also some boolean and float

Code: Select all

<mode_script_settings>
	<setting name="S_..." type="integer" value="1"/>
	...
</mode_script_settings>

Re: Admins, Join us for the ShootMania 4 All Launch Party!

Posted: 08 Apr 2013, 20:04
by killer606
Can you just deactivate one setting? For example only points aren't allowed to be voted, but the other can be voted.