Repository for Giants: Citizen Godot version
.import | ||
addons | ||
assets | ||
characters | ||
effects | ||
entities | ||
player | ||
projectiles | ||
realistic_water_shader/art | ||
scenes | ||
shaders/water | ||
singletons | ||
ui | ||
weapons | ||
.gitattributes | ||
default_bus_layout.tres | ||
export_presets.cfg | ||
icon.png | ||
icon.png.import | ||
project.godot | ||
README.md |
Giants: Godot Edition
Disclaimer
Giants: Godot Edition is a fan-made remake. It has no affiliation with Planet Moon or Interplay.
How to setup
- Install Godot
- From Steam (easiest)
- From the official website
- Install Git
- For Windows: here
- For Ubuntu/Debian:
apt install git
- For other distributions: you know how to install it
- Install Git LFS
- For Windows: here
- For Ubuntu/Debian:
apt install git-lfs
- For other distributions: you know how to install it
- Clone this repository
# Clone the repository (downloads all the base files) git clone https://hipstercat.fr/gogs/hipstercat/giants-godot cd giants-godot # Fetch large files (downloads all assets etc, might take an hour) git lfs checkout
- Open Godot Engine, click Import in the Project Manager window, then browse to
project.godot
.