Difference between revisions of "Category:Settings"

41,189 bytes removed ,  21:11, 19 November 2009
m
Improved visibility of the description
imported>MegaBurn
(Added article tags for clothing jewelry base and essential death time.)
imported>Shademe
m (Improved visibility of the description)
 
(31 intermediate revisions by 11 users not shown)
Line 1: Line 1:
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 you make to these settings.
<!--
NOTE TO EDITORS


Note: If you don't see one of the variables here in your editor, please try opening the Game Settings window again.
Because of the number of GMSTs, and how long some of them are, this page uses a LOT of custom code to get things to appear correctly. Modifying this page requires some knowledge of HTML, CSS, and Wiki mark-up.


The settings themselves are contained in three Templates. Links to these can be found at the bottom of the Edit page, under the Save button. These should be relatively simple to edit.


== '''Floating point game settings:''' ==
These Templates have been formatted to appear as a normal Category. They are not. As mentioned on the page itself, they do not have the [[Category: Settings]] tag on them, but instead special code that creates a box visually identical to the Category box but does not add the article to the category.
fAbsorbBoltGrowWidth


fAbsorbBoltSmallWidth
The Table of Contents is also custom code to prevent each of the letters from getting its own line. Note that this means it must be manually edited if the headings on this page are changed.


fAbsorbBoltsRadius
While you are encouraged to be bold and edit this page as necessary (use the Preview button often!), if you are uncomfortable with editing any part of this page but think something ought to be changed, please mention this, in its own heading, on the Talk page. Thank you.


fAbsorbBoltsRadiusStrength
-->__NOTOC__
Game Settings control a huge number of things in the game. Formulas for damage, AI, potion strength, all use GMST's, as they are known, as constants. Many of the names and titles in the game are set by a setting, and very little of the game is completely independent of them.


fAbsorbCoreColorB
Game Settings may be changed in the Gameplay->Settings menu, or they can be changed by script using [[:Category:Oblivion Script Extender|OBSE]]'s [[con_SetGameSetting]] and [[SetNumericGameSetting]] functions. Even without OBSE, Oblivion natively provides the [[GetGameSetting]] function, allowing scripts to take advantage of these settings to enhance compatibility with other mods.
 
fAbsorbCoreColorG


