Skip to content

Home

C.G.T - is a game template that aims to simplify the game prototyping and development process by providing a standardized development environment. C.G.T provides you with all the essential tools you would need to start a new project and prevent you from shooting yourself in the foot by spending time on the non-prototyping-related parts of the project.

Info

Contribute to C.G.T. If you make a Service or Controller that you find very helpful and you think it should be included. Make a pull request or contact me or share it in the discord server.

Contact Github

Info

C.G.T is still in beta. A lot of aspects are subject to change.

Services currently available

  • PlayerDataService - A module to manage the loading and unloading of player data.
  • PlayerTempDataService - A module to manage the loading and unloading of temporary player data.
  • CommandBarService - A module that allows you to easily create admin commands using the CMDR module by Evaera❤️.

Controllers currently available

  • CommandBarController - Register's keybindings for opening the CommandBar.

Services in the works

  • ProductService - A module that allows you to manage all purchases that happen in the game and reports this to both PlayerDataService and GameAnalyticsService.
  • SettingsService - A module to manage players settings and create events for settings changes.

Controllers in the works

  • SettingsService

Get Started