Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HoldFast.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ fHoldDuration=0.5
; Long-press action for the Start (Menu) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonStartAction=Map
; Mod to open when sButtonStartAction=MCM. Leave as None to open the MCM mod list.
; Mod to open when sButtonStartAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonStartMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Start. Only applies when sButtonStartAction=MCM.
bButtonStartMCMQuickexit=true
; Long-press action for the Back (View) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonBackAction=System
; Mod to open when sButtonBackAction=MCM. Leave as None to open the MCM mod list.
; Mod to open when sButtonBackAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonBackMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Back. Only applies when sButtonBackAction=MCM.
bButtonBackMCMQuickexit=true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ fHoldDuration=0.5
; Long-press action for the Start (Menu) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonStartAction=Map
; Mod to open when sButtonStartAction=MCM. Leave as None to open the MCM mod list.
; Mod to open when sButtonStartAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonStartMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Start. Only applies when sButtonStartAction=MCM.
bButtonStartMCMQuickexit=true
; Long-press action for the Back (View) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonBackAction=System
; Mod to open when sButtonBackAction=MCM. Leave as None to open the MCM mod list.
; Mod to open when sButtonBackAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonBackMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Back. Only applies when sButtonBackAction=MCM.
bButtonBackMCMQuickexit=true
Expand Down
8 changes: 6 additions & 2 deletions docs/nexus-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ Hold a gamepad button for a configurable duration to jump directly to a menu. Ea
[size=4][b][color=#B8953E]Installation[/color][/b][/size]

[b]Mod manager (recommended):[/b]

[list=1]
[*]Install the requirements above.
[*]Install HoldFast via your mod manager.
[*]Launch Skyrim via SKSE.
[/list]

[b]Manual:[/b]

[list=1]
[*]Install the requirements above.
[*]Copy [font=Courier New]HoldFast.dll[/font] and [font=Courier New]HoldFast.ini[/font] to [font=Courier New]Data\SKSE\Plugins\[/font].
Expand All @@ -81,20 +83,21 @@ fHoldDuration=0.5
; Long-press action for the Start (Menu) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonStartAction=Map
; Mod to open when sButtonStartAction=MCM. Leave as None to open the MCM mod list.
; Mod to open when sButtonStartAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonStartMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Start. Only applies when sButtonStartAction=MCM.
bButtonStartMCMQuickexit=true
; Long-press action for the Back (View) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonBackAction=System
; Mod to open when sButtonBackAction=MCM. Leave as None to open the MCM mod list.
; Mod to open when sButtonBackAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonBackMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Back. Only applies when sButtonBackAction=MCM.
bButtonBackMCMQuickexit=true
[/code]

[b]In-game settings (optional):[/b]

If SKSE Menu Framework v3 is installed, HoldFast adds a [font=Courier New]HoldFast/Settings[/font] page in its mod control panel.
Use [b]Save to config[/b] to persist and apply changes, [b]Reload from config[/b] to discard staged edits and reload INI values, and [b]Reset to defaults[/b] to stage defaults ([font=Courier New]0.5[/font], [font=Courier New]Start=Map[/font], [font=Courier New]Back=System[/font]) until saved.

Expand All @@ -119,6 +122,7 @@ Use [b]Save to config[/b] to persist and apply changes, [b]Reload from config[/b
[/list]

Logs are written to:

[code]
%USERPROFILE%\Documents\My Games\Skyrim Special Edition\SKSE\HoldFast.log
[/code]
Expand Down