
- HUD ontop
- Stats to the left
- Track evaluation to the right
- Admin interface below (Restart, Clear Jukebox, Admin Console, Clean&Save, Next)
- Result of track evaluation buttom right (admins only)
- Last but not least the famous easteregg ... somewhere
Mistral ASECO v8.1 - Optimizations
Whats new:
----------------------------------------- v8.1 -----------------------------------------------
- faster rank calculation on trackchange
- faster wins calculation on trackchange
- ranks are back in message when player joins
- rs_rank table changed (auto)
- rs_rank_<env> tables obsolete now (you can drop them manually)
- new setting for better average calculation in rasp_settings.php:
// Remove ONE comment if you run a single environment server (f.e. TMNF)
//$singleenv = "Stadium";
//$singleenv = "Island";
//$singleenv = "Bay";
//$singleenv = "Coast";
//$singleenv = "Speed";
//$singleenv = "Rally";
//$singleenv = "Alpine";
- only top5 of a team are used for teamranking (finaly, should have worked before ^^)
- maybe dublicate joins fixed *hope*
- overall average is now just based on the 7 environments averages (sum/7)
Modified files:
rasp_settings.php (see above)
plugin.rasp.php
mistral.teamranking.php
mistral.main.php
mistral.joinleave.php