Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

ficsit-felix/ficsit-felix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FICSIT - FeliX

FeliX is an application to inspect save files of the game Satisfactory. You can try it out online or download the latest release for desktop here.

It uses JavaScript, TypeScript, Vue, three.js and some other libraries. It is currently in the prototype stage. Any contributions are greatly appreciated!

Development

Install the dependencies:

cd app
yarn global add @vue/cli
yarn install

To run the application with hot reloading simply execute:

cd app
yarn serve

To use a local copy of satisfactory-json for development use yarn link. To hot-reload the library code use yarn build:watch in the satisfactory-json repository.

Licensing

All script files are distributed unter the MIT license.

Models in app/public/models are distributed under the Creative Commons Attribution-ShareAlike 4.0 International license. For attribution see the corresponding AUTHORS file.

Other useful repositories

https://github.com/AnthorNet/SC-InteractiveMap
Satisfactory-Calculator Interactive Map

https://github.com/Goz3rr/SatisfactorySaveEditor
Save file editor for Windows written in C#

https://github.com/ficsit-felix/satisfactory-json
Library to convert from Satisfactory save files to a JSON format and back