mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-16 03:37:18 +00:00
33 lines
1.4 KiB
INI
33 lines
1.4 KiB
INI
// Configuration file for replay bot styling.
|
|
//
|
|
// WARNING: DO NOT DELETE/ADD YOUR OWN KEYS!
|
|
// WARNING: IF YOU DISABLE THE CENTRAL REPLAY BOT - MAKE SURE BOT NAMES CONTAIN A VARIABLE OR YOU'LL END UP WITH A MESS!
|
|
//
|
|
// The replay bot clan/name styling will be loaded from this file.
|
|
// A central bot is the replay bot that can play all styles. It's enabled by default with "shavit_replay_centralbot".
|
|
//
|
|
// Keys:
|
|
// "clantag" - clan tag for replay bots (central or not) to use.
|
|
// "namestyle" - this is the name style replay bots will use. Including the central bot, as long as it's during playback.
|
|
// "centralname" - the central bot's idle name, AKA when nothing is playing.
|
|
// "centralstyle" - {style} value for the central bot (when idle).
|
|
// "centralstyletag" - {styletag} value for the central bot (when idle).
|
|
// "unloaded" - text to show for unloaded replay data. (will never show up for central bots.)
|
|
//
|
|
// Variables:
|
|
// {map} - current map.
|
|
// {style} - the style name.
|
|
// {styletag} - the style's tag. See "styletag" in "shavit-styles.cfg".
|
|
// {time} - formatted time for the WR currently being played.
|
|
// {player} - the name of the player that holds the record.
|
|
// {track} - track that the bot replays. Translated from the server's defined language.
|
|
//
|
|
"Replay"
|
|
{
|
|
"clantag" "REPLAY"
|
|
"namestyle" "{style} - {time}"
|
|
"centralname" "!replay"
|
|
"centralstyle" "!replay"
|
|
"centralstyletag" "!replay"
|
|
"unloaded" "{style} - N/A"
|
|
} |