First person controller for Godot 4.1
This project is a template for creating advanced Third/First Person movement in GodotSupports CharacterBody3D, and RigidBody3D.Current Features :Stance System :StandCrouchGait System :WalkRunSprintView Mode System :First PersonThird PersonSmooth Rotation System :Velocity DirectionLooking Direction : In Place Rotation and orientation warpingInAir RotationAim RotationDistance Matching :Stop AnimationOrientation warpingMotion warpingCamera system :FOV change on speedCamera Inertia Flashlight(G) To toggle High graphics : SDFGI (Global illumination),SSIL, SSAO,SSR,Glowgithub : https://github.com/ywmaa/Advanced-Movement-System-Godot
1.Randomly set cell2.smooth3.eliminate small hole and wall4.connect all rooms to main room
This is a simple fps template made for speeding up development of fps games.Main level was made using the devblocks add-on with kenneys dev textures.
A game template for making match3 game
This is a thirdperson controller made with C# in the .NET version of Godot 4.0. It doesn't have sounds or a complex model so you just have what you really need.It rotates your input and smoothly rotates your mesh to the camera rotation.You can watch the great demo video
Godot 4 Fast-Paced (Authoritative Server) Game + Network Framework for FPS and TPS Games with working Example and DocumentationNetwork features- Client-side prediction of player entities- Client-side interpolation of remote entities- Backwards reconciliation and replay- Real-time adjustment of client simulation speed to optimize server's input buffer (Overwatch's method).- Server-side lag compensation- Master server in godot (without 3d)- Master and multi clients in one project (split screen)- Optimized netcode (Quake, Overwatch, Valve methods)- Remote de(activation) of player components- Ready to use godot nodes (ex. ServerPlayer, ServerWorld, ServerLogic..)- Server variable sharing between server and client (ServerVars)- RCON Implementation for Server ManagementPhysics- Full implemented TPS and FPS Movement (Quake style)- Crouching- Customizeable movementHelpersComponent system (for extending characters and game world)Registration services (Full threaded services like Networking)Async world loaderand many more helpfull tools
This is a very simple template of a top-down 2D twin stick shoot-em-up.This includes:- Enemies- Player- Gun- Shaky Cam- Sound- Too many particle effects- Things to collect- (new) revival
Game jam template for Godot 4Features* Dialogue system* Settings & keybinds* Saving and loading* 2d players (sidescroller, top-down, click to move)* Title screen and credits* Interactable object
Point and click template for Godot 4
A simple Godot networking system for connecting to an online server, spawning players, and updating positions.
A template for quickly getting started with WebXR projects in Godot.