Difference between revisions of "Settings"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>DragoonWraith
imported>DragoonWraith
Line 96: Line 96:
*[[iSandboxSleepStartMax]]
*[[iSandboxSleepStartMax]]
*[[iSandboxSleepStartMin]]
*[[iSandboxSleepStartMin]]
== Weapon Jam Settings ==
There are a total of twenty weapon jam settings, ten for jamming during reload, and twenty for jamming while firing.
The reload jams are implemented by default, but the jams while firing are completely disabled in the original game. They appear to not work very well with automatic weapons.
* [[fWeaponConditionReloadJamXX]] - about all of the reload jam settings:
** fWeaponConditionReloadJam1
** fWeaponConditionReloadJam2
** fWeaponConditionReloadJam3
** fWeaponConditionReloadJam4
** fWeaponConditionReloadJam5
** fWeaponConditionReloadJam6
** fWeaponConditionReloadJam7
** fWeaponConditionReloadJam8
** fWeaponConditionReloadJam9
** fWeaponConditionReloadJam10
* [[fWeaponConditionJamXX]] - about all of the settings for jamming while firing:
** fWeaponConditionJam1
** fWeaponConditionJam2
** fWeaponConditionJam3
** fWeaponConditionJam4
** fWeaponConditionJam5
** fWeaponConditionJam6
** fWeaponConditionJam7
** fWeaponConditionJam8
** fWeaponConditionJam9
** fWeaponConditionJam10


== Uncategorized Settings ==
== Uncategorized Settings ==

Revision as of 16:46, 14 December 2008

As you can see, there are hundreds of game settings. Some are relatively innocent, such as fSneakSleepBonus, which determines the Sneak bonus an actor gets if the target is sleeping. Others can break the game in a heartbeat. Be very careful with any changes to make to these settings.

Game settings use a naming convention which identifies what kind of data the setting accepts. "f" settings are floats (numbers with decimals), "i" settings are integers (whole numbers) and "s" settings are strings.

Know what a game setting does that isn't explained here? Spread the knowledge by documenting it!

Note to Editors

Please use {{Setting}} on when adding new settings. See the template page for an example.

For groups of settings, please create a Redirect from each setting to the group's page (which should include "XX" to indicate the variable), and use {{SettingGroup}}.