現在使用中のMODに関して、不具合や相性などをまとめてみました。
https://www.nexusmods.com/oblivion/mods/49096
もし存在するならば、名称はElectromancer's Ringか。
https://www.nexusmods.com/oblivion/mods/50127
Maskar's Unarmored SkillのArmorボーナス設定は次の通り。
set SKILL1.ini_shield_perk0 to 0 set SKILL1.ini_shield_perk1 to 10 set SKILL1.ini_shield_perk2 to 20 set SKILL1.ini_shield_perk3 to 30 set SKILL1.ini_shield_perk4 to 50
Display Skill Perk Effectsの表示をMaskar's Unarmored SkillのArmorボーナス設定に合わせるには次のように設定。
set lSPDMainQuest.OverrideUnarmored to 1 set lSPDMainQuest.PerksUnarmored to Sv_construct "%r%rAll effects only apply when fully unarmored.%r%rApprentice: Armor bonus of 10.%r%rJourneyman: Armor bonus of 20. Speed bonus of 10.%r%rExpert: Armor bonus of 30. Speed bonus of 10.%r%rMaster: Armor bonus of 50. Speed bonus of 10. 25%% chance to evade attacks."
set aaaaRealisticGravityMainQuest.LandStop to 0
https://www.nexusmods.com/oblivion/mods/50135
set ExUI.bEnableKeyboardMenuNavigation to 1
set ExUI.bEnableSpellDeletion to 1
; if ExUI.bEnableSpellDeletion ; InsertXML "ExUI\SpellDeleteButton.xml|magic_background" 1022 ; Let rTemp := ExUIFnClickSpellDelete ; SetMenuEventHandler "OnClick" rTemp 1022; "magic_background\magic_delete_button" ; endif
https://www.nexusmods.com/oblivion/mods/48027
https://www.nexusmods.com/oblivion/mods/50539
bUseWASDAsArrowKeys = 1
https://www.nexusmods.com/oblivion/mods/38801
aaaMigLockpickQ.skeletonNoBonus
を有効にすると、SkeletonKeyを所持しているときに気絶する。set aaaMigLockpickQ.skeletonNoBonus to 1
https://www.nexusmods.com/oblivion/mods/24729
https://www.nexusmods.com/oblivion/mods/49134
hudmainmenu_config.xml
のステータスバー座標を修正すれば解決する。Ultimate Levelingのプログレスバー表示設定
set ULVL.ini_UI_progress_bar to 1
ステータスバーの座標設定
<!-- X / Y adjustments (def. 100,-15) --> <_statusallx> 725 </_statusallx> <_statusally> -15 </_statusally>