Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smokingplaya/heaven

❤️‍🔥 Powerful Garry's Mod Gamemode Framework
https://github.com/smokingplaya/heaven

framework gamemode gmod lua

Last synced: about 1 month ago
JSON representation

❤️‍🔥 Powerful Garry's Mod Gamemode Framework

Awesome Lists containing this project

README

        

# Heaven
WIP Garry's Mod framework for easy and proper gamemodes creation.

# Code guideline
Our code guide is based on javascript code practices.
1. 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)
2. Make full use of [LuaLS](https://wiki.facepunch.com/gmod/LuaLanguageServer) wherever possible.
3. 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).
4. Your code needs to be optimized.
5. Don't reinvent the wheel. Before implementing any functionality, make sure it doesn't already exist.

# Contributions
All Contributions to our project are welcome!\
Your changes should be useful, and they should also respect our [Code Guideline](#code-guideline).

# Recommendations
1. Use VSCode for development
2. **Host gmod game server on linux!!!**

# Contact me
You can contact me via discord @johngetman