
How to Avoid Long Missions / How to Cheat!
I ran into this too trying to get to the ice area. If you’re not interested in doing the long missions required for them to be opened (as I wasn’t) I found a way around it:
Open this file in a text editor (Notepad is easiest, generally).
- %localappdata%\Icarus\Saved\PlayerData\<steamID>\Profile.JSON
Styx: Inside the brackets after “Talents”:If there’s an existing set of talents, go to the end and add a comma, if not simply add a new line between the brackets. Either way, paste the following:
{
"RowName": "Prospect_Styx_A_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_A_Exploration",
"Rank": 1
},
{
"RowName": "Prospect_Styx_B_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_E_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_C_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_D_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_B_Exploration",
"Rank": 1
},
{
"RowName": "Prospect_Styx_C_Exploration",
"Rank": 1
},
{
"RowName": "Prospect_Styx_E_Exploration",
"Rank": 1
},
{
"RowName": "Prospect_Styx_D_Exploration",
"Rank": 1
}
Be the first to comment