Difference between revisions of "Settings"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Reck0
imported>Hammil
 
(13 intermediate revisions by 7 users not shown)
Line 68: 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 275: Line 283:
*fBarterSellBase
*fBarterSellBase
*fBarterSellMult
*fBarterSellMult
=== Item Value and Condition ===
These settings are used to compute [[Item_Condition_And_Value]].
*fItemConditionValueBase
*fItemConditionValueMult
*fItemConditionValueExp


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


* [[ArmorRatingMax]]
* [[ArmorRatingMult]]
* [[ArmorRatingWeightLightMaxMod]]
* [[fAbsorbCoreColorB]]
* [[fAbsorbCoreColorB]]
* [[fAbsorbCoreColorG]]
* [[fAbsorbCoreColorG]]
Line 307: Line 326:
* [[fArmorRatingConditionBase]]
* [[fArmorRatingConditionBase]]
* [[fArmorRatingConditionMult]]
* [[fArmorRatingConditionMult]]
* [[ArmorRatingMax]]
* [[ArmorRatingMult]]
* [[ArmorRatingWeightLightMaxMod]]
* [[fAutoDoorActivateDistance]]
* [[fAutoDoorActivateDistance]]
* [[fBarterSellBase]]
* [[fBarterSellBase]]
Line 338: Line 354:
* [[fDamageWeaponConditionMult]]
* [[fDamageWeaponConditionMult]]
* [[fDaytimeColorExtension]]
* [[fDaytimeColorExtension]]
* [[fDeathForceForceMax]]
* [[fDeathForceForceMin]]
* [[fDetectionCommentTimer]]
* [[fDetectionCommentTimer]]
* [[fDetectionSneakLightMod]]
* [[fDetectionSneakLightMod]]
Line 396: Line 414:
* [[fFurnitureMarker14DeltaZ]]
* [[fFurnitureMarker14DeltaZ]]
* [[fFurnitureMarker14HeadingDelta]]
* [[fFurnitureMarker14HeadingDelta]]
* [[fGrenadeFriction]]
* [[fGrenadeRestitution]]
* [[fHandFatigueDamageBase]]
* [[fHandFatigueDamageBase]]
* [[fHandFatigueDamageMult]]
* [[fHandFatigueDamageMult]]
Line 524: Line 544:
=== Integer Numeral Game Settings===
=== Integer Numeral Game Settings===


* [[iActivatePickLength]]
* [[iAIDefaultAttackChance]]
* [[iAIDefaultAttackChance]]
* [[iAIDefaultBlockChance]]
* [[iAIDefaultBlockChance]]
Line 676: 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).