Skip to content

Generated Config Examples

mlthelama edited this page Jan 14, 2023 · 2 revisions
  • Important for it to work are uHandSelection, sSelectedItemForm, uType, uSlotAction
  • uHandSelection (0 = single, 1 = both)
  • sSelectedItemForm (mod.esp|form)
  • uType (0 = weapon, 1 = magic, 2 = shield, 3 = shout, 4 = power, 5 = consumable, 6 = item/armor, 7 = scroll, 8 = misc)
  • uSlotAction (0 = equip, 1 = instant), Instant will only work for Magic/Spells and Powers (the equipped slots will stay as they are)
  • uSelectedItemLeft same as sSelectedItemForm (Just set if the Weapon/Spell does not use both Slots)
  • uTypeLeft same as uType (but it does not need to have the same type)

Example for Bow, needs Both hands

[Page0Position0]
uPage = 0
uPosition = 0
uType = 0
sSelectedItemForm = Simple Smithing Overhaul.esp|93fbf
uSlotAction = 0
uHandSelection = 1
uTypeLeft = 0
sSelectedItemFormLeft = 
uSlotActionLeft = 0

Example for Magic, Instant Casting, 2 Spells

[RightPage]
uHandSelection = 0
uType = 1
sSelectedItemForm = Skyrim.esm|5ad5c
uTypeLeft = 1
uSelectedItemLeft = 1
sSelectedItemFormLeft = MysticismMagic.esp|c4dc3a
uSelectedItem = 0
uSlotAction = 1
uSlotActionLeft = 1

Example Dual Wield

[Page0Position2]
uPage = 0
uPosition = 2
uType = 0
sSelectedItemForm = Simple Smithing Overhaul.esp|93fc6
uSlotAction = 0
uHandSelection = 0
uTypeLeft = 0
sSelectedItemFormLeft = Simple Smithing Overhaul.esp|93fc6
uSlotActionLeft = 0

Example Potion

[Page0Position3]
uPage = 0
uPosition = 3
uType = 5
sSelectedItemForm = Skyrim.esm|39be4
uSlotAction = 0
uHandSelection = 1
uTypeLeft = 0
sSelectedItemFormLeft = 
uSlotActionLeft = 0