One More Jump: Toolkit
Disclaimer: Made by a human, using AI tooling.
Toolkit for OMJ (Roguelite mod).
One More Jump: Toolkit exposes shared APIs, Unity authoring components, validation conventions, guarded runtime hooks, and experimental campaign scripting cards. It should not alter vanilla gameplay unless another mod, a campaign graph, a Toolkit Unity component, a config entry, or an activation shim explicitly opts into a feature.
Current contents
- Toolkit foundation APIs for logging, dependency checks, feature registration, and Harmony instance creation through AGMLIB.
- Toolkit Auto Pew: opt-in autonomous defensive turret support for strike craft and mod authors.
- Unity authoring package support for Toolkit components, including Auto Pew, Multi-Tube, Logistics, Vertical Docking, and experimental authoring surfaces.
- Metadata for vertical docking subscriber mods.
- Experimental campaign scripting cards under OneMoreJumpExperimental > Run, Routes, Rewards, Variables, and Debug.
Unity authors
After subscribing, open this Workshop item folder and extract:
UnityAuthoring/OneMoreJumpToolkitUnityAuthoring.zip
Keep the Toolkit DLL at:
Assets/Plugins/OneMoreJumpToolkit/OneMoreJump.Toolkit.Mod.dll
Then run:
One More Jump Toolkit > Validate Project Setup
Publish your mod with One More Jump: Toolkit as a Workshop dependency rather than bundling Toolkit or dependency DLLs.
Requires
- AGMLIB