Difference between revisions of "Settings"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SnakeChomp
(Undo revision 11664 by Quetzilla (Talk) - These settings are used by the game engine.)
imported>SnakeChomp
(→‎Actor Settings: Formatting)
Line 32: Line 32:
*[[fAVDUnarmedDamageMult]]
*[[fAVDUnarmedDamageMult]]


==== [[Derived Skill Settings]] ====
=== Derived Skill Settings ===
:* fAVDSkillPrimaryBonusMult
:* fAVDSkillLuckBonusMult
:* fAVDSkill{SKILLNAME}Base


=== [[Movement Settings]] ===
[[Derived Skill Settings]] control actor skill value bonuses given by stats and starting skill values.
 
*fAVDSkillPrimaryBonusMult
*fAVDSkillLuckBonusMult
*fAVDSkillBarterBase
*fAVDSkillBigGunsBase
*fAVDSkillEnergyWeaponsBase
*fAVDSkillExplosivesBase
*fAVDSkillLockpickBase
*fAVDSkillLuckBonusBase
*fAVDSkillMedicineBase
*fAVDSkillMeleeWeaponsBase
*fAVDSkillRepairBase
*fAVDSkillScienceBase
*fAVDSkillSmallGunsBase
*fAVDSkillSneakBase
*fAVDSkillSpeechBase
*fAVDSkillUnarmedBase
 
=== Movement Settings ===
 
[[Movement Settings]] control how fast actor's move.


* fMoveRunMult
* fMoveRunMult
Line 50: Line 68:


These settings apply to actors running the [[Guard Package]]
These settings apply to actors running the [[Guard Package]]
*[[fAITrespassWarningTimer]]
*[[fAITrespassWarningTimer]]
*[[iGuardWarnings]]
*[[iGuardWarnings]]
Line 56: Line 75:


These settings apply to actors running the [[Sandbox Package]]
These settings apply to actors running the [[Sandbox Package]]
*[[iSandBoxPreventRepeatedActionTime]]
*[[iSandBoxPreventRepeatedActionTime]]
*[[iSandboxBreakfastMax]]
*[[iSandboxBreakfastMax]]

Revision as of 00:03, 27 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}}.