Rounds Finish Panel

by Eekcage

System

XASECO

Description

Replace the normal Trackmania rounds panel with a custom one

Installation

1. unzip the script to xaseco base directory
2. edit xaseco's plugins.xml and include the following lines:
Code:
<plugin>plugin.nicofinish.php</plugin>
<plugin>plugin.rpoints.php</plugin>
and delete the line containing:
Code:
<plugin>plugin.rounds.php</plugin>
3. reconfigure xaseco with instructions described below
4. restart xaseco

Settings

Disable the default roundspanel, open includes/manialinks.inc.php and change the following line:
Quote:
'<round_scores visible="' . bool2text($ml_custom_ui['round_scores']) . '"/>' .
into this:
Quote:
'<round_scores visible="false"/>' .
In your xaseco base directory change the file config.xml to have default_rpoints:
Quote:
<default_rpoints>f1gp</default_rpoints>

Link(s)

Forum: https://www.tm-forum.com/viewtopic.php?t=19280

Download(s)

File Version Date Size Downloads
rounds_finish_panel(1.0).zip 1.0 2009-04-27 2 KB 2095