UASECO handles records currently like XAseco2 it does. Do you asking for the possibility of changing this (to store records with a Gamemode relation)? So that your 6.618 only displayed when the dedicated runs the TimeAttack and the 22.226 and 41.521 only when in Rounds?BusardCendre wrote:Could it be possible that Uaseco make a difference between Round and TimeAttack modes ?
As you can see on this screenshot, it seems that UAseco doesn't make the difference between TA and Round for the moment ...
the map is a brand new very short 3 laps map I made for tests :
-the 6.618 rec was made in TimeAttack ( time on one lap ),
-the two others recs were made in round mode ( time on 3 laps ) ...
This problem maybe is related to your setup of <allwarmupduration>, because this is only for the legacy Gamemodes. Maybe the dedicated Server does not like such mixing.BusardCendre wrote:I'm going to try to explain it another way :undef.de wrote:This part i don't understand completely, can you please make some screenshots? Maybe it is required for me to visit your server.BusardCendre wrote: [edit] found another thing that seems not to come from UAseco but from dedicated server, but maybe you have an idea ... : when in round mode, if no warm up, no problem; but if warm up is set to 1, then there is no warm up ( we get points at the first round ) and the warming-up flag and the "warm-up 1/1" are shown on the right until the final score panel
if I write in matchsettings :
<script_name>Rounds.Script.txt</script_name>
<allwarmupduration>1</allwarmupduration>
race begins without any warm-up and we get points as soon as the first round
and as you can see on the screenshot, the warming-up flag stays on the screen until the end of race ...
[edit] I've got the same problem before launching UAseco so this comes from the dedicated

If you want to setup a warm-up, then you have to setup this in config/modescript_settings.xml at <modebase><warm_up_duration> or in the MatchSettings file like this:
Code: Select all
<mode_script_settings>
<setting name="S_WarmUpDuration" type="integer" value="1"/>
</mode_script_settings>