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
There may be a way to edit the world .json file to open them, though.
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?
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.
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.
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)
Thank you!!!
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.