Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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
- Created: 2022-08-16T03:52:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T20:14:56.000Z (over 1 year ago)
- Last Synced: 2023-04-05T06:05:26.802Z (over 1 year ago)
- Topics: game, sandbox
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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)