Repository for Giants: Citizen Godot version
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.
 
 
 
Amazed 2dcacdda33 update readme 1 year ago
.import new files 1 year ago
addons Projectile TRIGGER_GROUND 1 year ago
assets WIP: player markers 1 year ago
characters WIP: player markers 1 year ago
effects Projectile TRIGGER_GROUND 1 year ago
entities WIP: player markers 1 year ago
player refactor UI, pathfinding working, added kabuto 1 year ago
projectiles Projectile TRIGGER_GROUND 1 year ago
realistic_water_shader/art after refactor 2 years ago
scenes WIP: player markers 1 year ago
shaders/water before refactor player_controller 2 years ago
singletons more stuff 1 year ago
ui WIP: player markers 1 year ago
weapons refactor UI, pathfinding working, added kabuto 1 year ago
.gitattributes new files 1 year ago
README.md update readme 1 year ago
default_bus_layout.tres Projectile TRIGGER_GROUND 1 year ago
export_presets.cfg more stuff 1 year ago
icon.png more to LFS 2 years ago
icon.png.import init 2 years ago
project.godot refactor UI, pathfinding working, added kabuto 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

  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.