WIP Garry's Mod framework for easy and proper gamemodes creation.
Our code guide is based on javascript code practices.
- Use camel case in variable names, table values, and anything else. (do not use the snake case anywhere or for any cost whatsoever, it's ugly)
- Make full use of LuaLS wherever possible.
- All data operations should not be performed by the game server, instead use a remote web server that will manage all data. (our framework is designed for this).
- Your code needs to be optimized.
- Don't reinvent the wheel. Before implementing any functionality, make sure it doesn't already exist.
All Contributions to our project are welcome!
Your changes should be useful, and they should also respect our Code Guideline.
- Use VSCode for development
- Host gmod game server on linux!!!
You can contact me via discord @johngetman