All Projects → Calinou → godot-cmvalley

Calinou / godot-cmvalley

Licence: MIT license
Port of the Sauerbraten clanmap cm|Valley to Godot 4.0

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to godot-cmvalley

godot-lod-demo
Demonstration project for the Level of Detail (LOD) Godot 3.x add-on
Stars: ✭ 34 (+21.43%)
Mutual labels:  godotengine, godot, godot-engine
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+8953.57%)
Mutual labels:  godotengine, godot, godot-engine
OpMon-Godot
An open source Pokemon-inspired game, now with Godot
Stars: ✭ 50 (+78.57%)
Mutual labels:  godotengine, godot, godot-engine
novemberdev soulslike darksouls godot
Dark Souls clone in 3D with Godot
Stars: ✭ 51 (+82.14%)
Mutual labels:  godotengine, godot, godot-engine
GDGotm
Official Godot plugin for gotm.io - the Godot Platform!
Stars: ✭ 43 (+53.57%)
Mutual labels:  godotengine, godot, godot-engine
Godot-3.0-Noise-Shaders
Godot 3.0 Noise Shaders
Stars: ✭ 38 (+35.71%)
Mutual labels:  godotengine, godot, godot-engine
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+592.86%)
Mutual labels:  godotengine, godot, godot-engine
godot-extras
My collection of various plugins, modules, or patches for Godot
Stars: ✭ 108 (+285.71%)
Mutual labels:  godotengine, godot, godot-engine
DartGodot
Godot + Dart 🎯
Stars: ✭ 79 (+182.14%)
Mutual labels:  godotengine, godot, godot-engine
godot-gameshell
Godot export templates and instructions for the GameShell portable game console and other single-board computers
Stars: ✭ 34 (+21.43%)
Mutual labels:  godotengine, godot, godot-engine
godot-local-notification
Godot module for local notifications (android and iOS)
Stars: ✭ 111 (+296.43%)
Mutual labels:  godotengine, godot, godot-engine
godot-performance-comparison
Godot performance comparison between the `3.x` and `master` branch
Stars: ✭ 12 (-57.14%)
Mutual labels:  godotengine, godot, godot-engine
autotiler
Autotile 47-tile blob tileset generator application with Godot export support. Based on Electron JS.
Stars: ✭ 32 (+14.29%)
Mutual labels:  godotengine, godot, godot-engine
Logic-Circuit-Simulator
A free and open-source Logic Circuit Simulator built in Godot Engine.
Stars: ✭ 23 (-17.86%)
Mutual labels:  godotengine, godot, godot-engine
godot box2d
A C++ module that integrates the Box2D library with the Godot game engine by providing nodes for standard Box2D objects.
Stars: ✭ 32 (+14.29%)
Mutual labels:  godotengine, godot, godot-engine
discord.gd
Discord Bot API wrapper for Godot. Make bots in GDScript.
Stars: ✭ 69 (+146.43%)
Mutual labels:  godotengine, godot, godot-engine
godot-admob-editor
This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations, with a beautiful UI and directly inside Godot Editor!
Stars: ✭ 43 (+53.57%)
Mutual labels:  godotengine, godot, godot-engine
Project-Map
No description or website provided.
Stars: ✭ 52 (+85.71%)
Mutual labels:  godotengine, godot, godot-engine
MySQL Module
MySQL connector to Godot Engine.
Stars: ✭ 30 (+7.14%)
Mutual labels:  godotengine, godot, godot-engine
godot-interpolated-camera3d
Provides an InterpolatedCamera3D node that replicates its 3.2.x functionality (and more)
Stars: ✭ 40 (+42.86%)
Mutual labels:  godotengine, godot, godot-engine

cm|Valley for Godot 4.0

Screenshot of cm|Valley

A port of cm|Valley for testing Godot 4.0's new renderer. Uses SDFGI for global illumination.

The OBJ and MTL files were sourced from game-maps-obj.

Looking for a smaller urban/industrial test scene? See godot-reflection.

Try it out

If you just want to run this demo, download the ZIP archive that includes all the required files.

You need a development build of Godot 4.0 to run this demo.

Once you have the project files, open the Godot Project Manager, click the Import button, then select the project.godot file of this project. Confirm importing, then edit the project (so that the resources are imported by the editor). Exit the editor (go back to the project manager), then run the project. This is to make sure the editor does not render the demo in the background, which would slow down the running project a lot.

Note: If some materials don't show up, try selecting cmvalley/cmvalley.obj in the FileSystem dock, go to the Import dock then click Reimport.

Development

If you'd like to run this demo but also be able to contribute pull requests, clone the Git repository:

git clone https://github.com/Calinou/godot-cmvalley.git

The cm|Valley OBJ file is too large to be included in the repository. Download it from this link and place it in the cmvalley/ folder. Don't replace the .mtl file contained in this repository! Otherwise, materials won't show up.

License

Copyright © 2020-2021 Hugo Locurcio and contributors

  • Unless otherwise specified, files in this repository are licensed under the MIT license, see LICENSE.md for more information.
  • The cm|Valley map is licensed under CC BY 4.0.
  • Textures in the cmvalley/ folder are licensed under various proprietary licenses. Some of them are pending replacements.

A big thanks to the Cube 2 engine community for making and releasing all these maps 🙂

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