Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MatchSettings of uaseco maybe outdated #59

Open
BestNoob opened this issue Nov 14, 2019 · 1 comment
Open

MatchSettings of uaseco maybe outdated #59

BestNoob opened this issue Nov 14, 2019 · 1 comment

Comments

@BestNoob
Copy link

BestNoob commented Nov 14, 2019

One thing is this entry its doubled by Uaseco, since the first uaseco release:

<filter>
	<random_map_order>1</random_map_order>
</filter>

Than it seems that nadeo has made little changes here in this crappy page:
https://www.maniaplanet.com/account/dedicated-servers/helper

when you sort it it looks better:

<?xml version="1.0" encoding="UTF-8"?> 
<playlist> 
<gameinfos> 
<game_mode>0</game_mode> 
<chat_time>10000</chat_time> 
<finishtimeout>1</finishtimeout> 
<allwarmupduration>0</allwarmupduration> 
<disablerespawn>0</disablerespawn> 
<forceshowallopponents>0</forceshowallopponents> 
<script_name><![CDATA[TimeAttack.Script.txt]]></script_name> 
</gameinfos> 

<filter> 
<is_lan>1</is_lan> 
<is_internet>1</is_internet> 
<is_solo>0</is_solo> 
<is_hotseat>0</is_hotseat> 
<sort_index>1000</sort_index> 
<random_map_order>0</random_map_order> 
</filter> 

<script_settings> 
<setting name="S_ChatTime" type="integer" value="10"/> 
<setting name="S_UseClublinks" type="boolean" value="0"/> 
<setting name="S_UseClublinksSponsors" type="boolean" value="0"/> 
<setting name="S_NeutralEmblemUrl" type="text" value=""/> 
<setting name="S_ScriptEnvironment" type="text" value="production"/> 
<setting name="S_AllowRespawn" type="boolean" value="1"/> 
<setting name="S_UseLegacyXmlRpcCallbacks" type="boolean" value="1"/> 
<setting name="S_WarmUpNb" type="integer" value="0"/> 
<setting name="S_WarmUpDuration" type="integer" value="0"/> 
<setting name="S_TimeLimit" type="integer" value="300"/> 
</script_settings> 

<startindex>0</startindex> 

</playlist>
@undeflabs
Copy link
Owner

<filter>
	<random_map_order>1</random_map_order>
</filter>

The code which adds this filter option is very old and it seems it requires renovation. Added to the todo list.

See also my answer about <writemaplist_random> of your posting at https://forum.maniaplanet.com/viewtopic.php?p=310138#p310138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants