Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.46 KB

File metadata and controls

36 lines (31 loc) · 1.46 KB

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:

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 powershell and run the following command:

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): folder Once you do the build runners should automatically generate the required code which you can submit in your fork.

Screenshots

charcter editor item editor profile editor and dark mode charcter editor (dark mode) item editor (dark mode) profile editor (dark mode)