fAbsorbCoreColorR
<div class="toc" style="float:left;">
{|style="border:none;"
|<div style="width: 100%; text-align: center; font-color: #5a3e16; font-weight: bold; text-decoration: underline;">Contents</div>
[[:Category: Settings#Introduction|1 Introduction]]
:[[:Category: Settings#Note to Editors|1.1 Note to Editors]]
[[:Category: Settings#Floating point game settings|2 Floating point game settings]]
:'''2.1''' [[:Category: Settings#A|A]] [[:Category: Settings#B|B]] [[:Category: Settings#C|C]] [[:Category: Settings#D|D]] [[:Category: Settings#E|E]] [[:Category: Settings#F|F]] [[:Category: Settings#G|G]] [[:Category: Settings#H|H]] [[:Category: Settings#I|I]] [[:Category: Settings#J|J]] [[:Category: Settings#K|K]] [[:Category: Settings#L|L]] [[:Category: Settings#M|M]] [[:Category: Settings#N|N]] [[:Category: Settings#O|O]] [[:Category: Settings#P|P]] [[:Category: Settings#Q|Q]] [[:Category: Settings#R|R]] [[:Category: Settings#S|S]] [[:Category: Settings#T|T]] [[:Category: Settings#U|U]] [[:Category: Settings#V|V]] [[:Category: Settings#W|W]]
[[:Category: Settings#Integer Game Settings|3 Integer Game Settings]]
:'''3.1''' [[:Category: Settings#A_2|A]] [[:Category: Settings#B_2|B]] [[:Category: Settings#C_2|C]] [[:Category: Settings#D_2|D]] [[:Category: Settings#F_2|F]] [[:Category: Settings#H_2|H]] [[:Category: Settings#I_2|I]] [[:Category: Settings#L_2|L]] [[:Category: Settings#M_2|M]] [[:Category: Settings#N_2|N]] [[:Category: Settings#P_2|P]] [[:Category: Settings#Q_2|Q]] [[:Category: Settings#R_2|R]] [[:Category: Settings#S_2|S]] [[:Category: Settings#T_2|T]] [[:Category: Settings#U_2|U]] [[:Category: Settings#V_2|V]] [[:Category: Settings#W_2|W]]
[[:Category: Settings#String Game Settings|4 String Game Settings]]
:'''4.1''' [[:Category: Settings#A_3|A]] [[:Category: Settings#B_3|B]] [[:Category: Settings#C_3|C]] [[:Category: Settings#D_3|D]] [[:Category: Settings#E_2|E]] [[:Category: Settings#F_3|F]] [[:Category: Settings#G_2|G]] [[:Category: Settings#H_3|H]] [[:Category: Settings#I_3|I]] [[:Category: Settings#J_2|J]] [[:Category: Settings#K_2|K]] [[:Category: Settings#L_3|L]] [[:Category: Settings#M_3|M]] [[:Category: Settings#M cont.|(cont.)]] [[:Category: Settings#N_3|N]] [[:Category: Settings#O_2|O]] [[:Category: Settings#P_3|P]] [[:Category: Settings#Q_3|Q]] [[:Category: Settings#R_3|R]] [[:Category: Settings#S_3|S]] [[:Category: Settings#T_3|T]] [[:Category: Settings#U_3|U]] [[:Category: Settings#V_3|V]] [[:Category: Settings#W_3|W]] [[:Category: Settings#X|X]] [[:Category: Settings#Y|Y]]
[[:Category: Settings#Conceptualized Settings by Subcategory|5 Conceptualized Settings by Subcategory]]
|}</div>


fAbsorbGlowColorB
<div class="visualClear"></div>


fAbsorbGlowColorG
== Introduction ==
As you can see, there are hundreds of game settings (aka GMST's). 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 you make to these settings.


fAbsorbGlowColorR
====Note to Editors====
Please remember to add new pages to the settings category by including the following code in your page:
<nowiki><div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div>
</nowiki>


fAbsorbMoveSpeed
If you don't have the full information for a setting, please remember to edit the template containing that setting so that others know it still needs updating in the same way as it is done in the following example:
<nowiki>[[fAbsorbBoltSmallWidth|<span style="color: #f00;">fAbsorbBoltSmallWidth</span>]]</nowiki>
<!-- For a list of all gameplay settings see the [[Comprehensive Settings List]]. -->


fAbsorbSegmentLength
== '''Floating Point Game Settings:''' ==
 
{{Template:Floating Point Settings List}}
fAbsorbSegmentVariance
<!-- please edit Template:Floating_Point_Settings_List when adding new settings
 
    there should be links at the bottom of the edit page -->
fAbsorbTortuosityVariance
 
fActorAnimZAdjust
 
fActorArmorDesirabilityDamageMult
 
fActorArmorDesirabilitySkillMult
 
fActorLuckSkillMult
 
fActorStrengthEncumbranceMult
 
fActorSwimBreathBase
 
fActorSwimBreathDamage
 
fActorSwimBreathMult
 
fActorTeleportFadeSeconds
 
fActorTurnAnimMinTime
 
fActorWeaponDesirabilityDamageMult
 
fActorWeaponDesirabilitySkillMult
 
fAIAcquireObjectDistance
 
fAIAquireKillBase
 
fAIAquireKillMult
 
fAIAquirePickBase
 
fAIAquirePickMult
 
fAIAquireStealBase
 
fAIAquireStealMult
 
fAIAwareofPlayerTimer
 
fAIBestHeadTrackDistance
 
fAICombatFleeScoreThreshold
 
fAICombatNoAreaEffectAllyDistance
 
fAICombatNoTargetLOSPriorityMult
 
fAICombatSlopeDifference
 
fAICombatTargetUnreachablePriorityMult
 
fAICombatUnreachableTargetPriorityMult
 
fAIConversationExploreTime
 
fAIDefaultAttackDuringAttackMult
 
fAIDefaultAttackDuringBlockMult
 
fAIDefaultAttackDuringRecoilStaggerBonus
 
fAIDefaultAttackDuringUnconsciousBonus
 
fAIDefaultAttackHandBonus
 
fAIDefaultAttackNoAttackMult
 
fAIDefaultAttackSkillBase
 
fAIDefaultAttackSkillMult
 
fAIDefaultBlockDuringAttackMult
 
fAIDefaultBlockNoAttackMult
 
fAIDefaultBlockSkillBase
 
fAIDefaultBlockSkillMult
 
fAIDefaultBuffStandoffDistance
 
fAIDefaultDodgeBackDuringAttackMult
 
fAIDefaultDodgeBackNoAttackMult
 
fAIDefaultDodgeBackwardMaxTime
 
fAIDefaultDodgeBackwardMinTime
 
fAIDefaultDodgeDuringAttackMult
 
fAIDefaultDodgeFatigueBase
 
fAIDefaultDodgeFatigueMult
 
fAIDefaultDodgeFowardMaxTime
 
fAIDefaultDodgeFowardMinTime
 
fAIDefaultDodgeForwardNotAttackingMult
 
fAIDefaultDodgeForwardWhileAttackingMult
 
fAIDefaultDodgeLeftRightMaxTime
 
fAIDefaultDodgeLeftRightMinTime
 
fAIDefaultDodgeNoAttackMult
 
fAIDefaultDodgeSpeedBase
 
fAIDefaultDodgeSpeedMult
 
fAIDefaultGroupStandoffDistance
 
fAIDefaultHoldMaxTime
 
fAIDefaultHoldMinTime
 
fAIDefaultIdleMaxTime
 
fAIDefaultIdleMinTime
 
fAIDefaultMaximumRangeMult
 
fAIDefaultOptimalRangeMult
 
fAIDefaultPowerAttackFatigueBase
 
fAIDefaultPowerAttackFatigueMult
 
fAIDefaultPowerAttackRecoilStaggerBonus
 
fAIDefaultPowerAttackUnconsciousBonus
 
fAIDefaultRangedStandoffDistance
 
fAIDefaultRushingAttackDistanceMult
 
fAIDefaultSpeechMult
 
fAIDefaultSwitchToMeleeDistance
 
fAIDefaultSwitchToRangedDistance
 
fAIDodgeDecisionBase
 
fAIDodgeFavorLeftRightMult
 
fAIDodgeVerticalRangedAttackMult
 
fAIDodgeWalkChance
 
fAIEnergyLevelBase
 
fAIEngergyLevelMult (sic)
 
fAIEscortWaitDistanceExterior
 
fAIEscortWaitDistanceInterior
 
fAIExteriorSpectatorDetection
 
fAIExteriorSpectatorDistance
 
fAIFaceTargetAnimationAngle
 
fAIFleeConfBase
 
fAIFleeConfMult
 
fAIFleeHealthMult
 
fAIFleeSuccessTimeout
 
fAIGreetingTimer
 
fAIIdleAnimationDistance
 
fAIIdleWaitTime
 
fAIInteriorHeadTrackMult
 
fAIInteriorSpectatorDetection
 
fAIInteriorSpectatorDistance
 
fAIMagicSpellMult
 
fAIMagicTimer
 
fAIMaxHeadTrackDistance
 
fAIMaxHeadTrackDistanceFromPC
 
fAIMaxSmileDistance
 
fAIMaxWanderTime
 
fAIMeleeArmorMult
 
fAIMeleeHandMult
 
fAIMeleeWeaponMult
 
fAIMinGreetingDistance
 
fAIMoveDistanceToRecalcFollowPath
 
fAIPowerAttackCreatureChance
 
fAIPowerAttackFatigueBase
 
fAIPowerAttackFatigueMult
 
fAIPowerAttackKnockdownBonus
 
fAIPowerAttackNPCChance
 
fAIPowerAttackRecoilBonus
 
fAIPursueDistanceLineOfSight
 
fAIRadiusToRunDetectionExterior
 
fAIRadiusToRunDetectionInterior
 
fAIRangedWeaponMult
 
fAIRangMagicSpellMult (sic)
 
fAISocialchanceForConversation
 
fAISocialchanceForConversationInterior
 
fAISocialRadiusToTriggerConversation
 
fAISocialRadiusToTriggerConversationInterior
 
fAISpectatorCommentTimer
 
fAItalktoNPCtimer
 
fAItalktosameNPCtimer
 
fAITrespassWarningTimer
 
fAIUpdateMovementRestrictionsDistance
 
fAIYieldBase
 
fAIYieldDurationBase
 
fAIYieldDurationMult
 
fAIYieldMult
 
fAlchemyGoldMult
 
fArmorRatingBase
 
fArmorRatingConditionBase
 
fArmorRatingConditionMult
 
fArmorRatingMax
 
fArmorWeightLightMaxMod
 
fArrowAgeMax
 
fArrowBounceBlockPercentage
 
fArrowBounceLinearSpeed
 
fArrowBounceRotateSpeed
 
fArrowBowTimerBase
 
fArrowBowTimerMult
 
fArrowFakeMass
 
fArrowFOVTimeChange
 
fArrowFOVTimeStart
 
fArrowFOVZoom
 
fArrowGravityBase
 
fArrowGravityMin
 
fArrowGravityMult
 
fArrowMaxDistance
 
fArrowOptimalDistance
 
fArrowSpeedMult
 
fArrowWeakGravity
 
fArrowWeakSpeed
 
fAttributeClassPrimaryBonus
 
fAttributeClassSecondaryBonus
 
fAutoDoorActivateDistance
 
fBarterBuyBase
 
fBarterBuyMult
 
fBarterDispBase
 
fBarterDispositionMod
 
fBarterHaggleBase
 
fBarterHaggleCurve
 
fBarterHaggleDispMult
 
fBarterHaggleMax
 
fBarterSellBase
 
fBarterSellMult
 
fBlinkDelayMin
 
fBlinkDownTime
 
fBlinkUpTime
 
fBlockAmountHandToHandMult
 
fBlockAmountWeaponMult
 
fBlockMax
 
fBlockScoreNoShieldMult
 
fBlockSkillBase
 
fBlockSkillMult
 
fBowHoldTimer
 
fBribeBase
 
[[fBribeCostCurve]]
 
[[fBribeCurve]]
 
fBribeMult
 
[[fBribeNPCLevelMult]]
 
[[fBribeScale]]
 
[[fBribeSpeechcraftMult]]
 
fBuoyancyCloth
 
fBuoyancyDirt
 
fBuoyancyGlass
 
fBuoyancyGrass
 
fBuoyancyMetal
 
fBuoyancyMultBody
 
fBuoyancyMultExtremity
 
fBuoyancyOrganic
 
fBuoyancySkin
 
fBuoyancyStone
 
fBuoyancyWater
 
fBuoyancyWood
 
fChameleonMaxRefraction
 
fChameleonMinRefraction
 
fCharacterControllerMultipleStepSpeed
 
fChase3rdPersonVanityXYMult
 
fChase3rdPersonXYMult
 
fChase3rdPersonZUnitsPerSecond
 
fCheckDeadBodyTimer
 
fCheckPositionFallDistance
 
fClothingArmorBase
 
fClothingArmorScale
 
fClothingBase
 
fClothingClassScale
 
[[fClothingJewelryBase]]
 
fClothingJewelryScale
 
fCombatAdvanceNormalAttackChance
 
fCombatBetweenAdvanceTimer
 
fCombatBuffMaxTimer
 
fCombatBuffStandoffTimer
 
fCombatCollectAlliesTimer
 
fCombatDamageScale
 
fCombatDistance
 
fCombatDistanceMin
 
fCombatForwardAttackChance
 
fCombatGiantCreatureReachMult
 
fCombatHitConeAngle
 
fCombatInTheWayTimer
 
fCombatLineOfSightTimer
 
fCombatMaxHoldScore
 
fCombatMinEngageDistance
 
fCombatMonitorBuffsTimer
 
fCombatRangedStandoffTimer
 
fCombatRelativeDamageMod
 
fCombatRoundAmount
 
fCombatSoundArmorPct
 
fCombatSoundFleshPct
 
fCombatSoundWeaponPct
 
fCombatSpeakAttackChance
 
fCombatSpeakHitChance
 
fCombatSpeakHitThreshold
 
fCombatSpeakPowerAttackChance
 
fCombatSpeakTauntChance
 
fCombatStaffTimer
 
fCombatStepAdvanceDistance
 
fCombatVulnerabilityMod
 
fCreatureCalcCombat
 
fCreatureCalcDamage
 
fCreatureCalcMagic
 
fCreatureCalcStealth
 
fCrimeAlarmRespMult
 
fCrimeDispAttack
 
fCrimeDispMurder
 
fCrimeDispPersonal
 
fCrimeDispPersonal
 
fCrimeDispPickpocket
 
fCrimeDispSteal
 
fCrimeDispTresspass
 
fCrimeGoldSteal
 
fCrimeSoundBase
 
fCrimeSoundMult
 
[[fDamagePowerAttackBackBonus]]
 
[[fDamagePowerAttackBonus]]
 
[[fDamagePowerAttackForwardBonus]]
 
[[fDamagePowerAttackSideBonus]]
 
[[fDamagePowerAttackStandBonus]]
 
fDamageSkillBase
 
fDamageSkillMult
 
fDamageSneakAttackMult
 
fDamageStrengthBase
 
fDamageStrengthMult
 
fDamageToArmorPercentage
 
fDamageToWeaponPercentage
 
fDamageWeaponConditionBase
 
fDamageWeaponConditionMult
 
fDamageWeaponMult
 
fDaytimeColorExtension
 
fDeathForceDamageMax
 
fDeathForceDamageMin
 
fDeathForceForceMax
 
fDeathForceForceMin
 
fDeathSoundMaxDistance
 
fDebrisMaxVelocity
 
fDebricMinExtent
 
fDefaultNoticeTextDisplayTime
 
fDemandBase
 
fDemandMult
 
fDetectionActionTimer
 
fDetectionCommentTimer
 
fDetectionNightEyeBonus
 
fDetectionSneakLightMod
 
fDetectionTimerSetting
 
fDifficultyDamageMultiplier
 
fDifficultyDefaultValue
 
fDifficultyMaxValue
 
fDifficultyMinValue
 
fDispActorBountyBase
 
fDispActorBountyMult
 
fDispActorInfamyBase
 
fDispActorInfamyMult
 
fDispActorPerBase
 
fDispActorPerMult
 
fDispInfamyMax
 
fDispositionReduction
 
fDispTargetBountyMult
 
fDispTargetDiseaseBase
 
fDispTargetFactionMult
 
fDispTargetFactionRankBase
 
fDispTargetFactionRankMult
 
fDispTargetFameMult
 
fDispTargetInfamyMult
 
fDispTargetPerBase
 
fDispTargetPerMult
 
fDispTargetRaceMult
 
fDispTargetWeaponBase
 
fDistanceExteriorReactCombat
 
fDistanceInteriorReactCombat
 
fDistanceProjectileExplosionDetection
 
fDistancetoPlayerforConversations
 
fDyingTimer
 
fEnchantCommonLimit
 
fEnchantGrandLimit
 
fEnchantGreaterLimit
 
fEnchantLesserLimit
 
fEnchantmentEffectPointsMult
 
fEnchantmentGoldMult
 
fEnchantmentPointsMult
 
fEnchantPettyLimit
 
fEnemyHealthBarTimer
 
[[fEssentialDeathTime]]
 
fEssentialHealthPercentReGain
 
fExpressionChangePerSex
 
fExpressionStrengthAdd
 
fFadeToBlackFadeSeconds
 
fFatigueAttackWeaponBase
 
fFatigueAttackWeaponMult
 
fFatigueBase
 
fFatigueBlockBase
 
fFatigueBlockMult
 
fFatigueBlockSkillBase
 
fFatigueBlockSkillMult
 
fFatigueCastBase
 
fFatigueCastMult
 
fFatigueJumpBase
 
fFatigueJumpMult
 
fFatigueMult
 
fFatigueReturnBase
 
fFatigueReturnMult
 
fFatigueRunBase
 
fFatigueRunMult
 
fFightAbleToDetectTimer
 
fFightAggrBase
 
fFightAggrMult
 
fFightDispMult
 
fFightDistanceBase
 
fFightDistanceMult
 
fFightFriendDispBase
 
fFightFriendDispMult
 
fFirstPersonCameraMult
 
fFirstPersonHandFollowMult
 
fFirstPersonScaleSeconds
 
fFleeDistanceExterior
 
fFleeDistanceInterior
 
fFleeIsSafeTimer
 
fFriendHitTimer
 
fFurnitureMarker01DeltaX
 
fFurnitureMarker01DeltaY
 
fFurnitureMarker01DeltaZ
 
fFurnitureMarker01HeadingDelta
 
fFurnitureMarker02DeltaX
 
fFurnitureMarker02DeltaY
 
fFurnitureMarker02DeltaZ
 
fFurnitureMarker02HeadingDelta
 
fFurnitureMarker03DeltaX
 
fFurnitureMarker03DeltaY
 
fFurnitureMarker03DeltaZ
 
fFurnitureMarker03HeadingDelta
 
fFurnitureMarker04DeltaX
 
fFurnitureMarker04DeltaY
 
fFurnitureMarker04DeltaZ
 
fFurnitureMarker04HeadingDelta
 
fFurnitureMarker05DeltaX
 
fFurnitureMarker05DeltaY
 
fFurnitureMarker05DeltaZ
 
fFurnitureMarker05HeadingDelta
 
fFurnitureMarker06DeltaX
 
fFurnitureMarker06DeltaY
 
fFurnitureMarker06DeltaZ
 
fFurnitureMarker06HeadingDelta
 
fFurnitureMarker07DeltaX
 
fFurnitureMarker07DeltaY
 
fFurnitureMarker07DeltaZ
 
fFurnitureMarker07HeadingDelta
 
fFurnitureMarker08DeltaX
 
fFurnitureMarker08DeltaY
 
fFurnitureMarker08DeltaZ
 
fFurnitureMarker08HeadingDelta
 
fFurnitureMarker09DeltaX
 
fFurnitureMarker09DeltaY
 
fFurnitureMarker09DeltaZ
 
fFurnitureMarker09HeadingDelta
 
fFurnitureMarker10DeltaX
 
fFurnitureMarker10DeltaY
 
fFurnitureMarker10DeltaZ
 
fFurnitureMarker10HeadingDelta
 
fFurnitureMarker11DeltaX
 
fFurnitureMarker11DeltaY
 
fFurnitureMarker11DeltaZ
 
fFurnitureMarker11HeadingDelta
 
fFurnitureMarker12DeltaX
 
fFurnitureMarker12DeltaY
 
fFurnitureMarker12DeltaZ
 
fFurnitureMarker12HeadingDelta
 
fFurnitureMarker13DeltaX
 
fFurnitureMarker13DeltaY
 
fFurnitureMarker13DeltaZ
 
fFurnitureMarker13HeadingDelta
 
fFurnitureMarker14DeltaX
 
fFurnitureMarker14DeltaY
 
fFurnitureMarker14DeltaZ
 
fFurnitureMarker14HeadingDelta
 
fFurnitureMarker15DeltaX
 
fFurnitureMarker15DeltaY
 
fFurnitureMarker15DeltaZ
 
fFurnitureMarker15HeadingDelta
 
fFurnitureMarker16DeltaX
 
fFurnitureMarker16DeltaY
 
fFurnitureMarker16DeltaZ
 
fFurnitureMarker16HeadingDelta
 
fFurnitureMarker17DeltaX
 
fFurnitureMarker17DeltaY
 
fFurnitureMarker17DeltaZ
 
fFurnitureMarker17HeadingDelta
 
fFurnitureMarker18DeltaX
 
fFurnitureMarker18DeltaY
 
fFurnitureMarker18DeltaZ
 
fFurnitureMarker18HeadingDelta
 
fFurnitureMarker19DeltaX
 
fFurnitureMarker19DeltaY
 
fFurnitureMarker19DeltaZ
 
fFurnitureMarker19HeadingDelta
 
fFurnitureMarker20DeltaX
 
fFurnitureMarker20DeltaY
 
fFurnitureMarker20DeltaZ
 
fFurnitureMarker20HeadingDelta
 
fGrabPower
 
fHandDamageSkillBase
 
fHandDamageSkillMult
 
fHandDamageStrengthBase
 
fHandDamageStrengthMult
 
fHandFatigueDamageBase
 
fHandFatigueDamageMult
 
fHandHealthMax
 
fHandHealthMin
 
fHandReachMult
 
fHostileActorExteriorDistance
 
fHostileActorInteriorDistance
 
fIdleChatterCommentTimer
 
fImpactShaderMaxDistance
 
fImpactShaderMaxMagnitude
 
fImpactShaderMinMagnitude
 
fInfamyBountyMod
 
fInventoryDropTimer
 
fItemPointsMult
 
fJumpDoubleMult
 
fJumpFallRiderMult
 
fJumpFallSkillBase
 
fJumpFallSkillMult
 
fJumpFallTimeBase
 
fJumpFallTimeMin
 
fJumpFallTimeMult
 
fJumpFallVelocityMin
 
fJumpHeightMax
 
fJumpHeightMin
 
fJumpMoveBase
 
fJumpMoveMult
 
fKnockbackAgilBase
 
fKnockbackAgilMult
 
fKnockbackDamageBase
 
fKnockbackDamageMult
 
fKnockbackForceMax
 
fKnockbackTime
 
fKnockdownAgilBase
 
fKnockdownAgilMult
 
fKnockdownChance
 
fKnockdownDamageBase
 
fKnockdownDamageMult
 
fLeafRockAmountSwayInfluence
 
fLeafRockSpeedSwayInfluence
 
fLeafRockTimeScale
 
fLeafRustleAmountSwayInfluence
 
fLeafRustleSpeedSwayInfluence
 
fLeafRustleTimeScale
 
fLeveledLockMult
 
fLockLevelBase
 
fLockLevelMult
 
fLockPickAutoBase
 
fLockPickAutoDifficulty
 
fLockPickAutoOffset
 
fLockPickBreakBase
 
fLockPickBreakMult
 
fLockPickQualityBase
 
fLockPickQualityMult
 
fLockSkillBase
 
fLockSkillMult
 
fLockTrapGoOffBase
 
fLockTrapGoOffMult
 
fLowActorSpeedBoost
 
fLowLevelNPCBaseHealthMult
 
fMagicAbsorbDistanceReachMult
 
fMagicAreaBaseCostMult
 
fMagicAreaScale
 
fMagicAreaScaleMax
 
fMagicAreaScaleMin
 
fMagicArmorPenaltyMax
 
fMagicArmorPenaltyMin
 
fMagicBallMaximumDistance
 
fMagicBallOptimalDistance
 
fMagicBoltDuration
 
fMagicBoltMaximumDistance
 
fMagicBoltOptimalDistance
 
fMagicBoltSegmentLength
 
fMagicCasterSkillCostBase
 
fMagicCasterSkillCostMult
 
fMagicCEEnchantMagOffset
 
fMagicCloudAreaMin
 
fMagicCloudDurationMin
 
fMagicCloudFindTargetTime
 
fMagicCloudLifeScale
 
fMagicCloudSizeScale
 
fMagicCloudSlowdownRate
 
fMagicCloudSpeedBase
 
fMagicCloudSpeedScale
 
fMagicCostScale
 
fMagicDefaultCEBarterFactor
 
fMagicDefaultCEEnchantFactor
 
fMagicDefaultTouchDistance
 
fMagicDiseaseTransferBase
 
fMagicDiseaseTransferMult
 
fMagicDispelMagnitudeMult
 
fMagicDurMagBaseCostMult
 
fMagicEnchantmentChargeBase
 
fMagicEnchantmentChargeMult
 
fMagicEnchantmentDrainBase
 
fMagicEnchantmentDrainMult
 
fMagicExplosionAgilityMult
 
fMagicExplosionClutterMult
 
fMagicExplosionIncorporealMult
 
fMagicExplosionIncorporealTime
 
fMagicexplosionPowerBase
 
fMagicexplosionPowerMax
 
fMagicexplosionPowerMin
 
fMagicexplosionPowerMult
 
fMagicFatigueDrainBase
 
fMagicFatigueDrainMult
 
fMagicFogMaximumDistance
 
fMagicFogOptimalDistance
 
fMagickaReturnBase
 
fMagickaReturnMult
 
fMagicLevelMagnitudeMult
 
fMagicLightForwardOffset
 
fMagicLightHeightOffset
 
fMagicLightRadiusBase
 
fMagicMightEyeAmbient
 
fMagicPlayerMinimumInvisibility
 
fMagicProjectileBaseSpeed
 
fMagicProjectileMaxDistance
 
fMagicRangeTargetCostMult
 
fMagicResistActorSkillBase
 
fMagicResistActorSkillMult
 
fMagicResistTargetWillpowerBase
 
fMagicResistTargetWillpowerMult
 
fMagicSpellLevelApprenticeMin
 
fMagicSpellLevelCostBase
 
fMagicSpellLevelCostMult
 
fMagicSpellLevelExpertMin
 
fMagicSpellLevelJourneymanMin
 
fMagicSpellLevelMasterMin
 
fMagicSprayMaximumDistance
 
fMagicSprayOptimalDistance
 
fMagicSunDamageBaseDamage
 
fMagicSunDamageMinWeather
 
fMagicSunDamagePainInitialDelay
 
fMagicSunDamagePainTimer
 
fMagicSunDamageScreenGlowMult
 
fMagicSunDamageScreenGlowRateDown
 
fMagicSunDamageScreenGlowRateUp
 
fMagicSunDamageSunHiddenScale
 
fMagicSunDamageWaterScale
 
fMagicTelekinesiDistanceMult (sic)
 
fMagicTelekinesisComplexMaxForce
 
fMagicTelekinesisComplexObjectDamping
 
fMagicTelekinesisComplexSpringDamping
 
fMagicTelekinesisComplexSpringElasticity
 
fMagicTelekinesisDistanceMin
 
fMagicTelekinesisLiftPowerMult
 
fMagicTelekinesisMaxForce
 
fMagicTelekinesisMoveAccelerate
 
fMagicTelekinesisMoveBase
 
fMagicTelekinesisMoveMax
 
fMagicTelekinesisObjectDamping
 
fMagicTelekinesisSpringDamping
 
fMagicTelekinesisSpringElasticity
 
fMagicTelekinesisThrow
 
fMagicTrackingLimit
 
fMagicTrackingLimitComplex
 
fMagicTrackingMultBall
 
fMagicTrackingMultBolt
 
fMagicTrackingMultFog
 
fMagicUnitsPerFoot
 
fMarksmanFatigueBurnPerSecond
 
fMarksmanFatigueBurnPerShot
 
fMasserAngleFadeEnd
 
fMasserAngleFadeStart
 
fMasserAngleShadowEarlyFade
 
fMasserSpeed
 
fMasserZOffset
 
fMaxArmorRating
 
fMaximumWind
 
fMinDistanceUseHorse
 
fMountedMaxLookingDown
 
fMoveCharWalkMax
 
fMoveCharWalkMin
 
fMoveCreatureWalkMax
 
fMoveCreatureWalkMin
 
fMoveEncumEffect
 
fMoveEncumEffectNoWea
 
fMoveMaxFlySpeed
 
fMoveMinFlySpeed
 
fMoveNoWeaponMult
 
fMoveRunAthleticsMult
 
fMoveRunMult
 
fMoveSneakMult
 
fMoveSwimRunAthleticsMult
 
fMoveSwimRunBase
 
fMoveSwimWalkAthleticsMult
 
fMoveSwimWalkBase
 
fMoveWeightMax
 
fMoveWeightMin
 
fNoticeTextTimePerCharacter
 
fNPCAttributeHealthMult
 
fNPCBaseMagickaMult
 
fNPCGeneticVariation
 
fObjectHitWeaponReach
 
fObjectWeightPickupDetectionMult
 
fPainDelay
 
fPathAvoidanceCreatureIntLimit
 
fPathAvoidanceObstacleCheckTimeLimit
 
fPathAvoidanceTimeOut
 
fPathAvoidanceWaitTimeLimit
 
fPathImpassableDoorPenalty
 
fPathInvalidMovementTypePenalty
 
fPathMinimalUseDoorPenalty
 
fPathMustLockpickPenalty
 
fPathNonFishSwimmingPenalty
 
fPathNPCWadingPenalty
 
fPathPointFailureTimeLimit
 
fPathPointForceAngleSnapDistance
 
fPathPointMaxAngleDeltaTurnSpeedScalar
 
fPathPointReachDistance
 
fPathPointReachDistanceError
 
fPathPointStartCheckDistance
 
fPathPointTurnDistanceExterior
 
fPathPointTurnDistanceInterior
 
fPathPointTurningSpeed
 
fPathPointWalkTime
 
fPathPointZDistanceAllowance
 
fPathPreferredPointBonus
 
fPathSpaceExitPenalty
 
fPathWaterExitPenalty
 
fPCBaseHealthMult
 
fPCBaseMagickaMult
 
fPerkAthleticsApprenticeFatigueMult
 
fPerkAthleticsExpertFatigueMult
 
fPerkAthleticsJouneymanFatigueMult
 
fPerkAthleticsMasterFatigueMult
 
fPerkAthleticsNoviceFatigueMult
 
fPerkHeavyArmorExpertSpeedMult
 
fPerkHeavyArmorJourneymanDamageMult
 
fPerkHeavyArmorMasterSpeedMult
 
fPerkHeavyArmorNoviceDamageMult
 
fPerkHeavyArmorSinkGravityMult
 
fPerkJumpFatigueExpertMult
 
fPerkLightArmorExpertSpeedMult
 
fPerkLightArmorJourneymanDamageMult
 
fPerkLightArmorMasterRatingMult
 
fPerkLightArmorNoviceDamageMult
 
fPerkSneakAttackMarksmanApprenticeMult
 
fPerkSneakAttackMarksmanExpertMult
 
fPerkSneakAttackMarksmanJourneymanMult
 
fPerkSneakAttackMarksmanMasterMult
 
fPerkSneakAttackMarksmanNoviceMult
 
fPerkSneakAttackMeleeApprenticeMult
 
fPerkSneakAttackMeleeExpertMult
 
fPerkSneakAttackMeleeJourneymanMult
 
fPerkSneakAttackMeleeMasterMult
 
fPerkSneakAttackMeleeNoviceMult
 
fPersAdmireAggr
 
fPersAdmireConf
 
fPersAdmireEner
 
fPersAdmireIntel
 
fPersAdmirePers
 
fPersAdmireResp
 
fPersAdmireStre
 
fPersAdmireWillp
 
fPersBoastAggr
 
fPersBoastConf
 
fPersBoastEner
 
fPersBoastIntel
 
fPersBoastPers
 
fPersBoastResp
 
fPersBoastStre
 
fPersBoastWillp
 
fPersBullyAggr
 
fPersBullyConf
 
fPersBullyEner
 
fPersBullyIntel
 
fPersBullyPers
 
fPersBullyResp
 
fPersBullyStre
 
fPersBullyWillp
 
fPersJokeAggr
 
fPersJokeConf
 
fPersJokeEner
 
fPersJokeIntel
 
fPersJokePers
 
fPersJokeResp
 
fPersJokeStre
 
fPersJokeWillp
 
fPersuasionAccuracyMaxDisposition
 
fPersuasionAccuracyMaxSelect
 
fPersuasionAccuracyMinDisposition
 
fPersuasionAccuracyMinSelect
 
fPersuasionBaseValueMaxDisposition
 
fPersuasionBaseValueMaxSelect
 
fPersuasionBaseValueMinDisposition
 
fPersuasionBaseValueMinSelect
 
fPersuasionBaseValueShape
 
fPersuasionCurve
 
fPersuasionMaxDisposition
 
fPersuasionMaxInput
 
fPersuasionMaxSelect
 
fPersuasionMinDisposition
 
fPersuasionMinInput
 
fPersuasionMinPercentCircle
 
fPersuasionMinSelect
 
fPersuasionMod
 
fPersuasionReactionDislike
 
fPersuasionReactionHate
 
fPersuasionReactionHatePerk
 
fPersuasionReactionLike
 
fPersuasionReactionLove
 
fPersuasionShape
 
fPickLevelBase
 
fPickLevelMult
 
fPickNumBase
 
fPickNumMult
 
fPickPocketActorSkillBase
 
fPickPocketActorSkillMult
 
fPickPocketAmountBase
 
fPickPocketAmountMult
 
fPickPocketMaxChance
 
fPickPocketMinChance
 
fPickPocketTargetSkillBase
 
fPickPocketTargetSkillMult
 
fPickSpring1
 
fPickSpring2
 
fPickSpring3
 
fPickSpring4
 
fPickSpring5
 
fPickUpWeaponDelay
 
fPlayerDeathReloadTime
 
fPlayerDropDistance
 
fPlayerTeleportFadeSeconds
 
fPotionGoldValueMult
 
fPotionMortPestleMult
 
fPotionT1AleDurMult
 
fPotionT1AleMagMult
 
fPotionT1CalDurMult
 
fPotionT1CalMagMult
 
fPotionT1MagMult
 
fPotionT1RetDurMult
 
fPotionT1RetMagMult
 
fPotionT2AleDurMult
 
fPotionT2CalDurMult
 
fPotionT2RetDurMult
 
fPotionT3AleMagMult
 
fPotionT3CalMagMult
 
fPotionT3RetMagMult
 
fPowerAttackDelay
 
fPowerAttackFatiguePenalty  
 
fProjectileCollisionImpulseScale
 
fProjectileKnockMinMass
 
fProjectileKnockMultBiped
 
fProjectileKnockMultClutter
 
fProjectileKnockMultProp
 
fProjectileKnockMultTrap
 
fProjectileMaxDistance
 
fQuickKeyDownTimer
 
fRaceGeneticVariation
 
fRandomDoorDistance
 
fRechargeGoldMult
 
fReEquipArmorTime
 
fReflectedAbsorbChanceReduction
 
fRegionGenNoiseFactor
 
fRegionGenTexGenMatch
 
fRegionGenTexGenNotMatch
 
fRegionGenTexPlacedMatch
 
fRegionGenTexPlacedNotMatch
 
fRegionGenTreeSinkPower
 
fRegionObjectDensityPower
 
fRemoteCombatMissedAttack
 
fRemoveExcessiveComplexDeadTime
 
fRemoveExcessiveDeadTime
 
fRepairArmorerBase
 
fRepairArmorerMult
 
fRepairBreakApprenticeMult
 
fRepairCostMult
 
fRepairSkillBreakBase
 
fRepairSkillBreakMult
 
fRepairStrengthMult
 
fRoadPointReachDistance
 
fRumbleBlockStrength
 
fRumbleBlockTime
 
fRumbleHitBlockedStrength
 
fRumbleHitBlockedTime
 
fRumbleHitStrength
 
fRumbleHitTime
 
fRumblePainStrength
 
fRumblePainTime
 
fRumbleStruckStrength
 
fRumbleStruckTime
 
fScrollCostMult
 
fSearchPackageDistanceToTarget
 
fSearchPackageTimer
 
fSecondsBetweenWindowUpdate
 
fSecundaAngleFadeEnd
 
fSecundaAngleFadeStart
 
fSecundaAngleShadowEarlyFade
 
fSecundaSpeed
 
fSecundaZOffset
 
fSeenDataUpdateRadius
 
fShaderShadowUpdateDistance
 
fShockBoltGrowWidth
 
fShockBoltsLength
 
fShockBoltSmallWidth
 
fShockBoltsRadius
 
fShockBoltsRadiusStrength
 
fShockBranchBoltsRadius
 
fShockBranchBoltsRadiusStrength
 
fShockBranchLifetime
 
fShockBranchSegmentLength
 
fShockBranchSegmentVariance
 
fShockCastVOffset
 
fShockCoreColorB
 
fShockCoreColorG
 
fShockCoreColorR
 
fShockGlowColorB
 
fShockGlowColorG
 
fShockGlowColorR
 
fShockSegmentLength
 
fShockSegmentVariance
 
fShockSubSegmentVariance
 
fSittingMaxLookingDown
 
fSkillUseExp
 
fSkillUseFactor
 
fSkillUseMajorMult
 
fSkillUseMinorMult
 
fSkillUseSpeecMult (sic)
 
fSneakBaseValue
 
fSneakBootWeightBase
 
fSneakBootWeightMult
 
fSneakExteriorDistanceMult
 
fSneakLightMult
 
fSneakLostMin
 
fSneakMaxDistance
 
fSneakNoticedMin
 
fSneakRunningMult
 
fSneakSeenMin
 
fSneakSkillMult
 
fSneakSleepBonus
 
fSneakSoundLosMult (sic)
 
fSneakTargetAttackBonus
 
fSneakTargetInCombatBonus
 
fSneakUnseenMin
 
fSortActorDistanceListTimer
 
fSpeechCraftBase
 
fSpeechCraftMult
 
fSpeechDelay
 
fSpellCastingDetectionHitActorMod
 
fSpellCastingDetectionMod
 
fSpellmakingGoldMult
 
fSplashScale1
 
fSplashScale2
 
fSplashScale3
 
fSplashSoundHeavy
 
fSplashSoundLight
 
fSplashSoundMedium
 
fSplashSoundOutMult
 
fSplashSoundTimer
 
fSplashSoundVelocityMult
 
fStarsRotateDays
 
fStarsRotateXAxis
 
fStarsRotateYAxis
 
fStarsRotateZAxis
 
fStatsHealthLevelMult
 
fStatsHealthStartMult
 
fSubmergedAngularDamping
 
fSubmergedLinearDampingH
 
fSubmergedLinearDampingV
 
fSubmergedLODDistance
 
fSubmergedMaxSpeed
 
fSubmergedMaxWaterDistance
 
fSubSegmentVariance
 
fSunAlphaTransTime
 
fSunMinimumGlareScale
 
fSunReduceGlareSpeed
 
fSunXExtreme
 
fSunYExtreme
 
fSunZExtreme
 
fTargetSearchRadius
 
fTorchEvaluationTimer
 
fTorchLightLevelInterior
 
fTorchLightLevelMorning
 
fTorchLightLevelNight
 
fTrackDeadZoneXY
 
fTrackDeadZoneZ
 
fTrackEyeXY
 
fTrackEyeZ
 
fTrackFudgeXY
 
fTrackFudgeZ
 
fTrackJustAquiredDuration
 
fTrackMaxZ
 
fTrackMinZ
 
fTrackSpeed
 
fTrackXY
 
fTrainingCostMult
 
fTreeFarDistanceBase
 
fTreeNearDistanceBase
 
fTreeSizeConversion
 
fTreeTrunkToFoliageMultiplier
 
fTreeWindVariance
 
fUnderwaterFullDepth
 
fUpdateInterval
 
fValueofItemForNoOwnership
 
fVanityModeAutoDelay
 
fVanityModeAutoXSpeed
 
fVanityModeAutoYDegrees
 
fVanityModeAutoYSpeed
 
fVanityModeDelay
 
fVanityModeForceDefault
 
fVanityModeWheelDeadMin
 
fVanityModeWheelDefault
 
fVanityModeWheelMax
 
fVanityModeWheelMin
 
fVanityModeWheelMult
 
fVanityModeXMult
 
fVanityModeYMult
 
fWeaponClutterKnockBipedScale
 
fWeaponClutterKnockMaxWeaponMass
 
fWeaponClutterKnockMinClutterMass
 
fWeaponClutterKnockMult
 
fWeatherCloudSpeedMax
 
fWeatherFlashAmbient
 
fWeatherFlashDirectional
 
fWeatherFlashDuration
 
fWeatherTransAccel
 
fWeatherTransMax
 
fWeatherTransMin
 
fWortalchmult
 
fWortcraftChanceIntDenom
 
fWortcraftChanceLuckDenom
 
fWortcraftFatigueMag
 
fWortcraftStrChanceDenom
 
fWortcraftStrCostDenom
 
fWortStrMult




== '''Integer Game Settings''' ==
== '''Integer Game Settings''' ==
iAbsorbNumBolts
{{Template:Integer Settings List}}
 
<!-- please edit Template:Integer_Settings_List when adding new settings
iActivatePickLength
    there should be links at the bottom of the edit page -->
 
iActorKeepTurnDegree
 
iActorLuckSkillBase
 
iActorTurnDegrees
 
iAICombatMaxAllySummonCount
 
iAICombatMinDetection
 
iAICombatRestoreFatiguePercentage
 
iAICombatRestoreHealthPercentage
 
iAICombatRestoreMagickaPercentage
 
iAIDefaultAcrobaticsDodgeChance
 
iAIDefaultAttackChance
 
iAIDefaultBlockChance
 
iAIDefaultDodgeChance
 
iAIDefaultLeftRightChance
 
iAIDefaultDoNotAcquire
 
iAIDefaultFleeDisabled
 
iAIDefaultIgnoreAlliesInArea
 
iAIDefaultMeleeAlertAllowed
 
iAIDefaultPowerAttackBackwardChance
 
iAIDefaultPowerAttackChance
 
iAIDefaultPowerAttackForwardChance
 
iAIDefaultPowerAttackLeftChance
 
iAIDefaultPowerAttackNormalChance
 
iAIDefaultPowerAttackRightChance
 
iAIDefaultPrefersRangedAttacks
 
iAIDefaultRejectYield
 
iAIDefaultRushingAttackPercentChance
 
iAIDefaultYieldEnabled
 
iAIDistanceRadiusMinLocation
 
iAIFleeMaxHitCount
 
iAIFriendlyHitMinDisposition
 
iAimingNumIterations
 
iAINPCRacePowerChance
 
iAINumberActorsComplexScene
 
iAIYieldMaxHitCount
 
iAlertAgressionMin
 
iAllowAlchemyDuringCombat
 
iAllowRechargeDuringCombat
 
iAllowRepairDuringCombat
 
iAllyHitAllowed
 
iArmorBaseSkill
 
iArmorDamageBootsChance
 
iArmorDamageCuirassChance
 
iArmorDamageGauntletsChance
 
iArmorDamageGreavesChance
 
iArmorDamageHelmChance
 
iArmorDamageShieldChance
 
iArmorWeightBoots
 
iArmorWeightCuirass
 
iArmorWeightGauntlets
 
iArmorWeightGreaves
 
iArmorWeightHelmet
 
iArmorWeightShield
 
iArrowInventoryChance
 
iArrowMaxRefCount
 
iBarterDispositionPenalty
 
iBoneLODDistMult
 
iBribeAmountMax
 
iClassAcrobat
 
iClassAgent
 
iClassArcher
 
iClassAssassin
 
iClassBarbarian
 
iClassBard
 
iClassBattlemage
 
iClassCharactergenClass
 
iClassCrusader
 
iClassHealer
 
iClassKnight
 
iClassMage
 
iClassMonk
 
iClassNightblade
 
iClassPilgrim
 
iClassPriest
 
iClassRogue
 
iClassScout
 
iClassSorcerer
 
iClassSpellsword
 
iClassThief
 
iClassWarrior
 
iClassWitchhunter
 
iCollFreq
 
iCombatCastDrainMinimumValue
 
iCombatHighPriorityModifier
 
iCrimeAlarmRecDistance
 
iCrimeDaysInPrisonMod
 
iCrimeGoldAttack
 
iCrimeGoldAttackMin
 
iCrimeGoldJailBreak
 
iCrimeGoldMinValue
 
iCrimeGoldMurder
 
iCrimeGoldPickpocket
 
iCrimeGoldStealHorse
 
iCrimeGoldTresspass
 
iCurrentTargetBonus
 
iDeathDropWeaponChance
 
iDispBountyMax
 
iDispFameMax
 
iDistancetoAttackedTarget
 
iFriendHitAllowed
 
iHairColor00
 
iHairColor01
 
iHairColor02
 
iHairColor03
 
iHairColor04
 
iHairColor05
 
iHairColor06
 
iHairColor07
 
iHairColor08
 
iHairColor09
 
iHairColor10
 
iHairColor11
 
iHairColor12
 
iHairColor13
 
iHairColor14
 
iHairColor15
 
iHighDamp
 
iHighResponsibility
 
iHorseTurnDegreesPerSecond
 
iHorseTurnDegreesRampUpPerSecond
 
iHoursToRespawnCell
 
iInventoryAskQuantityAt
 
iInventoryMenuIdleDelay
 
[[iLevCreaLevelDifferenceMax]]
 
[[iLevelUp01Mult]]
 
[[iLevelUp02Mult]]
 
[[iLevelUp03Mult]]
 
[[iLevelUp04Mult]]
 
[[iLevelUp05Mult]]
 
[[iLevelUp06Mult]]
 
[[iLevelUp07Mult]]
 
[[iLevelUp08Mult]]
 
[[iLevelUp09Mult]]
 
[[iLevelUp10Mult]]
 
iLevelUpSkillCount
 
[[iLevItemLevelDifferenceMax]]
 
[[iLockLevelMaxAverage]]
 
[[iLockLevelMaxEasy]]
 
[[iLockLevelMaxHard]]
 
[[iLockLevelMaxVeryEasy]]
 
[[iLockLevelMaxVeryHard]]
 
iLowDamp
 
iLowLevelNPCMaxLevel
 
iLowResponsibilityLevel
 
iMagicLightMaxCount
 
iMagicMaxPotionsApprentice
 
iMagicMaxPotionsExpert
 
iMagicMaxPotionsJourneyman
 
iMagicMaxPotionsMaster
 
iMagicMaxPotionsNovice
 
iMagicMaxSummonedCreatureTypes
 
iMagnitudeLevelAffectsAll
 
iMapMarkerRevealDistance
 
iMapMarkerVisibleDistance
 
iMarksmanFatigueBurnPerSecondSkill
 
iMasserSize
 
iMaxArrowsInQuiver
 
iMaxPlayerSummonedCreatures
 
iMediumResponsibilityLevel
 
iMerchantRespawnDay1
 
iMerchantRespawnDay2
 
iNPCBasePerLevelHealthMult
 
iNumberActorsAllowedToFollowPlayer
 
iNumberActorsGoThroughLoadDoorInCombat
 
iNumberActorsInCombatPlayer
 
iNumberGuardsCrimeResponse
 
iPCStartSpellSkillLevel
 
iPerkAttackDisarmChance
 
iPerkBlockDisarmChance
 
iPerkBlockStaggerChance
 
iPerkExtraBarterGoldMaster
 
iPerkHandToHandBlockRecoilChance
 
iPerkHeavyarmorJumpSum
 
iPerkHeavyArmorSinkSum
 
iPerkLightArmorMasterMinSum
 
iPerkMarksmanKnockdownChance
 
iPerkMarksmanParalyzeChance
 
iPersuasionAngleMax
 
iPersuasionAngleMin
 
iPersuasionBribeCrime
 
iPersuasionBribeGold
 
iPersuasionBribeRefuse
 
iPersuasionBribeScale
 
iPersuasionDemandDisposition
 
iPersuasionDemandGold
 
iPersuasionDemandRefuse
 
iPersuasionDemandScale
 
iPersuasionInner
 
iPersuasionMaxDisp
 
iPersuasionMiddle
 
iPersuasionOuter
 
iPersuasionPower1
 
iPersuasionPower2
 
iPersuasionPower3
 
iPlayerCustomClass
 
iQuickKeyIgnoreMillis
 
iRegionGenClusterAttempts
 
iRegionGenClusterPasses
 
iRegionGenRandomnessType
 
iRemoveExcessDeadComplexCount
 
iRemoveExcessDeadComplexTotalActorCount
 
iRemoveExcessDeadCount
 
iRemoveExcessDeadTotalActorCount
 
iSecundaSize
 
iShockBranchNumBolts
 
iShockBranchSegmentsPerBolt
 
iShockDebug
 
iShockNumBolts
 
iShockSegmentsPerBolt
 
iShockSubSegments
 
iSkillApprenticeMin
 
iSkillExpertMin
 
iSkillJourneymanMin
 
iSkillMasterMin
 
iSneakSkillUseDistance
 
iSoulLevelValueCommon
 
iSoulLevelValueGrand
 
iSoulLevelValueGreater
 
iSoulLevelValueLesser
 
iSoulLevelValuePetty
 
iSpeakSoundLipDistance
 
iTrainingSkills
 
iUpdateGroups
 
iVampirismAgeOffset
 
iWortcraftMaxEffectsApprentice
 
iWortcraftMaxEffectsExpert
 
iWortcraftMaxEffectsJourneyman
 
iWortcraftMaxEffectsMaster
 
iWortcraftMaxEffectsNovice




== '''String Game Settings''' ==
== '''String Game Settings''' ==
sAbortText
{{Template:String Settings List}}
 
<!-- please edit Template:String_Settings_List when adding new settings
sActivateCreatureCalmed
    there should be links at the bottom of the edit page -->
 
sActivateNPCCalmed
 
sAddAnEffect
 
sAddIngredient
 
sAddItemtoInventory
 
sAddItemtoInventoryText
 
sAddItemtoSpellList
 
sAge
 
sAgilityDescription
 
sAll
 
sAnimationCanNotEquipArmor
 
sAnimationCanNotEquipWeapon
 
sAnimationCanNotUnequip
 
sAreaText
 
sArmor
 
sArmorWeightHeavy
 
sArmorWeightLight
 
sAttributeDamaged
 
sAttributeDescAgility
 
sAttributeDescEndurance
 
sAttributeDescIntelligence
 
sAttributeDescLuck
 
sAttributeDescPersonality
 
sAttributeDescSpeed
 
sAttributeDescStrength
 
sAttributeDescWillpower
 
sAttributeDrained
 
sAttributeIconAgility
 
sAttributeIconEndurance
 
sAttributeIconIntelligence
 
sAttributeIconLuck
 
sAttributeIconPersonality
 
sAttributeIconSmallAgility
 
sAttributeIconSmallEndurance
 
sAttributeIconSmallIntelligence
 
sAttributeIconSmallLuck
 
sAttributeIconSmallPersonality
 
sAttributeIconSmallSpeed
 
sAttributeIconSmallStrength
 
sAttributeIconSmallWillpower
 
sAttributeIconSpeed
 
sAttributeIconStrength
 
sAttributeIconWillpower
 
sAttributeNameAgility
 
sAttributeNameEndurance
 
sAttributeNameIntelligence
 
sAttributeNameLuck
 
sAttributeNamePersonality
 
sAttributeNameSpeed
 
sAttributeNameStrength
 
sAttributeNameWillpower
 
sAttributeText
 
sAutoAttempt
 
sAutoLoading
 
sAutoSaveDisabledDueToLackOfSpace
 
sAutoSaving
 
sBack
 
sBald
 
sBeard
 
sBeardcheeks
 
sBeardcircle
 
sBeardflushed
 
sBeardgoatee
 
sBeardlight
 
sBeardmoustache
 
sBladeOneHand
 
sBladeTwoHand
 
sBloodParticleDefault
 
sBloodParticleExtra1
 
sBloodParticleExtra2
 
sBloodTextureDefault
 
sBloodTextureExtra1
 
sBloodTextureExtra2
 
sBlue
 
sBluntOneHand
 
sBluntTwoHand
 
sBow
 
sBrow
 
sBrowRidge
 
sBrowRidgeInner
 
sBrowRidgeOuter
 
sButton
 
sButtonLocked
 
sBuy
 
sCancel
 
sCanNotEquipAlchemy
 
sCanNotEquipQuestArrows
 
sCanNotEquipRepairHammer
 
sCanNotEquipSoulGem
 
sCanNotEquipWornEnchantment
 
sCanNotReadBood (sic)
 
sCanNotSummonInWater
 
sCanNotTrainAnymore
 
sCanNotTrainHigher
 
sCantChangeResolution
 
sCantEquipBrokenItems
 
sCantEquipGeneric
 
sCantQuickLoad
 
sCantQuickSave
 
sCantRaiseAnyAttributes
 
sCantRemoveWornItem
 
sCantSaveNow
 
sCantUnequipGeneric
 
sCheekblush
 
sCheekboneslow
 
sCheekbonesshallow
 
sCheekbonesthin
 
sCheeks
 
sCheeksconcave
 
sCheeksround
 
sChin
 
sChinforward
 
sChinpronounced
 
sChinretracted
 
sChinshallow
 
sChinsmall
 
sChintall
 
sChinwide
 
sChoose
 
sClass
 
sClassMenuPrompt
 
sClassSpecialization
 
sCloseButton
 
sColor
 
sCombatDescription
 
sCombatImage
 
sCombatName
 
sComplexion
 
sConfirmBirthsign1
 
sConfirmBuySpell
 
sConfirmChoice1
 
sConfirmChoice2
 
sConfirmRecharge
 
sConfirmRepair
 
sConfirmRepairAll
 
sContinue
 
sContinueLastSave
 
sContinueText
 
sContractedDisease
 
sControlsMenuConfirmReset1
 
sControlsMenuConfirmReset2
 
sControlsMenuInstructions1
 
sControlsMenuInstructions2
 
sCorruptContentMessage
 
sCreate
 
sCreaturesDontYield
 
sCrimeTypeAttack
 
sCrimeTypeMurder
 
sCrimeTypePickpocket
 
sCrimeTypeSteal
 
sCrimeTypeStealHorse
 
sCrimeTypeTrespass
 
sCurrentSoul
 
sCustomClassDefaultName
 
sCustomColor
 
sDayFredas
 
sDayLoredas
 
sDayMiddas
 
sDayMorndas
 
sDaySundas
 
sDayTirdas
 
sDayTurdas
 
sDefaultCellName
 
sDefaultMessage
 
sDeleteSaveGame
 
sDeleteSuccessful
 
sDerivedAttributeDescEncumbrance
 
sDerivedAttributeDescFatigue
 
sDerivedAttributeDescHealth
 
sDerivedAttributeDescMagicka
 
sDerivedAttributeIconEncumbrance
 
sDerivedAttributeIconFatigue
 
sDerivedAttributeIconHealth
 
sDerivedAttributeIconMagicka
 
sDerivedAttributeNameEncumbrance
 
sDerivedAttributeNameFatigue
 
sDerivedAttributeNameHealth
 
sDerivedAttributeNameMagicka
 
sDeviceJoystick
 
sDeviceKeyboard
 
sDeviceMouse
 
sDeviceRemoved
 
sDiscoveredText
 
sDone
 
sDownloads
 
sDownloadsAvailable
 
sDownloadsNotAvail
 
sDropEquippedItemWarning
 
sDropQuestItemWarning
 
sDuplicateName
 
sDurationText
 
sEffectAlreadyAdded
 
sEnchantItem
 
sEnchantmentSuccess
 
sEnduranceDescription
 
sEnterName
 
sEntryInstructions1
 
sEntryInstructions2
 
sEquipItemOnPlayer
 
sEssentialCharacterDown
 
sExitGameAffirm
 
sExitGameQuestion
 
sEyebrows
 
sEyebrowsdark
 
sEyebrowslow
 
sEyebrowslower
 
sEyebrowsouter
 
sEyebrowsthick
 
sEyebrowsuppert (sic)
 
sEyebrowsvery
 
sEyelidslight
 
sEyelidspale
 
sEyeliner
 
sEyes
 
sEyesdark
 
sEyesdown
 
sEyeshadow
 
sEyesocketsbruised
 
sEyesocketsdark
 
sEyessmall
 
sEyesTex
 
sEyesTilt
 
sEyestogether
 
sEyeswhites
 
sFace
 
sFacebrow
 
sFaceforehead
 
sFaceheavy
 
sFaceround
 
sFacethin
 
sFastTravelHorseatGate
 
sFastTravelNoTravelHealthDamage
 
sFavoredAttributes
 
sFemale
 
sFileNotFound
 
sFilter
 
sFindingContentMessage
 
sFirstPersonSkeleton
 
sFloraFailureMessage
 
sFlorSuccessMessage
 
sFor
 
sForehead
 
sForeheadsmall
 
sForeheadtall
 
sForeheadtilt
 
sGender
 
sGeneralFace
 
sGeneralSkin
 
sGetAllConfiscatedItems
 
sGiveAway
 
sGold
 
sGotAwayWithStealing
 
sGoverningAttributes
 
sGreen
 
sHair
 
sHairColor0
 
sHairColor1
 
sHairColor10
 
sHairColor11
 
sHairColor12
 
sHairColor13
 
sHairColor14
 
sHairColor15
 
sHairColor2
 
sHairColor3
 
sHairColor4
 
sHairColor5
 
sHairColor6
 
sHairColor7
 
sHairColor8
 
sHairColor9
 
sHandToHandIcon
 
sHeavyArmorNoJump
 
sHeavyArmorSink
 
sHigh
 
sHitParticlesChain
 
sHitParticlesCloth
 
sHitParticlesDirt
 
sHitParticlesGlass
 
sHitParticlesGrass
 
sHitParticlesMetal
 
sHitParticlesOrganic
 
sHitParticlesSkin
 
sHitParticlesSnow
 
sHitParticlesStone
 
sHitParticlesWater
 
sHitParticlesWood
 
sHolidayEmperorsBirthday
 
sHolidayFirstPlanting
 
sHolidayHarvestsEnd
 
sHolidayJestersDay
 
sHolidayMerchantsFestival
 
sHolidayMidYearCelebration
 
sHolidayNewLifeFestival
 
sHolidayNorthWindsPrayer
 
sHolidayOldLifeFestival
 
sHolidaySecondPlanting
 
sHolidaySouthWindsPrayer
 
sHolidaySunsRest
 
sHolidayTalesAndTallows
 
sHolidayWarriorsFestival
 
sHolidayWitchesFestival
 
sIgnoreText
 
sImpossibleLock
 
sIngredientFail
 
sIntellegenceDescription
 
sInvalidPickpocket
 
sJaw
 
sJawline
 
sJawNeck
 
sJawretracted
 
sJawwide
 
sJournalTitleActive
 
sJournalTitleCompleted
 
sJournalTitleCompletedDetails
 
sJournalTitleCurrent
 
sJoyDown
 
sJoyDownLeft
 
sJoyDownRight
 
sJoyLeft
 
sJoyRight
 
sJoyUp
 
sJoyUpLeft
 
sJoyUpRight
 
sKB0
 
sKB1
 
sKB2
 
sKB3
 
sKB4
 
sKB5
 
sKB6
 
sKB7
 
sKB8
 
sKB9
 
sKBA
 
sKBABNTC1
 
sKBABNTC2
 
sKBAdd
 
sKBApostrophe
 
sKBApps
 
sKBAt
 
sKBB
 
sKBBack
 
sKBBackslash
 
sKBC
 
sKBCalculator
 
sKBCapital
 
sKBColon
 
sKBComma
 
sKBD
 
sKBDecimal
 
sKBDelete
 
sKBDivide
 
sKBDown
 
sKBE
 
sKBEnd
 
sKBEquals
 
sKBEsc
 
sKBF
 
sKBF1
 
sKBF10
 
sKBF11
 
sKBF12
 
sKBF13
 
sKBF14
 
sKBF15
 
sKBF2
 
sKBF3
 
sKBF4
 
sKBF5
 
sKBF6
 
sKBF7
 
sKBF8
 
sKBF9
 
sKBG
 
sKBH
 
sKBHome
 
sKBI
 
sKBInsert
 
sKBJ
 
sKBK
 
sKBL
 
sKBLBracket
 
sKBLControl
 
sKBLeft
 
sKBLMenu
 
sKBLShift
 
sKBLWin
 
sKBM
 
sKBMail
 
sKBMediaSelect
 
sKBMediaStop
 
sKBMinus
 
sKBMultiply
 
sKBMute
 
sKBMyComputer
 
sKBN
 
sKBNext
 
sKBNextTrack
 
sKBNumlock
 
sKBNumpad0
 
sKBNumpad1
 
sKBNumpad2
 
sKBNumpad3
 
sKBNumpad4
 
sKBNumpad5
 
sKBNumpad6
 
sKBNumpad7
 
sKBNumpad8
 
sKBNumpad9
 
sKBNumpadComma
 
sKBNumpadEnter
 
sKBNumpadEquals
 
sKBO
 
sKBOEM102
 
sKBP
 
sKBPause
 
sKBPeriod
 
sKBPlayPause
 
sKBPower
 
sKBPrevtrack
 
sKBPrior
 
sKBQ
 
sKBR
 
sKBRBracket
 
sKBRControl
 
sKBReturn
 
sKBRight
 
sKBRMenu
 
sKBRShift
 
sKBRWin
 
sKBS
 
sKBScroll
 
sKBSemicolon
 
sKBSlash
 
sKBSleep
 
sKBSpace
 
sKBStop
 
sKBSubtract
 
sKBSysRq
 
sKBT
 
sKBTab
 
sKBTilde
 
sKBU
 
sKBUnderline
 
sKBUnlabeled
 
sKBUp
 
sKBV
 
sKBVolumeDown
 
sKBVolumeup
 
sKBBW
 
sKBWake
 
sKBWebBack
 
sKBWebFavorites
 
sKBWebForward
 
sKBWebHome
 
sKBWebRefresh
 
sKBWebSearch
 
sKBWebStop
 
sKBX
 
sKBY
 
sKBZ
 
sKeyLocked
 
sKnownEffects
 
sLarge
 
sLeaveMarker
 
sLength
 
sLevelDefault
 
sLevelDoneWarning
 
sLevelPopUpText
 
sLevelUp10
 
sLevelUp11
 
sLevelUp12
 
sLevelUp13
 
sLevelUp14
 
sLevelUp15
 
sLevelUp16
 
sLevelUp17
 
sLevelUp18
 
sLevelUp19
 
sLevelUp2
 
sLevelUp20
 
sLevelUp3
 
sLevelUp4
 
sLevelUp5
 
sLevelUp6
 
sLevelUp7
 
sLevelUp8
 
sLevelUp9
 
sLips
 
sLipsflushed
 
sLipstickdarkblue
 
sLipstickdarkred
 
sLoadFromMainMenu
 
sLoadingArea
 
sLoadingContentMessage
 
sLoadingLOD
 
sLoadWhilePlaying
 
sLockedContainer
 
sLockLevelNameAverage
 
sLockLevelNameEasy
 
sLockLevelNameHard
 
sLockLevelNameImpossible
 
sLockLevelNameVeryEasy
 
sLockLevelNameVeryHard
 
sLockLevelText
 
sLook
 
sLow
 
sLowSoul
 
sLuckDescription
 
sMagicAlreadyFull
 
sMagicCastConstant
 
sMagicCastInsufficientMagicka
 
sMagicCastInsufficientSkill
 
sMagicCastMultipleBoundEffects
 
sMagicCastOKText
 
sMagicCastOnce
 
sMagicCastPowerUsed
 
sMagicCastRangedUnderwater
 
sMagicCastSilenced
 
sMagicCastWhenStrikes
 
sMagicCastWhenUsed
 
sMagicCostliestEffectRequires
 
sMagicCostliestEffectSkillOf
 
sMagicDescription
 
sMagicEffectItemAbsorb
 
sMagicEffectItemCreateLock
 
sMagicEffectItemDamage
 
sMagicEffectItemDrain
 
sMagicEffectItemFeet
 
sMagicEffectItemFor
 
sMagicEffectItemFortify
 
sMagicEffectItemIn
 
sMagicEffectItemLock
 
sMagicEffectItemOn
 
sMagicEffectItemPercent
 
sMagicEffectItemPointsPlural
 
sMagicEffectItemPointsSingular
 
sMagicEffectItemRestore
 
sMagicEffectItemSecondsPlural
 
sMagicEffectItemSecondsSingular
 
sMagicEffectItemUpToLevel
 
sMagicEffectResisted
 
sMagicImage
 
sMagicName
 
sMagicProjectileTypeBall
 
sMagicProjectileTypeBolt
 
sMagicProjectileTypeFog
 
sMagicProjectileTypeSpray
 
sMagicRangeSelf
 
sMagicRangeStrike
 
sMagicRangeTarget
 
sMagicRangeTouch
 
sMagicSchool
 
sMagicSchoolAlteration
 
sMagicSchoolConjuration
 
sMagicSchoolDestruction
 
sMagicSchoolIllusion
 
sMagicSchoolMysticism
 
sMagicSchoolRestoration
 
sMagicTypeAbility
 
sMagicTypeDisease
 
sMagicTypeEnchantment
 
sMagicTypeLesserPower
 
sMagicTypePoison
 
sMagicTypePotion
 
sMagicTypePower
 
sMagicTypeSpell
 
sMagicTypeWortcraft
 
sMagnitudeIsLevelText
 
sMagnitudeText
 
sMain
 
sMainMenu
 
sMajorSkills
 
sMakeDefaults
 
sMale
 
sMapMarkerAdded
 
sMapMarkerNotFound
 
sMaxPotionsExceeded
 
sMeditate
 
sMedium
 
sMenuDisplayAutosaveName
 
sMenuDisplayDayString
 
sMenuDisplayLevelString
 
sMenuDisplayNewSave
 
sMenuDisplayNoSaves
 
sMenuDisplayPlayTime
 
sMenuDisplayQuicksaveName
 
sMenuDisplaySave
 
sMenuDisplayShortXBoxSaveMessage
 
sMenuDisplayUnknownLocationString
 
sMenuDisplayXBoxSaveMessage
 
sMerchantNoGold
 
sMiscActiveQuests
 
sMiscApprenticeSkills
 
sMiscArtifactsFound
 
sMiscBounty
 
sMiscCharge
 
sMiscConstantEffect
 
sMiscDaysAsAVampire
 
sMiscDaysJailed
 
sMiscDiseasesContracted
 
sMiscExpertSkills
 
sMiscFame
 
sMiscGameDaysPlayed
 
sMiscHighLockLevel
 
sMiscHorsesOwned
 
sMiscHoursSlept
 
sMiscHoursWaited
 
sMiscHousesOwned
 
sMiscInfamy
 
sMiscIngredientsEaten
 
sMiscJokesTold
 
sMiscJourneymanSkills
 
sMiscLargestBounty
 
sMiscMasterSkills
 
sMiscNirnrootsFound
 
sMiscNoviceSkills
 
sMiscNumAssaults
 
sMiscNumBooksRead
 
sMiscNumHorsesStolen
 
sMiscNumKills
 
sMiscNumLocksPicked
 
sMiscNumMurders
 
sMiscNumPersonKills
 
sMiscNumPicksBroken
 
sMiscNumPlacesDiscovered
 
sMiscNumPocketsPicked
 
sMiscNumSkillBooksRead
 
sMiscNumThefts
 
sMiscNumTrespasses
 
sMiscOblivionGatesShut
 
sMiscPeopleFedOn
 
sMiscPlayerDeadLoadOption
 
sMiscPlayerDeadMenuOption
 
sMiscPlayerDeadMessage
 
sMiscPotionsMade
 
sMiscQuestsCompleted
 
sMiscSkillAdvances
 
sMiscSoulsTrapped
 
sMiscStoresInvestedIn
 
sMiscTimesCured
 
sMiscTrainingSessions
 
sMiscUnknownEffect
 
sMiscUses
 
sMissingName
 
sMissingSpellName
 
sMonthEveningStar
 
sMonthFirstSeed
 
sMonthFrostFall
 
sMonthHeartFire
 
sMonthLastSeed
 
sMonthMidYear
 
sMonthMorningStar
 
sMonthRainsHand
 
sMonthSecondSeed
 
sMonthSunsDawn
 
sMonthSunsDusk
 
sMonthSunsHeight
 
sMouseButton3
 
sMouseButton4
 
sMouseButton5
 
sMouseButton6
 
sMouseButton7
 
sMouseButton8
 
sMouseLeftButton
 
sMouseMiddleButton
 
sMouseRightButton
 
sMouth
 
sMouthChin
 
sMouthdrawn
 
sMouthhappy
 
sMouthhigh
 
sMouthLips
 
sMouthlipsdeflated
 
sMouthlipslarge
 
sMouthlipspuckered
 
sMouthprotruding
 
sMouthtilt
 
sMouthunderbite
 
sMove
 
sMoveMarker
 
sMoveMarkerQuestion
 
sMustRestart
 
sNamePotion
 
sNares
 
sNasolabiallines
 
sNewGame
 
sNo
 
sNoChange
 
sNoDevice
 
sNoDeviceSelected
 
sNoEatQuestItem
 
sNoFastTravelAlarm
 
sNoFastTravelCell
 
sNoFastTravelCombat
 
sNoFastTravelScriptBlock
 
sNoFX
 
sNoHammer
 
sNoItem
 
sNoItemsToRecharge
 
sNoJumpWarning
 
sNoLockPick
 
sNoLockPickIfCrimeAlert
 
sNoLockPickKey
 
sNoMoreFollowers
 
sNoMortor
 
sNoName
 
sNoNameCharacter
 
sNone
 
sNoPickPocketAgain
 
sNoProfileSelected
 
sNoRace
 
sNoRepairMagic
 
sNoRestart
 
sNormalWeaponsResisted
 
sNose
 
sNosebridgeshallow
 
sNosebridgeshort
 
sNosedown
 
sNoseflat
 
sNosenostrilssmall
 
sNosenostrilswide
 
sNosenostriltilt
 
sNoseregion
 
sNoseselliondown
 
sNosesellionlower
 
sNosesellionshallow
 
sNosesellionthin
 
sNoseshort
 
sNoseTex
 
sNosetilt
 
sNoSitOnOwnedFurniture
 
sNoSleepCombat
 
sNoSleepHostilActorsNear (sic)
 
sNoSleepInOwnedBed
 
sNoSleepTrespass
 
sNoSoul
 
sNoSoulGem
 
sNoSoulInGem
 
sNoTalkFleeing
 
sNoTalkUnConscious
 
sNotEnoughGold
 
sNotEnoughRoomWarning
 
sNoText
 
sNoviceSkillLevelText
 
sNoWaitHostilActorsNear (sic)
 
sNoWaitInAir
 
sNoWaitInCell
 
sNoWaitInCombat
 
sNoWaitInJail
 
sNoWaitTrespass
 
sNoWaitUnderWater
 
sNoWaitWhileAlarmSounding
 
sNPCModel
 
sNPCModelBeast
 
sOblivionCaps
 
sOff
 
sOffButtonText
 
sOfferRefused
 
sOk
 
sOKText
 
sOldDownloadsAvailable
 
sOnButtonText
 
sOpenedContainer
 
sOpenWithKey
 
sOutOfLockpicks
 
sOverEncumbered
 
sPauseText
 
sPCControlsTextNone
 
sPCControlstextPrefix
 
sPersonalityDescription
 
sPickpocket
 
sPlayer
 
sPlayerLeavingBorderRegion
 
sPlural
 
sPoisonAlreadyPoisonedMessage
 
sPoisonBowConfirmMessage
 
sPoisonConfirmMessage
 
sPoisonNoWeaponMessage
 
sPoisonStaffsNotAllowedMessage
 
sPotion
 
sPotionFailed
 
sPotionSucceded
 
sQuestAddedText
 
sQuestCompletedText
 
sQuestUpdatedText
 
sQuickKeyCantEquipBound
 
sQuickKeyConsumed
 
sQuickKeySelectedString
 
sQuickKeyString
 
sQuickKeyUnSelectedString
 
sQuickKeyUsedString
 
sQuickLoading
 
sQuickSaving
 
sQuitPastMainMenu
 
sRace
 
sRaceBodyTextureModel
 
sRaceDescription
 
sRaceFemaleFootModel
 
sRaceFemaleHandModel
 
sRaceFemaleLowerBodyModel
 
sRaceFemaleUpperBodyModel
 
sRaceFemaleUpperBodyTextureModel
 
sRaceLeftEyeModel
 
sRaceMaleFootModel
 
sRaceMaleHandModel
 
sRaceMaleLowerBodyModel
 
sRaceMaleUpperBodyModel
 
sRaceMaleUpperBodyTextureModel
 
sRaceRightEyeModel
 
sRandom
 
sRandomDoorTeleportFailureMessage
 
sRandomizeFace
 
sRangeText
 
sRed
 
sRemoveMarker
 
sRepairAll
 
sReplace
 
sReset
 
sResetFace
 
sRestartBecauseContentRemoved
 
sRestartToUseNewContent
 
sRestartToUseProfileContent
 
sRestoreName
 
sRetryText
 
sReturnToMainMenu
 
sSaveFailed
 
sSaveGameContentIsMissing
 
sSaveGameCorruptMenuMessage
 
sSaveGameDeviceError
 
sSaveGameIsCorrupt
 
sSaveGameNoLongerAvailable
 
sSaveGameNoMasterFilesFound
 
sSaveGameOutOfDiskSpace
 
sSaveNotAvailable
 
sSaveOverSaveGame
 
sSaveSuccessful
 
sScrollEquipped
 
sSearch
 
sSeasonFall
 
sSeasonSpring
 
sSeasonSummer
 
sSeasonWinter
 
sSellRange
 
sSell
 
sServeTimeQuestion
 
sSetMarkerQuestion
 
sShape
 
sSigilStoneChare
 
sSigilStrongConstantEffect
 
sSkillDecreased
 
sSkillDescAcrobatics
 
sSkillDescAlchemy
 
sSkillDescAlteration
 
sSkillDescArmorer
 
sSkillDescAthletics
 
sSkillDescBlade
 
sSkillDescBlock
 
sSkillDescBlunt
 
sSkillDescConjuration
 
sSkillDescDestruction
 
sSkillDescHandToHand
 
sSkillDescHeavyArmor
 
sSkillDescIllusion
 
sSkillDescLightArmor
 
sSkillDescMarksman
 
sSkillDescMercantile
 
sSkillDescMysticism
 
sSkillDescRestoration
 
sSkillDescSecurity
 
sSkillDescSneak
 
sSkillDescSpeechcraft
 
sSkillIconAcrobatics
 
sSkillIconAlchemy
 
sSkillIconAlteration
 
sSkillIconArmorer
 
sSkillIconAthletics
 
sSkillIconBlade
 
sSkillIconBlock
 
sSkillIconBlunt
 
sSkillIconConjuration
 
sSkillIconDestruction
 
sSkillIconHandToHand
 
sSkillIconHeavyArmor
 
sSkillIconIllusion
 
sSkillIconLightArmor
 
sSkillIconMarksman
 
sSkillIconMercantile
 
sSkillIconMysticism
 
sSkillIconRestoration
 
sSkillIconSecurity
 
sSkillIconSneak
 
sSkillIconSpeechcraft
 
sSkillIncreased
 
sSkillLevel
 
sSkillLevelApprentice
 
sSkillLevelExpert
 
sSkillLevelJourneyman
 
sSkillLevelMaster
 
sSkillLevelNovice
 
sSkillLevelTooLow
 
sSkillNameAcrobatics
 
sSkillNameAlchemy
 
sSkillNameAlteration
 
sSkillNameArmorer
 
sSkillNameAthletics
 
sSkillNameBlade
 
sSkillNameBlock
 
sSkillNameBlunt
 
sSkillNameConjuration
 
sSkillNameDestruction
 
sSkillNameHandToHand
 
sSkillNameHeavyArmor
 
sSkillNameIllusion
 
sSkillNameLightArmor
 
sSkillNameMarksman
 
sSkillNameMercantile
 
sSkillNameMysticism
 
sSkillNameRestoration
 
sSkillNameSecurity
 
sSkillNameSneak
 
sSkillNameSpeechcraft
 
sSkillText
 
sSkin
 
sSkinflushed
 
sSkinshade
 
sSkintintorange
 
sSkintintpurple
 
sSlotsFull
 
sSmall
 
sSort
 
sSoulCaptured
 
sSoulGemTooSmall
 
sSoulLevelNameCommon
 
sSoulLevelNameGrand
 
sSoulLevelNameGreater
 
sSoulLevelNameLesser
 
sSoulLevelNamePetty
 
sSpecialization
 
sSpecNameCombat
 
sSpecNameMagic
 
sSpecNameStealth
 
sSpeedDescription
 
sSpell
 
sSpellEffectiveness
 
sSpellmakingRequire
 
sSpellmakingRequire2
 
sSpellmakingSuccess
 
sSplashParticles
 
sStaff
 
sStartNewGame
 
sSteal
 
sStealhorse
 
sStealthDescription
 
sStealthImage
 
sStealthName
 
sStrengthDescription
 
sStyle
 
sSuccessfulSneakAttackEnd
 
sSuccessfulSneakAttackMain
 
sSummonedCreatureFit
 
sSwitch
 
sTargetRange
 
sTargetTypeActivate
 
sTargetTypeApply
 
sTargetTypeBrew
 
sTargetTypeCrown
 
sTargetTypeDrink
 
sTargetTypeEat
 
sTargetTypeEquip
 
sTargetTypeHorse
 
sTargetTypeOpen
 
sTargetTypeOpenDoor
 
sTargetTypeRead
 
sTargetTypeRecharge
 
sTargetTypeRepair
 
sTargetTypeSit
 
sTargetTypeSleep
 
sTargetTypeTake
 
sTargetTypeTalk
 
sTargetTypeUnequip
 
sTargetTypeVampire
 
sTheElderScrolls
 
sTitleText
 
sTo
 
sTone
 
sTopicAddedText
 
sTouchRange
 
sTraitNameAggression
 
sTraitNameConfidence
 
sTraitNameEnergy
 
sTraitNameResponsibility
 
sTravelQuestion
 
sUActnActivate
 
sUActnAutomove
 
sUActnBack
 
sUActnBlock
 
sUActnCast
 
sUActnCrouch
 
sUActnForward
 
sUActnGrab
 
sUActnJump
 
sUActnMenumode
 
sUActnQuick1
 
sUActnQuick2
 
sUActnQuick3
 
sUActnQuick4
 
sUActnQuick5
 
sUActnQuick6
 
sUActnQuick7
 
sUActnQuick8
 
sUActnQuickload
 
sUActnQuickmenu
 
sUActnQuicksave
 
sUActnRdyitem
 
sUActnRestmenu
 
sUActnRun
 
sUActnSldleft
 
sUActnSldright
 
sUActnTogglepov
 
sUActnTogglerun
 
sUActnUse
 
sUnequipItemOnPlayer
 
sVampireFeed
 
sVampireFeedQuestion
 
sVampireTalk
 
sVarlaStoneMessage
 
sVideo
 
sVieoChange
 
sViewAll
 
sVirtueNameBounty
 
sVirtueNameFame
 
sVirtueNameInfamy
 
sWait
 
sWelkyndStoneMessage
 
sWillPowerDescription
 
sXBox360Controller
 
sXboxA
 
sXboxB
 
sXboxBack
 
sXboxDPadDown
 
sXboxDPadLeft
 
sXboxDPadRight
 
sXboxDPadUp
 
sXboxDPadX
 
sXboxDPadY
 
sXboxLBumper
 
sXboxLThumb
 
sXboxLThumbDown
 
sXboxLThumbLeft
 
sXboxLThumbRight
 
sXboxLThumbUp
 
sXboxLThumbX
 
sXboxLTrigger
 
sXboxNone
 
sXboxRBumper
 
sXboxRThumb
 
sXboxRThumbDown
 
sXboxRThumbLeft
 
sXboxRThumbRight
 
sXboxRThumbUp
 
sXboxRThumbX
 
sXboxRThumbY
 
sXboxRTrigger
 
sXboxStart
 
sXboxX
 
sXboxY
 
sYes
 
sYesRestart
 
sYesText
 
sYesToAllText
 
sYieldAccepted
 
sYieldRejected
 
sYour




== '''Conceptualized Settings by Subcategory''' ==
[[Category:Gameplay Menu]]
[[Category:Gameplay Menu]]
Anonymous user