https://github.com/dealloc/icarus_editor
A simple editor for Icarus save files written in Flutter
https://github.com/dealloc/icarus_editor
Last synced: about 1 year ago
JSON representation
A simple editor for Icarus save files written in Flutter
- Host: GitHub
- URL: https://github.com/dealloc/icarus_editor
- Owner: dealloc
- Created: 2022-12-30T21:23:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T09:20:45.000Z (about 2 years ago)
- Last Synced: 2025-03-29T15:18:53.596Z (about 1 year ago)
- Language: Dart
- Size: 773 KB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Icarus save editor
A simple Icarus save file editor allowing you to quickly alter XP, credits, exotics and inventory durability.
now with dark mode support
## What if an item from a recent update isn't working?
The editor needs to be updated whenever the game files change.
You need to have a few things installed on your system to run the steps below:
- Git
- Flutter
To do this, clone this repository with Git using following command:
```shell
git clone https://github.com/dealloc/icarus_editor.git --recurse-submodules
```
Then open a powershell window in the root folder (the folder that just created after running `git clone`)
you can do this by holding shift and right clicking the empty space in the folder

and run the following command:
```powershell
cd src
..\scripts\Extract-Packs.ps1
```
This should open a popup asking to select a folder, here you need to select the root folder of your Icarus installation (under your steamapps etc):

Once you do the build runners should automatically generate the required code which you can submit in your fork.
## Screenshots



and dark mode


