All Projects → hgouveia → godot-blank-starter-template-3d

hgouveia / godot-blank-starter-template-3d

Licence: MIT license
Godot 3.x basic starter project with some predefined settings to achieve an high quality look

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to godot-blank-starter-template-3d

VisualNovelKit
Combo of addons + template to create narrative games in Godot inspired by Ren'Py
Stars: ✭ 78 (+178.57%)
Mutual labels:  godot, godot-template
motion-trails
A simple motion trail renderer written in GDScript.
Stars: ✭ 52 (+85.71%)
Mutual labels:  godot
godot-cmvalley
Port of the Sauerbraten clanmap cm|Valley to Godot 4.0
Stars: ✭ 28 (+0%)
Mutual labels:  godot
Godot-Top-down-Shooter-Tutorial
This repository contains the source code for the Godot Top-down Shooter Tutorial series.
Stars: ✭ 41 (+46.43%)
Mutual labels:  godot
godot-epic-anchors
Improvement of the anchor panel UI for Godot
Stars: ✭ 26 (-7.14%)
Mutual labels:  godot
godot-shader-to-image
A simple tool to render Image from Shader with Godot (Tested on 3.2)
Stars: ✭ 30 (+7.14%)
Mutual labels:  godot
godot-gdgifexporter
Gif exporter for Godot made entirely in GDScript
Stars: ✭ 85 (+203.57%)
Mutual labels:  godot
gd-tokenizer
A small godot project with a tokenizer written in GDScript.
Stars: ✭ 34 (+21.43%)
Mutual labels:  godot
toziuha-night-oota
Opensource Metroidvania inspired on Castlevania Order of Ecclesia
Stars: ✭ 78 (+178.57%)
Mutual labels:  godot
fishgame-godot
"Fish Game" for Godot is a 2-4 player online multiplayer game created as a demo of Nakama; an open-source scalable game server, using the Godot game engine.
Stars: ✭ 153 (+446.43%)
Mutual labels:  godot
godot-ios-plugins
No description or website provided.
Stars: ✭ 53 (+89.29%)
Mutual labels:  godot
Halma
Halma Game Built With The Awesome libGDX framework
Stars: ✭ 20 (-28.57%)
Mutual labels:  godot
godot-sugar
Experimental post-processing toolkit for Godot
Stars: ✭ 37 (+32.14%)
Mutual labels:  godot
Godot FPC Base
A first person camera base project for Godot 3.x to help anyone get a jumpstart.
Stars: ✭ 39 (+39.29%)
Mutual labels:  godot
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (+46.43%)
Mutual labels:  godot
Godot-ProcGen-Dungeon-Generator
A simple Dungeon Procedural Generator using Godot.
Stars: ✭ 24 (-14.29%)
Mutual labels:  godot
Game-Examples
Godot game examples for gotm.io - the Godot Platform!
Stars: ✭ 27 (-3.57%)
Mutual labels:  godot
godot-video-rendering-demo
Demo project for high-quality offline video rendering with Godot
Stars: ✭ 69 (+146.43%)
Mutual labels:  godot
godot-cpp-cmake
CMake scripts to build cross-platform GDNative C++ bindings
Stars: ✭ 20 (-28.57%)
Mutual labels:  godot
godot-radial-menu
A radial menu for Godot, supports Mobile & Desktop
Stars: ✭ 88 (+214.29%)
Mutual labels:  godot

Blank Starter Template (3D)

This template aims to gives a basic starter project with some predefined settings to achieve an high quality look

For Godot 3.1 and above

- Warning: this template is meant to be used for hight quality look, a high end pc is required, this might not work well in a low spec machine or integrated graphics card

Project Settings:

Extras:

  • .gitignore for version control
  • Basic WASD camera navigation
  • editor_layout.cfg, to reproduce the same layout as in the screenshot, this needs to be copy into %APPDATA%/Godot/projects/REPLACE_WITH_YOUR_PROJECT

Tips:

  1. Use GIProbe to improve quality

  2. Disable View Grid and GIProbe from the viewport options, this will hide the giprobe green box, and the grid is not needed since we have a floor mesh with grid texture (but you might need enable it for snapping)

  3. Adjust the Grid material UV1 to fit better the grid, set always half of the mesh side ,

    • ex: Mesh Size X : 128 , Grid UV1 X: 64
  4. MSSA, SSAO, SSR are set at medium quality, this can be increase for better quality, or reduce for perfomance

  5. You might need to diabled SSR from the enviroment settings to increased the performance if you enviroment doesnt has too much reflections

  6. Remove the docs folder from your project and change the README.md

  7. Activate Fallback to GLES2 to support older hardware but keep in mind this will change the look of the scene

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].