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

Move config files outside of version folder #9

Closed jhakonen closed 9 years ago

jhakonen commented 9 years ago

In order to not having a need to move mod's config files from e.g. res_mods/0.9.3/scripts/client/mods to res_mods/0.9.4/scripts/client/mods when updating WOT to newer version, the config files should be in res_mods -folder instead. Or somewhere outside of the version folders.

In order to make sure that configurations are not reset for existing users, the mods should move the config files (if they exists) from the original location to res_mods automatically at start.

The file-moving could be removed at some later date/release when it is unlikely that anyone would have configs in the old location.

Originally suggested by slaapzakineentent.