Useful settings in ConstructionSet.ini

From the Oblivion ConstructionSet Wiki
Revision as of 17:30, 10 April 2006 by imported>JOG (Fun with Constructionset.ini)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Construction Set's configuration file can be found in "C:\My Files\My Games\Oblivion" here are some useful settings that might ease up your work:


bAllowUnsafeSave=1

When this is set, you can save your plugin without having to "close all open Dialog Boxes"


bAllowMultipleEditors=1

This entry allows you to open the construction-set more than once (e.g having one open for browsing trough Bethesda's stuff while working on your mod with the other)If used right, this can ease up modding a lot, but better load your mod only in one of the Construction Sets, to avoid confusion...


[Localization]

iExtendedResponseLength=355

iExtendedTopicLength=50

bAllowExtendedText=1

Setting "bAllowExtendedText=1" will allow you to override the text-length limits in the Dialogue-Window. The new limits are defined by the other two entries.


bUseMyGamesDirectory=0

Load INI-file and save error reports in the game's directory rather than "My Games" (The same applies to the game itself, want your savegames where you installed the game? set this to 0)


bUseVersionControl=1

This enables the menu "file/version control". Obviously this is how the folk Bethsoft merged their work on the game. Until someone find's out how this works it's not much more than a toy. To have this working you also need to set "SNetwork Path=." which should be two lines above, and you need to create a "ConstructionsetNetwork.ini" which can be empty file.