Skip to content

UI-Utils 26x CevAPI v0.4

Choose a tag to compare

@cev-api cev-api released this 16 May 08:27
· 24 commits to main since this release
  • Added Autoduper as a new beta feature.
  • Added Autoduper options UI with:
    • Verbose Mode toggle
    • Structured categories (Movement / Close / Reopen / Finish)
    • Hybrid Command+Interact Open toggle
    • Finish action toggles (Leave+Send, Disconnect+Send)
    • Improved category-page centering/layout
  • Added a generalized keybind action system (many UI-Utils actions are now bindable).
  • Added a new in-game Keybinds screen for assigning and clearing keys.
  • Refactored hotkey handling.
  • Added configurable UI Close Delay and Command/Chat Delay (tick-based).
  • Updated delay-aware behavior for:
    • .uiutils close
    • .uiutils desync
    • .uiutils chat
  • Added new .uiutils commands:
    • closedelay <ticks>
    • commanddelay <ticks> / cmddelay <ticks>
    • autoduper hybrid [openCommand]
  • Added new persisted settings fields:
    • keyBinds
    • uiCloseDelayTicks
    • uiCommandDelayTicks
    • autoduperVerboseMode
    • autoduperHybridOpen
    • autoduperFinishLeaveSend
    • autoduperFinishDisconnectSend
  • Updated Advanced Packet Tool UI readability