jhakonen / wot-teamspeak-mod

Mod for integrating TeamSpeak into World of Tanks
GNU Lesser General Public License v2.1
36 stars 8 forks source link

Load settings from additional ini-files #2

Open jhakonen opened 9 years ago

jhakonen commented 9 years ago

In order to have TS user / player mappings which are pre-defined for e.g. to everyone in a clan.

The ini-files could have a way to reference other ini-files. So that you could have additional ini-files which have common settings for members in your clan and then your own settings in the default tessu_mod.ini file.

Example:

[General]
ini_files: tessu_mod*.ini

The ini_files could also accept an URL, e.g:

[General]
ini_files: tessu_mod*.ini,http://example-clan.com/tessu_mod_rules.ini
vBm commented 9 years ago

:+1: