Difference between revisions of "Settings"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SnakeChomp
(→‎Note to Editors: Update the editors note to reflect recent changes)
imported>Hammil
 
(27 intermediate revisions by 11 users not shown)
Line 7: Line 7:
== Note to Editors ==
== Note to Editors ==


When documenting new settings, please try to add the setting to an existing page documenting a group of related settings. If the setting does not fit well with any existing pages, consider what other settings exist (that may be undocumented) that relate to the new setting, create a new page to document all of the settings as a group, and add this new group as its own category here. Please refer to existing settings pages for stylistic guidance ([[fWeaponConditionJamXX]] is a good example).
When documenting new settings, please try to add the setting to an existing page documenting a group of related settings. If the setting does not fit well with any existing pages, consider what other settings exist (that may be undocumented) that relate to the new setting, create a new page to document all of the settings as a group, and add this new group as its own category here. Please refer to existing settings pages for stylistic guidance ([[fWeaponConditionJamXX]] and [[Experience Settings]] are good examples).


__TOC__
__TOC__
Line 24: Line 24:
*[[fAVDCarryWeightMult]]
*[[fAVDCarryWeightMult]]
*[[fAVDCarryWeightsBase]]
*[[fAVDCarryWeightsBase]]
*[[fAVDCritLuckBase]]
*[[fAVDCritLuckMult]]


=== Derived Skill Settings ===
=== Derived Skill Settings ===
Line 51: Line 49:
=== Movement Settings ===
=== Movement Settings ===


[[Movement Settings]] control how fast actor's move.
[[Movement Settings]] control how fast actors move.


* fMoveRunMult
* fMoveRunMult
Line 60: Line 58:


=== AI Settings ===
=== AI Settings ===
These settings govern how actors behave in the gameworld.
*[[fCombatFollowRadiusMult]]


==== Guard Package Settings ====
==== Guard Package Settings ====
Line 67: Line 68:
*[[fAITrespassWarningTimer]]
*[[fAITrespassWarningTimer]]
*[[iGuardWarnings]]
*[[iGuardWarnings]]
== Health Settings ==
*[[fAVDHealthLevelMult]] - short: used for calculating new HP when advance a level. A static base.
*[[fAVDNPCHealthLevelMult]] - short: the same (?) for NPC
*[[fAVDHealthEnduranceMult]] - short: used for calculating new HP when advance a level based on Endurance
*[[fAVDNPCHealthEnduranceMult]] - short: the same (?) for NPC
*[[fAVDNPCHealthEnduranceOffset]] - ???


==== Sandbox Package Settings ====
==== Sandbox Package Settings ====
Line 73: Line 82:


*[[iSandBoxPreventRepeatedActionTime]]
*[[iSandBoxPreventRepeatedActionTime]]
*[[iSandboxBreakfastMax]]
*iSandboxBreakfastMax
*[[iSandboxBreakfastMin]]
*iSandboxBreakfastMin
*[[iSandboxDinnerMax]]
*iSandboxDinnerMax
*[[iSandboxDinnerMin]]
*iSandboxDinnerMin
*[[iSandboxLunchMax]]
*iSandboxLunchMax
*[[iSandboxLunchMin]]
*iSandboxLunchMin
*[[iSandboxMealDurationMax]]
*iSandboxMealDurationMax
*[[iSandboxMealDurationMin]]
*iSandboxMealDurationMin
*[[iSandboxSleepDurationMax]]
*iSandboxSleepDurationMax
*[[iSandboxSleepDurationMin]]
*iSandboxSleepDurationMin
*[[iSandboxSleepStartMax]]
*iSandboxSleepStartMax
*[[iSandboxSleepStartMin]]
*iSandboxSleepStartMin
 
== Experience Settings ==
 
[[Experience Settings]] control how much experience the player gains from certain actions and how much experience is required to level.
 
*iXPBase
*iXPBumpBase
 
== Leveled Item Settings ==
 
*[[LeveledItem#Game_settings|iLevItemLevelDifferenceMax]]


== Combat Settings ==
== Combat Settings ==
Line 91: Line 111:
*[[fCombatConfidenceModifierMin]]
*[[fCombatConfidenceModifierMin]]
*[[fCombatDamageBonusSneakingMult]]
*[[fCombatDamageBonusSneakingMult]]
*[[fCombatDistance]]
*[[fCombatDistanceMin]]
*[[fCombatThreatRatioUpdateTime]]
*[[fCombatThreatRatioUpdateTime]]
*[[fCombatUnarmedCritDamageMult]]
*[[fCombatUnarmedCritDamageMult]]
Line 99: Line 121:
=== VATS Settings ===
=== VATS Settings ===


*[[fVATSAutomaticMeleeDamageMult]]
[[VATS Settings]] control the behavior of [[VATS]]
*[[fVATSCriticalChanceBonus]]
*[[fVATSDamageToWeaponMult]]
*[[fVATSDestructibleMult]]
*[[fVATSDistanceFactor]]
*[[fVATSHitChanceMult]]
*[[fVATSMaxChance]]
*[[fVATSPlayerDamageMult]]
*[[fVATSThrownWeaponRangeMult]]
*[[fVATSScreenPercentFactor]]
*[[fVATSSkillFactor]]
*[[fVATSSpreadMult]]
*[[fVATSStealthMult]]
*[[fVATSStrangerDistance]]
*[[fVATSStrangerOdds]]


==== VATS Grenade Use Settings ====
*fVATSAutomaticMeleeDamageMult
 
*fVATSCriticalChanceBonus
*[[fVATSGrenadeChanceMult]]
*fVATSDamageToWeaponMult
*[[fVATSGrenadeDistAimZMult]]
*fVATSDestructibleMult
*[[fVATSGrenadeRangeMin]]
*fVATSDistanceFactor
*[[fVATSGrenadeRangeMult]]
*fVATSH2HWarpDistanceMult
*[[fVATSGrenadeSkillFactor]]
*fVATSHitChanceMult
*[[fVATSGrenadeSuccessExplodeTimer]]
*fVATSMaxChance
*[[fVATSGrenadeSuccessMaxDistance]]
*fVATSMaxEngageDistance
*[[fVATSGrenadeTargetArea]]
*fVATSMeleeMaxDistance
*[[fVATSGrenadeTargetMelee]]
*fVATSMeleeReachMult
*fVATSParalyzePalmChance
*fVATSPlayerDamageMult
*fVATSShotBurstTime
*fVATSShotLongBurstTime
*fVATSSkillFactor
*fVATSSpreadMult
*fVATSStealthMult
*fVATSStrangerDistance
*fVATSStrangerOdds
*iVATSStrangerMaxHP
*iVATSConcentratedFireBonus


=== Mine Settings ===
=== Mine Settings ===
Line 253: Line 272:
* iLockLevelMaxVeryHard
* iLockLevelMaxVeryHard
* iLockLevelMaxImpossible
* iLockLevelMaxImpossible
== Miscellaneous ==
=== Barter System ===
These settings are used in the [[Barter System Formula]].
*fBarterBuyBase
*fBarterBuyMult
*fBarterSellBase
*fBarterSellMult
=== Item Value and Condition ===
These settings are used to compute [[Item_Condition_And_Value]].
*fItemConditionValueBase
*fItemConditionValueMult
*fItemConditionValueExp


== Uncategorized Settings ==
== Uncategorized Settings ==
Line 258: Line 296:
=== Floating Point Numeral Settings ===
=== Floating Point Numeral Settings ===


* [[ArmorRatingMax]]
* [[ArmorRatingMult]]
* [[ArmorRatingWeightLightMaxMod]]
* [[fAbsorbCoreColorB]]
* [[fAbsorbCoreColorB]]
* [[fAbsorbCoreColorG]]
* [[fAbsorbCoreColorG]]
Line 282: Line 323:
* [[fAISocialRadiusToTriggerConversation]]
* [[fAISocialRadiusToTriggerConversation]]
* [[fAIYieldBase]]
* [[fAIYieldBase]]
* [[fArmorRatingBase]]
* [[fArmorRatingConditionBase]]
* [[fArmorRatingConditionMult]]
* [[fAutoDoorActivateDistance]]
* [[fAutoDoorActivateDistance]]
* [[fBarterSellBase]]
* [[fBarterSellBase]]
Line 310: Line 354:
* [[fDamageWeaponConditionMult]]
* [[fDamageWeaponConditionMult]]
* [[fDaytimeColorExtension]]
* [[fDaytimeColorExtension]]
* [[fDeathForceForceMax]]
* [[fDeathForceForceMin]]
* [[fDetectionCommentTimer]]
* [[fDetectionCommentTimer]]
* [[fDetectionSneakLightMod]]
* [[fDetectionSneakLightMod]]
Line 319: Line 365:
* [[fDyingTimer]]
* [[fDyingTimer]]
* [[fEnchantmentGoldMult]]
* [[fEnchantmentGoldMult]]
* [[fEssentialDeathTime]]
* [[fFatigueAttackWeaponBase]]
* [[fFatigueAttackWeaponBase]]
* [[fFatigueAttackWeaponMult]]
* [[fFatigueAttackWeaponMult]]
Line 367: Line 414:
* [[fFurnitureMarker14DeltaZ]]
* [[fFurnitureMarker14DeltaZ]]
* [[fFurnitureMarker14HeadingDelta]]
* [[fFurnitureMarker14HeadingDelta]]
* [[fGrenadeFriction]]
* [[fGrenadeRestitution]]
* [[fHandFatigueDamageBase]]
* [[fHandFatigueDamageBase]]
* [[fHandFatigueDamageMult]]
* [[fHandFatigueDamageMult]]
Line 495: Line 544:
=== Integer Numeral Game Settings===
=== Integer Numeral Game Settings===


* [[iActivatePickLength]]
* [[iAIDefaultAttackChance]]
* [[iAIDefaultAttackChance]]
* [[iAIDefaultBlockChance]]
* [[iAIDefaultBlockChance]]
* [[iArmorWeightHelmet]]
* [[iArmorWeightHelmet]]
* [[iArmorWeightShield]]
* [[iArmorWeightShield]]
* [[iCombatDismemberPartChance]]
* [[iCrimeAlarmRecDistance]]
* [[iCrimeAlarmRecDistance]]
* [[iCrimeGoldAttackMin]]
* [[iCrimeGoldAttackMin]]
Line 646: Line 697:


* fMoveLegConditionMult
* fMoveLegConditionMult
== New Vegas Only Settings ==
These settings exist only in Fallout: New Vegas. This section is not comprehensive, nor intended to have any great degree of permanency- it should probably be rearranged.
* [[fMinDamMultiplier]]
* [[fHCDehydrationRate]]
* [[fHCStarvationrate]]
* [[fHCSleepDeprevationRate]]
* [[iHUDMaxCompassNPCTicks]]


</div>
</div>
[[Category:Gameplay]]
[[Category:Gameplay]]

Latest revision as of 18:06, 9 November 2012

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[edit | edit source]

When documenting new settings, please try to add the setting to an existing page documenting a group of related settings. If the setting does not fit well with any existing pages, consider what other settings exist (that may be undocumented) that relate to the new setting, create a new page to document all of the settings as a group, and add this new group as its own category here. Please refer to existing settings pages for stylistic guidance (fWeaponConditionJamXX and Experience Settings are good examples).