Skip to content

ValksGodotTools/Template

Repository files navigation

github_banner

GitHub stars GitHub forks License GitHub last commit Contributors GitHub watchers

Features

Hot Features

WIP Features

  • 3D FPS Scene - Minimal first-person shooter scene with character controller and pre-made weapon animations.
  • 2D Top Down Scene - A dungeon scene with enemies, room transitions and working multiplayer.
  • Inventory - A WIP re-creation of my old inventory system.
  • Draggable Nodes - Easily make any Node2D or Control draggable in-game.
  • State Manager - Implement states using delegates in your game.
  • Mod Loader - Experiment with modding capabilities with a partially functional mod loader.

Setup

  1. Ensure your .NET SDK is at least 8.0.400. Check version with dotnet --version. Update if needed: Update .NET SDK
  2. Download and install the latest Godot 4 C# release
  3. Clone with git clone --recursive https://github.com/ValksGodotTools/Template
  4. If you want to setup Template for a specific genre, continue reading here

If you are not using Windows you may need to get a Custom ENet build

Contributing

The contributing guide has been moved to the wiki.

Shoutout to Brian Shao for helping with cross-platform compatibility.

Releases

No releases published

Packages

No packages published

Languages