Skip to content

Beyond 0.0.5

Choose a tag to compare

@retr0gr4d3 retr0gr4d3 released this 08 Jun 22:36

Full Changelog: 0.0.4...0.0.5

Beyond 0.0.5

Largest Beyond update yet- new spoofers, quest chain editor, HUD hotkeys, UI overhaul, and in-game hot-reload for development. This pre-compiled DLL includes hotfix commit dac1cb8.

Use at your own risk. Server-side logging and future anticheat are unknowns.


Spoofers & clientside fun

  • Weapon spoof + harvester (correct hold-pose via ItemType) - b839916
  • Pet spoof + harvester (scale/offset metadata; uses EquipItem(Pet) path) - b839916
  • Monster catalog - separate picker bucket from pets - b839916
  • Extra Fun: Monster→Pet, Become Monster, Pet Combat Anims - b839916
  • Jukebox - play/stop/restore BGM by track ID; catalog persists to UserData/Beyond/music.json - b839916
  • Merged via PR #6 - 9c1c01a

Quest automation

  • Custom quest chains - create, edit, and save named multi-quest routes - a55aa8c
  • Chain Editor window for building chains without hand-editing JSON - a55aa8c
  • User overrides at UserData/Beyond/chains.json (merged with embedded bootstrap) - e0529e1
  • Chain step field renamed iters → items - ef51263
  • Quest runner integration updates - c7e38b2
  • Merged via PR #7 - 28f296f

View, camera & hotkeys

  • Camera zoom slider (0.5×–3.0×) with reset - f30afe6
  • V vertical skill bar · U hide UI · P hide players · M hide monsters · N hide NPCs - 877531c
  • Hotkeys disabled while typing in chat - 877531c
  • Merged via PR #8 - 3701632

Cutscenes & Skill Forge

  • Auto-skip cutscenes toggle + Skip Now button (quest complete actions still fire) - 801ef50
  • Zoom resets to 1.0× when skipping cutscenes - 88a22d4
  • Skill Forge opener + stub-data mode for client-side sightseeing - f30afe6

UI & dev workflow

  • Flat square UI theme across all mod windows - 5333f10
  • Resizable mod windows with native cursor feedback - 37ca7de
  • Window position rescue + hot-reload layout recovery - 932c952
  • Hot-Reload DLL button - rebuild without restarting the client - f8fbec2
  • Local bundle override - local/ prefix loads from UserData/Beyond/customBundles/ - f746464
  • Draggable in-game bank/UI panels - 877531c
  • Merged via PR #10 - 4778c24

Performance

  • Cached GUI styles and reflection lookups; removed per-frame debug log spam - 474482f

Developer / repo

  • build.bat for one-click Release builds - 419133a
  • .sourcery.yaml for automated review hints - fd59a95
  • Patch cleanup & AEC consolidation - f746464
  • README updated with HUD hotkey docs - d389644
  • Merged via PR #11 - 2d28da8

Contributors: @retr0gr4d3, @SharpTheNightmare, @drathaxie, @wtffidy

Version bump: b11ba0e


Install

  1. Install MelonLoader (Mono) for AQWorlds: Infinity
  2. Drop Beyond_0.0.5_Alpha-0.0.238.dll into Mods/
  3. Launch and open the Beyond menu

Or build from source with Visual Studio / build.bat.

New Contributors