JackTheBox allows for client & server modifications to s&box independent of the current gamemode (or even in the absence of a gamemode).
- Hotloading support
- Load context support (Realms)
- (WIP) Gamemode specific support
- Bypasses access control
demo.mp4
- Compile the jackthebox library (or grab the latest release from github) and inject it into the s&box process.
- Compile an addon (i.e.
example_addon
) and move the assembly into the correct realm directory (ex. sbox/sideload/client)