Skip to content

Making your own version of Burgerstation (modular code)

BurgerLUA edited this page Dec 1, 2020 · 1 revision

This is for those looking to create a custom server of Burgerstation (like a roleplay server with code changes to support roleplay, or a themed server that also requires code/asset changes)

Before making your own version.

Understand that Burgerstation is a heavy WIP. Nearly everything will change during development, so this guide exists to give you less of a headache if you like the code and where it is going.

Contact Burger

Contact me on discord for help and assistance regarding this. You do not need my permission to create your own version of Burgerstation (just follow the licence) but you most definitely should be in contact with me for questions on how to do things or how to remove features.

Using the addons folder.

Any changes you wish to make should go in the addons folder. If a change you make cannot go in the addons folder, contact burger so they can modularize the code better. The addons folder exists as a "safe zone" that won't create github conflict for you.