You are viewing a potentially older version of this package. View all versions.
gabrielgad-CommandQueueExtended-2.0.0 icon

CommandQueueExtended

Queue up items with Command artifact. Now with unlimited named saves, pagination, all item tiers (Boss, Lunar, Void), and improved UI.

Date uploaded 2 weeks ago
Version 2.0.0
Download link gabrielgad-CommandQueueExtended-2.0.0.zip
Downloads 1509
Dependency string gabrielgad-CommandQueueExtended-2.0.0

This mod requires the following mods to function

RiskofThunder-HookGenPatcher-1.2.9 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.9
bbepis-BepInExPack-5.4.2121 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2121

README

CommandQueueWithSaveFix

Queue up items you want to automatically pick up with the Command artifact. This is a fixed and extended version with save/load functionality.

Features

  • Auto-pickup queue - Queue items to automatically pick them up when using Command artifact
  • All item tiers supported - White, Green, Red, Boss, Lunar, and all Void tiers
  • Unlimited named saves - Save your queues with custom names
  • Text input for naming - Type your own save names
  • Pagination - Navigate through all your saves
  • Edit/Rename saves - Click Edit to rename any save
  • Delete saves - Remove saves you no longer need

Usage

  1. Enable the Command artifact
  2. Start a run and press Tab to open the scoreboard
  3. You'll see tabs for each item tier (White, Green, Red, Boss, Lunar, Void, etc.)
  4. Click on items to add them to your queue
  5. Go to the Saves tab to save/load your queues

Saves Tab

  • Text input field - Type a name for your save
  • Save button - Creates a new save with your queue
  • Load - Click a save to load it
  • Edit - Click to rename a save (puts name in input field, click Apply when done)
  • X - Delete a save
  • < > - Navigate between pages

Config

Edit BepInEx/config/com.kuberoot.commandqueuewithsave.cfg to customize:

  • Which item tiers have queue tabs
  • UI scaling options

Credits

  • Original CommandQueue by KubeRoot
  • SaveLoad functionality by Nickg11
  • Alloyed Collective fix and extended features

Changelog

v2.0.0

  • Added unlimited named saves with pagination
  • Added text input for custom save names
  • Added all item tiers (Boss, Lunar, Void)
  • Added Edit/Rename functionality
  • Fixed compatibility with Alloyed Collective update
  • Improved UI layout

v1.7.0

  • Fixed for Alloyed Collective update
  • Uses PickupTransmutationManager API
  • Deferred config initialization