Page 3 of 5

Re: Nadeo game modes scripts

Posted: 03 Jul 2013, 14:45
by fng_thatoneguy
steeffeen wrote:it would be awesome if there could be a variable for the default emblem like MB_DefaultNeutralEmblemUrl which is only used while S_NeutralEmblemUrl isn't set
+1. :thumbsup:

Re: Nadeo game modes scripts

Posted: 03 Jul 2013, 15:11
by Eole
I updated the changelog:
http://forum.maniaplanet.com/viewtopic. ... 51#p175651

I'll see what I can do about the MB_DefaultNeutralEmblemUrl variable. ;)

Re: Nadeo game modes scripts

Posted: 03 Jul 2013, 17:30
by Eole
The MB_NeutralEmblemUrl variable will be back in the next update (it should be out in a few hours). The priority order is as follow: S_NeutralEmblemUrl > MB_NeutralEmblemUrl > default (empty).
:)

Re: Nadeo game modes scripts

Posted: 03 Jul 2013, 17:32
by steeffeen
sounds great! thanks :thx:

Re: Nadeo game modes scripts

Posted: 03 Jul 2013, 17:58
by fng_thatoneguy
So now that this is a setting, I assume it can have callvotes? If so, how will the users pick what is there?

Also, forgive my newbness if this is common knowledge, but is there a way to disable settings from being allowed to be voted on; so we can force the MB_NeutralEmblemUrl always?

Thanks in advance...

Re: Nadeo game modes scripts

Posted: 03 Jul 2013, 18:17
by steeffeen
fng_thatoneguy wrote:So now that this is a setting, I assume it can have callvotes? If so, how will the users pick what is there?
Also, forgive my newbness if this is common knowledge, but is there a way to disable settings from being allowed to be voted on; so we can force the MB_NeutralEmblemUrl always?
the setting S_NeutralEmblemUrl is <hidden>, that means that you can only change it via server controllers or directly in the script file
(additionally server controllers can prevent public votes even for unhidden settings)

Re: Nadeo game modes scripts

Posted: 03 Jul 2013, 18:32
by w1lla
or edit the ModeSport.Script.txt or ModeBase.Script.txt to show the hidden values

Re: Nadeo game modes scripts

Posted: 29 Jul 2013, 01:41
by alividerci
when i use SendScores...ModeBase ERROR(SendScores not found) :?

Re: Nadeo game modes scripts

Posted: 29 Jul 2013, 13:42
by Eole
Do you have an old script called XmlRpc.Script.txt in the Documents\ManiaPlanet\Scripts\Libs\Nadeo\ShootMania folder? Any script inside the Documents\ folder will always override the default one from the game.

Re: Nadeo game modes scripts

Posted: 29 Jul 2013, 19:34
by alividerci
Eole wrote:Do you have an old script called XmlRpc.Script.txt in the Documents\ManiaPlanet\Scripts\Libs\Nadeo\ShootMania folder? Any script inside the Documents\ folder will always override the default one from the game.
I completely rewrote the folder Libs/Nadeo and i again get same error