<!--quoteo(post=177900:date=Jan 4 2007, 02:56 PM:name=Short Jack Gold)--><div class='quotetop'>QUOTE(Short Jack Gold @ Jan 4 2007, 02:56 PM) [snapback]177900[/snapback]</div><div class='quotemain'><!--quotec-->
For the sake of us lesser mortals here (who are thoroughly enjoying the game !!) this is not to be confused with InternalSettings.h which IS found in the PROGRAM folder and can be used for "Tweaking" some other settings - correct ?
<!--QuoteEnd--></div><!--QuoteEEnd-->
Correct. <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid="

" border="0" alt="yes.gif" />
BuildSettings.h is NOT in the PROGAM folder and contains the "simple" settings with which to enable/disable the mods you like and tweak them a bit. Any game user should be able to change the settings in this file without really needing any programming knowledge.
InternalSettings.h IS in the PROGRAM folder and contains the more complicated settings. Some programming knowledge is useful when you want to change these settings and understand what these settings do.
In general, the idea is that BuildSettings.h contains the settings for all players, while InternalSettings.h contains the settings used mostly by the modders. Though any player is quite free to also modify InternalSettings.h.