Repository for Giants: Citizen Godot version
Go to file
Amazed 2dcacdda33 update readme 2021-10-19 00:37:45 +02:00
.import new files 2021-10-15 23:43:27 +02:00
addons Projectile TRIGGER_GROUND 2021-10-10 15:51:46 +02:00
assets WIP: player markers 2021-10-19 00:20:29 +02:00
characters WIP: player markers 2021-10-19 00:20:29 +02:00
effects Projectile TRIGGER_GROUND 2021-10-10 15:51:46 +02:00
entities WIP: player markers 2021-10-19 00:20:29 +02:00
player refactor UI, pathfinding working, added kabuto 2021-10-18 23:49:38 +02:00
projectiles Projectile TRIGGER_GROUND 2021-10-10 15:51:46 +02:00
realistic_water_shader/art after refactor 2021-09-23 21:19:11 +02:00
scenes WIP: player markers 2021-10-19 00:20:29 +02:00
shaders/water before refactor player_controller 2021-09-22 18:04:03 +02:00
singletons more stuff 2021-10-01 15:50:16 +02:00
ui WIP: player markers 2021-10-19 00:20:29 +02:00
weapons refactor UI, pathfinding working, added kabuto 2021-10-18 23:49:38 +02:00
.gitattributes new files 2021-10-15 23:43:27 +02:00
README.md update readme 2021-10-19 00:37:45 +02:00
default_bus_layout.tres Projectile TRIGGER_GROUND 2021-10-10 15:51:46 +02:00
export_presets.cfg more stuff 2021-10-01 15:50:16 +02:00
icon.png more to LFS 2021-09-17 15:04:05 +02:00
icon.png.import init 2021-09-08 18:36:41 +02:00
project.godot refactor UI, pathfinding working, added kabuto 2021-10-18 23:49:38 +02:00

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

  1. Install Godot
  2. Install Git
    • For Windows: here
    • For Ubuntu/Debian: apt install git
    • For other distributions: you know how to install it
  3. Install Git LFS
    • For Windows: here
    • For Ubuntu/Debian: apt install git-lfs
    • For other distributions: you know how to install it
  4. 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
    
  5. Open Godot Engine, click Import in the Project Manager window, then browse to project.godot.