Skip to content

❤️‍🔥 Powerful Garry's Mod Gamemode Framework

Notifications You must be signed in to change notification settings

smokingplaya/heaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

Recommendations

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

Contact me

You can contact me via discord @johngetman

About

❤️‍🔥 Powerful Garry's Mod Gamemode Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages