This project is a bare-bones implementation of the framework that our studio uses to develop games. The purpose of this project is to be copied as a basis for creating new projects for more rapid studio production.
The framework relies on the following dependencies and libraries to run effectively.
- ProfileService - by Loleris
- Promise - by Evaera
- Signal - by Sleitnick
- Net - by Sleitnick
- Janitor - by howmanysmall
- Aftman
- Rojo (required)
- Wally
These are instructions for installing this framework to be used with your own projects. This workflow does not support in-studio installation and must be installed on local files and synced or built with Rojo.
- Copy the Repo URL (Code -> Local -> HTTPS -> Copy)
- In VS-Code press Ctrl + Shift + P to Open Command Palette
- Git Clone
- Paste the URL
- Select a new folder for your project.
- Done
- Create a folder on your computer.
- Open your folder in command line.
- Type
git clone https://github.com/username/reponame.git - Done
- globals: Inserts ReplicatedStorage and path to Globals module.
- newmod: Inserts boiler plate code for new Services/Controllers.
- package: Shortcut to insert variables for packages.