Fast4.0.XX est pour TM²/ManaPlanet uniquement ! (...et ne fonctionnera pas avec les anciens TMO/TMS/TMN/TMNF/TMUF)
Pour ceux sous windows, utilisez la version fast4.0.xx-winphp5.zip (elle contient un php5.3.3 minimal, évitant d'avoir à installer php5 or de modifier le chemin de php.exe path dans le script, et vous etes sûr que ça fonctionne avec), ou fast4.0.xx.zip pour linux, et update/fastupdate4.0.xx pour les mises à jour (écrasez simplement avec les nouveaux fichiers).
Attention à garder une copie des scripts de démarrage et de fast.php et autres si vous les avez modifiés.
Les .txt devraient suffire pour le faire marcher. Prenez le temps de lire et tester avant de demander pour rien svp. Un connaissance minimum des bases est nécessaire, au minimum vous devez déjà savoir faire marcher le dédié ManiaPlanet/TM2....
Fast 4.0.0h introduit Dedimania for TM², avec une config spécific pour l'authentification sur Dedimania :
Pour les records Dedimania , éditer la config du dédié :
ajouter <dedimaniacode> dans la partie <masterserver_account> :
Code: Select all
<masterserver_account>
............
<dedimaniacode>YourTMdedicatedDedimaniaCode</dedimaniacode>
</masterserver_account>
http://dedimania.net/tm2stats/?do=register
Plugins pour Fast4.0
Voir 2eme post.
Note: - le panel des temps/records/résultats team manque pour l'instant, ainsi que le panel de vote des maps, et Dedimania n'est pas encore dispo...
4.0.0q
------
- added support for Stadium (and Valley is the real future name)
- fixed few minor bugs in dedimania support
4.0.0p
------
- fixed workaround for the double BeginRace/EndRace callbacks with 08/2012 beta dedicated
- added /spec login command (very useful when the score panel is customized)
4.0.0o
------
- fixed simulate flowmanualtransitions events when disabled (mainly on relays)
note: this version only fix some panels on relays
4.0.0n
------
- fixed workaround for the spectator mode bug on maps with outro
(defaults config values in fast.php are commented, so those
who don't modify them won't have bad values when disabled
by defaut later when fixed in game)
4.0.0m
------
- fixed an index error in database plugin (not sure if harmless or not)
4.0.0l
------
- fixed workaround to remove F5/F6 effect on Fast hud when it spec
- fixed disabled the fix spectator mode workaround in fast.php
4.0.0k
------
- fixed player maxrank was not always applied correctly to show
records and handle new records.
- fixed try to show more logical previous records on panel when
the list size is limited.
4.0.0j
------
- fixed excessive flood in fastlog in case of broken database connection
- fixed remove wrong client version check for the spectator mode workaround
4.0.0i
------
- fixed removed the dedicated build check for now : some won't use the
last dedicated release until the planets bug is fixed
- fixed the internal fast version in 4.0.0h zips was still 4.0.0g ^^
4.0.0h
------
- fixed few Dedimania² records and top1 things
- fixed few times panel position in spec
- fixed tm_utf8.phpser moved to includes/
- fixed admin.xxx , store.xxx , and few configs for future customizations
(actually times panel) are now in fast.configs/
4.0.0g
------
- added Dedimania² support, see install for config :
add <dedimaniacode> in the <masterserver_account> part :
--------------------------------------------------------
<masterserver_account>
............
<dedimaniacode>YourTMdedicatedDedimaniaCode</dedimaniacode>
</masterserver_account>
--------------------------------------------------------
The dedimaniacode for your server login can be found on :
http://dedimania.net/tm2stats/?do=register
- fixed times and votes panels
- added workaround to avoid free spec at each map change and round finish
- added various /map options
4.0.0d
------
- fixed BeginRace event was called a seconf time with the previous map uid !
4.0.0c
------
- fixed wrong gamemode value tests in fast_common
4.0.0b
------
- fixed unwanted 1st round restart when there is a spectator
4.0.0a
------
- basic adaptation from fast3.2.3s for TM2 support.