mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-16 03:57:19 +00:00
21 lines
728 B
INI
21 lines
728 B
INI
// default config.
|
|
// modify this plugin and reset the plugin on the server side, or restart the server.
|
|
// absolutely DON'T use 'sound/' in the paths
|
|
// absolutely DON'T have spaces anywhere in paths
|
|
//
|
|
// format:
|
|
// "record_type" "path/to/sound/file.ext"
|
|
//
|
|
// first - first record on map and style ever
|
|
// personal - personal best
|
|
// world - new server WR
|
|
// worst - worst record for the track/style
|
|
// number - rank on map, only one per rank (example: "1" "shavit/pro.mp3"), will play for every player. overrides others
|
|
// noimprovement - time is worse than old PB
|
|
"first" "shavit/fr_1.mp3"
|
|
"personal" "shavit/pb_1.mp3"
|
|
"world" "shavit/wr_1.mp3"
|
|
"world" "shavit/wr_2.mp3"
|
|
"world" "shavit/wr_3.mp3"
|
|
"world" "shavit/wr_4.mp3"
|