You are viewing a potentially older version of this package.
View all versions.
ActionBar Redux
Expand QuickSlots with highly configurable Action Slots. Customize hotbar layout and reposition HUD elements.
| Date uploaded | a week ago |
| Version | 1.2.1 |
| Download link | fierrof-ActionBar_Redux-1.2.1.zip |
| Downloads | 75 |
| Dependency string | fierrof-ActionBar_Redux-1.2.1 |
This mod requires the following mods to function
Mefino-Outward_Config_Manager
BepInEx's in-game configuration manager, customized for Outward.
Preferred version: 17.2.0README
Action Bar
A complete overhaul of the Outward Action Bar functionality, focused on stability and configuration, including per-slot empty-style cycling and weapon-based dynamic slots.
Features
Added
- Per-Slot Empty Style: Right-click in Hotkey Mode to cycle slot style (Hidden → Image → Transparent).
- Dynamic Slots: Middle-click in slot configuration mode to mark slots as dynamic and swap assignments by equipped weapon presets.
- Per-Character Skill Saving: Each character saves their own skill/item assignments.
- Global Layout Config: Rows, slots, and scale shared across all characters.
- UI Positioning: Position Hotbars with X/Y sliders or Drag & Drop.
- Config Manager Integration: Uses Mefino's Config Manager instead of custom menu.
Removed
- Equipment Sets
- Skill Chains
- Durability Display functions
- Right-click "Add Skill" context menu
⚠️ INCOMPATIBILITY NOTICE ⚠️
This mod (ActionBar_Redux) is a complete rewrite and replacement.
It is NOT COMPATIBLE with:
- The old
ActionUImod. - The old deprecated
ActionBarmod.
YOU MUST DELETE BOTH OF THESE OLD MODS IF INSTALLED. FAILING TO REMOVE THEM WILL CAUSE CRITICAL CONFLICTS.
Installation
- Ensure you have BepInEx installed.
- Extract the
ActionBarfolder into yourBepInEx/pluginsdirectory.
Configuration
Access the configuration menu via Config Manager (F5 by default) in-game.
- General: Toggle the mod, adjust scale, and HUD visibility.
- Layout: Configure rows and slots per row.
- Hotkeys: Set up your custom keybindings.
To set specific empty slot styles:
- Enter Hotkey Mode (default binding in controls).
- Right-click on any slot to cycle
Hidden → Image → Transparent.
To set dynamic slots:
- Enter slot configuration mode.
- Middle-click a slot to toggle Dynamic mode.
- Equip a weapon and drag skills/items into dynamic slots to save that weapon preset.
- Clearing a dynamic slot while that weapon is equipped removes that slot from that weapon preset.
CHANGELOG
Changelog
1.2.4
- Fixed: Profiles not saving completely
1.2.3
- Fixed: Configs not refreshing when changed
- Fixed: Some UI elements reseting on reload
1.2.2
- Fixed: Dynamic slots now work correctly with modded equipment that adds non-standard hand slots (e.g. Classfixes).
- Fixed: Main-hand non-weapon equipment (shields, off-hand items held in the main hand) no longer shares context IDs with offhand equipment, preventing preset mixups.
- Fixed: Equipment context resolution now falls back to slot-based slot scanning when standard property names are unavailable, improving compatibility with mods that expose equipment differently.
- Fixed: Non-weapon equipment context IDs are now derived from a stable UID or name hash, preventing context collisions across sessions.
1.2.1
- Fixed: Dynamic slot context now resolves both main-hand and off-hand equipment correctly (including non-weapon off-hand items like torches).
- Fixed: Combo context fallback behavior now restores expected slot assignments when the off-hand item is unequipped.
- Fixed: Slot edits made while both hands are equipped now save to the combo preset context instead of incorrectly saving only to the main-hand context.
1.2.0
- Added: Per-slot empty style cycling in slot configuration mode (
Hidden → Image → Transparent). - Added: Dynamic slots with weapon-based presets:
- Toggle dynamic state with middle-click in slot configuration mode.
- Equipping weapons applies saved dynamic slot presets when available.
- Drag/drop updates the active weapon preset for dynamic slots.
- Clearing a dynamic slot removes that slot from the active weapon preset.
1.1.2
- Fixed: Interaction tooltip appearing at the top of the screen. Implemented auto-detection to identify the container holding the interaction prompt and exclude it from positioning, ensuring it remains in its correct place.
1.1.1
- Fixed: Bug where the interaction tooltip was on the top.
1.1.0
- Added: Precise UI Positioning:
- X/Y Sliders in Config Manager.
- Two-way binding between Config Manager and Visual Drag Editor.
- "Center X" and "Center Y" buttons to alignment.
- Fixed: UI Dragging no longer snaps the bar back to incorrect positions.
- Fixed: "Reset Positions" button now correctly resets both UI and configuration values.
- Fixed: Configuration changes (Rows, Slots) apply immediately and reliably.
- Removed: "Equipment Sets" completely removed this time.
1.0.2
- Documentation: Fixed README formatting and deduplication.
- Documentation: Fixed Changelog display on Thunderstore.
1.0.1
- Documentation: Added critical warning about incompatibility with legacy ActionUI mod.
- Documentation: Added instructions to uninstall the old mod.
1.0.0
- Initial release of the revamped Action Bar mod.
- Added:
- Hide/Disable Slots: Right-click in Hotkey Mode to toggle slot visibility.
- Global Layout Config: Rows, slots, scale, disabled slots shared across all characters.
- Config Manager Integration: Uses Mefino's Config Manager.
- Fixed:
- Addressed significant stability issues regarding bar resets and item assignment.
- Fixed vanilla keyboard quickslots overlapping.