Installs and manages CORE installations.
This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-07-07 11:04:39 +02:00
Fonts Initial commit 2023-07-07 02:47:14 +02:00
.gitattributes Initial commit 2023-07-07 02:47:14 +02:00
.gitignore Initial commit 2023-07-07 02:47:14 +02:00
Button.tres Initial commit 2023-07-07 02:47:14 +02:00
Button_NormalStyle.tres Initial commit 2023-07-07 02:47:14 +02:00
export_presets.cfg Initial commit 2023-07-07 02:47:14 +02:00
LICENSE Initial commit 2023-07-07 02:47:14 +02:00
Makefile Initial commit 2023-07-07 02:47:14 +02:00
Manager.gd Improve install process 2023-07-07 04:20:27 +02:00
Manager.tscn Initial commit 2023-07-07 02:47:14 +02:00
project.godot Migrate to Godot 4.1 2023-07-07 11:04:39 +02:00
README.md Initial commit 2023-07-07 02:47:14 +02:00
README.md.backup Initial commit 2023-07-07 02:47:14 +02:00
soscore.png Initial commit 2023-07-07 02:47:14 +02:00
TextEdit.tres Improve install process 2023-07-07 04:20:27 +02:00
TextEdit_NormalStyle.tres Initial commit 2023-07-07 02:47:14 +02:00

CORE Manager

CORE Manager installs, updates and migrates CORE installations.

Warning

This is not the CORE framework itself, just the installer. Visit StarOpenSource/core for the framework itself and it's documentation.

Download

  • Linux
  • Windows
  • macOS: Use the Windows version using Wine (code signing is the issue)

How to install/update/migrate CORE?

  1. Download and launch CORE-Manager
  2. Enter the path to your Godot project
  3. Click on Install, Update or Migrate

How does it update/migrate?

It simply makes a backup of your config.gd, removes the CORE folder, reinstalls it and copies the config.gd back.

How does it install?

It fetches this JSON file and simply downloads all files listed in there. Easy as that.