os79
Deity
I suppose we need to add some documentation about the UserSettings folder.
The UserSettings folder is used by the BUG mod to store, create and use BUG's ini files. RevDCM usually installs this folder to .../My Documents/My Games/Bts/RevDCM/ (see the install script for all possible install locations). The installer puts the UserSettings folder there instead of the main RevDCM mod folder in the Program Files path because doing so is a work around for the security protocols of Windows Vista and Windows 7; BtS itself does something similar, for the same reason, it stores the BtS config file in My Documents/My Games/BtS.
When using RevDCM as a base you will need to include the UserSettings folder. You have two options; you may either create an install script for your mod (it's recommended you use the RevDCM install script as a template, and simply change the mod name and file path definitions for you computer and mod, the install script should be easy to use for any user competent enough to create a Civ4 mod, as everything is well commented), and set up the installation of the UserSettings folder the same way RevDCM does; or you may copy the UserSettings folder itself directly into your mod's folder (doing so will require your users on Windows Vista or Windows 7 to launch the mod as an administrator, otherwise the BUG components will not be able to write to the ini files it needs to access, however the advantage to this method is that you will not need to set up an installer for your mod to handle the UserSettings folder). In both cases you must change the name of the mod in CvModName.py to your mod's name, so that the BUG components of your mod will know where to look for the UserSettings folder.
I was testing this by moving UserSettings from Rise of Mankind's folder to .../Beyond the Sword/Rise of Mankind. I tried to change the BUG options, then exited the game, and returned to it. The BUG options are still the same instead of my choices.
What more am I supposed to do other than putting UserSettings into the above mentioned folder? Do I need to edit anything else?
NOTE: Zappara already put the name of RoM in his CvModName.py.
EDIT: Am asking because I'm tired of repeatedly editing Config folder's xml files before I even start a fresh game on the fresh installation of RoM/AND.