Icarus
VenomOfSouls Dec 23, 2022 @ 8:16pm
need help with missions to unlock regions in open world
hey im more into the open world part of the game but there are missions i need to complete in order to unlock the entire styx map anyone willing to help me do that im not good at doing things in a time limit lol
< >
Showing 1-12 of 12 comments
Fuzzy Spoons Dec 23, 2022 @ 8:36pm 
I am new to the game and would like to know as well.
Pach Dec 23, 2022 @ 9:10pm 
Doing them will not open the passages on your existing open world map.

There may be a way to edit the world .json file to open them, though.
Natjur Dec 23, 2022 @ 10:22pm 
2
Well, it DOES just open the tunnels in your current open world map, its not 'saved' in the map, its saved in your profile. The tunnels will just appear open once you have done the right mission or just edit your profile and update it

Go to
C:\Users\$user$\AppData\Local\Icarus\Saved\PlayerData\$steam64id$
Find the file Profile.json

add the following will mark you as having 'completed' the missions which unlock the tunnels and now they will appear unlocked in your current world map

(Make sure you know how to format json files, or you will lose everything)

{
"RowName": "Prospect_Styx_A_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_B_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_C_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_D_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_E_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_A_Exploration",
"Rank": 1
}
Last edited by Natjur; Dec 23, 2022 @ 10:29pm
VenomOfSouls Dec 24, 2022 @ 12:32am 
Originally posted by Natjur:
Well, it DOES just open the tunnels in your current open world map, its not 'saved' in the map, its saved in your profile. The tunnels will just appear open once you have done the right mission or just edit your profile and update it

Go to
C:\Users\$user$\AppData\Local\Icarus\Saved\PlayerData\$steam64id$
Find the file Profile.json

add the following will mark you as having 'completed' the missions which unlock the tunnels and now they will appear unlocked in your current world map

(Make sure you know how to format json files, or you will lose everything)

{
"RowName": "Prospect_Styx_A_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_B_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_C_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_D_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_E_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_A_Exploration",
"Rank": 1
}
thank you so very much!
Space Dummy Dec 24, 2022 @ 4:35am 
notepad++ is a free and very good editor for those files. You can choice the right file structure for different files and it saves it in the right format. Also, before messing with files "ALWAYS" make a backup before you start (even if you know what you are doiing lol)
StoneTiger Dec 24, 2022 @ 4:40am 
Originally posted by Natjur:
Well, it DOES just open the tunnels in your current open world map, its not 'saved' in the map, its saved in your profile. The tunnels will just appear open once you have done the right mission or just edit your profile and update it

Go to
C:\Users\$user$\AppData\Local\Icarus\Saved\PlayerData\$steam64id$
Find the file Profile.json

add the following will mark you as having 'completed' the missions which unlock the tunnels and now they will appear unlocked in your current world map

(Make sure you know how to format json files, or you will lose everything)

{
"RowName": "Prospect_Styx_A_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_B_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_C_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_D_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_E_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_A_Exploration",
"Rank": 1
}


Is there something similar or Olympus map?
Space Dummy Dec 24, 2022 @ 7:36am 
Is there something similar or Olympus map?

I gues but someone need to post the code for that and I think only someone who have done those missions wil have the code to share.
RickFrick Dec 24, 2022 @ 8:54am 
Originally posted by Space Dummy:
Is there something similar or Olympus map?

The Olympus map should not need any unlocks. There was a required mission to get the Olympus outpost at one time, but that's no longer needed now that Olympus changed to an Open World map.

BTW, anyone new to the game should definitely start with Olympus map missions and not the more difficult Styx map missions.
MaxNLIT Dec 24, 2022 @ 9:02am 
Sorry to bother, do I have to add the lines after the Talents TAG?

{
"UserID": "XXXXXXXXXXXX",
"MetaResources": [
...
...
...
],
"UnlockedFlags": [],
"Talents": [
{
"RowName": "Workshop_Envirosuit_1",
"Rank": 1
},
>>>>>> ADDING HERE?
],
"NextChrSlot": 6,
"DataVersion": 2
}

Originally posted by Natjur:
Well, it DOES just open the tunnels in your current open world map, its not 'saved' in the map, its saved in your profile. The tunnels will just appear open once you have done the right mission or just edit your profile and update it

Go to
C:\Users\$user$\AppData\Local\Icarus\Saved\PlayerData\$steam64id$
Find the file Profile.json

add the following will mark you as having 'completed' the missions which unlock the tunnels and now they will appear unlocked in your current world map

(Make sure you know how to format json files, or you will lose everything)

{
"RowName": "Prospect_Styx_A_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_B_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_C_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_D_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_E_Expedition",
"Rank": 1
},
{
"RowName": "Prospect_Styx_A_Exploration",
"Rank": 1
}
Natjur Dec 24, 2022 @ 11:10am 
Yes you are correct MaxNLIT

Add it anywhere between

"UnlockedFlags": [],
"Talents": [

*Anywhere here as long as its in its own { }*


],

(Backup the file first, cause if you get one spelling mistake, your file will not load)
Last edited by Natjur; Dec 24, 2022 @ 2:40pm
MaxNLIT Dec 24, 2022 @ 11:53am 
Originally posted by Natjur:
Yes you are correct MaxNLIT

Add it anywhere between

"UnlockedFlags": [],
"Talents": [

*Anywhere here as long as its in its on { }*


],

(Backup the file first, cause if you get one spelling mistake, your file will not load)


Thank you!!!
StoneTiger Dec 24, 2022 @ 11:21pm 
Originally posted by RickFrick:
Originally posted by Space Dummy:
Is there something similar or Olympus map?

The Olympus map should not need any unlocks. There was a required mission to get the Olympus outpost at one time, but that's no longer needed now that Olympus changed to an Open World map.

BTW, anyone new to the game should definitely start with Olympus map missions and not the more difficult Styx map missions.

Oh ok wasn't sure as I just got the game this week and have just been poking around in open world and doing a few missions. But plan on doing a longer open world play soon and didnt know if i would be limited in the areas open in either map till I seen this thread.
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Dec 23, 2022 @ 8:16pm
Posts: 12