Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yes, and no. She can't get the gear back, but our character information is stored locally now on our computers. So it's possible to locate and edit the saves files. You can give yourself more currencies (red, exotics, etc) and then re-buy the lost gear.
The save files are usually stored at
users / username / appdata / local / icarus / saved / playerdata / (long number)
In that folder, look for "profile". Open it with any text editor. Highly recommend you make a copy before touching anything though.
The file format is saved as .JSON format, which means it's mostly plain english. Just with _very_ particular formatting. In .JSON stuff, it's critical that you never erase any punctuation or formatting. It all means something. The curly brackets, commas, all of that has super specific functions.
At the very top of that file, should be a section that looks like this: ( this is from my files, I took out my steam number and replaced currency counts with "###".
{
"UserID": "***REDACTED***",
"MetaResources": [
{
"MetaRow": "Refund",
"Count": ###
},
{
"MetaRow": "Credits",
"Count": ###
},
{
"MetaRow": "Exotic1",
"Count": ###
},
{
"MetaRow": "Exotic_Red",
"Count": ###
}
],
Refund is talent respecs, credits is ren, exotic1 is purple exotics, exotic_red is prometheus red exotics.
Edit the ### to a higher number to give currencies. Then your daughter can just re-buy lost gear.
"MetaRow": "Exotic_Red",
"Count": ###
}
doesn't work. Whenever I insert that, everything else is 0 in the game. So there is wall somewhere to prevent that to edit before you actually got it ingame I suppose.
{
"MetaRow": "Exotic1",
"Count": ###
}, <--- This comma needs to be added if you're pasting in the rest.
{
"MetaRow": "Exotic_Red",
"Count": ###
} <--- The last entry doesn't have a comma.
],
If the syntax is wrong none of it reads right, thus you have zero currencies.
-------->! You need to save the entire directory c:\Users\"name your windows account"\AppData\Local\Icarus\Saved
You can do a 'full rollback' with this.
2) You can try to ‘roll back’ the save via a backup file, which is done every half hour or when you exit to the ‘character selection’ menu; until that moment everything was fine.
Mission names usually consist of a set of letters and numbers. You can determine which save was from your mission by the fact that these *.json files will have to have the latest creation date.
A fairly detailed description (by analogy)
https://steamcommunity.com/app/1149460/discussions/0/3875967397723071447/#c3875967397724100870
3) You can also try to restore via backup mounts.json (Natjur)
https://steamcommunity.com/app/1149460/discussions/0/4703539060903670612/#c4703539236095248665