You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.import | 1 year ago | |
addons | 1 year ago | |
assets | 1 year ago | |
characters | 1 year ago | |
effects | 1 year ago | |
entities | 1 year ago | |
player | 1 year ago | |
projectiles | 1 year ago | |
realistic_water_shader/art | 2 years ago | |
scenes | 1 year ago | |
shaders/water | 2 years ago | |
singletons | 1 year ago | |
ui | 1 year ago | |
weapons | 1 year ago | |
.gitattributes | 1 year ago | |
README.md | 1 year ago | |
default_bus_layout.tres | 1 year ago | |
export_presets.cfg | 1 year ago | |
icon.png | 2 years ago | |
icon.png.import | 2 years ago | |
project.godot | 1 year ago |
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
.