https://github.com/emesare/jackthebox
JackTheBox allows for client & server modifications to s&box independent of the current gamemode (or even in the absence of a gamemode).
https://github.com/emesare/jackthebox
game sandbox
Last synced: 4 months ago
JSON representation
JackTheBox allows for client & server modifications to s&box independent of the current gamemode (or even in the absence of a gamemode).
- Host: GitHub
- URL: https://github.com/emesare/jackthebox
- Owner: emesare
- Archived: true
- Created: 2022-08-16T03:52:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T20:14:56.000Z (over 2 years ago)
- Last Synced: 2025-03-15T15:53:39.710Z (4 months ago)
- Topics: game, sandbox
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JackTheBox
JackTheBox allows for client & server modifications to s&box independent of the current gamemode (or even in the absence of a gamemode).
## Features
- Hotloading support
- Load context support (Realms)
- (**WIP**) Gamemode specific support
- Bypasses access control## Demo
https://user-images.githubusercontent.com/35282038/193326130-3ad822fe-8696-4f5f-9313-c61aaa78cff7.mp4
## Guide
1. Compile the jackthebox library ([or grab the latest release from github](https://github.com/emesare/jackthebox/releases/tag/master)) and inject it into the s&box process.
2. Compile an addon (i.e. `example_addon`) and move the assembly into the correct realm directory (ex. sbox/sideload/client)