File information

Last updated

Original upload

Created by

orax

Uploaded by

0R4X

Virus scan

Safe to use

Tags for this mod

About this mod

Add maps for the "Map" mod. SPOILER ALERT: the maps exposes some hidden details!

Requirements
Permissions and credits
Changelogs
Donations
SPOILER ALERT: the maps exposes some hidden details!


Versions
There are currently two versions you can download.


Requirements

Installation
Extract the mod archive in Subnautica\BepInEx\plugins.
This mod will not overwrite any files or map.
Do not use Vortex. Vortex creates symlinks for the map files and it seems "Map" mod does not like symlinks.


Translation
Default maps will be translated automatically according your game language. However, non-default maps will not be translated automatically. In this case, you can edit JSON files and translate the "name" entry.
For example, if you want to translate the "Detailed Map" name into another language, edit the "map.json" file and replace the string "Detailed Map" with your translation.
{
"mapId": "detailed_map",
"filepath": "map.jpg",
"name": "Detailed Map"
}



File and folder structure (partial)
Subnautica/
├─ BepInEx/
│ ├─ plugins/
│ │ ├─ SubnauticaMap/
│ │ │ ├─ settings.json
│ │ │ ├─ subnauticamap
│ │ │ ├─ SubnauticaMap.dll
│ │ │ ├─ maps/
│ │ │ │ ├─ MoreMaps/
│ │ │ │ │ ├─ active_lava_zone.jpg
│ │ │ │ │ ├─ active_lava_zone.json
│ │ │ │ │ ├─ inactive_lava_zone.jpg
│ │ │ │ │ ├─ inactive_lava_zone.json
│ │ │ │ │ ├─ jellyshroom.jpg
│ │ │ │ │ ├─ jellyshroom.json
│ │ │ │ │ ├─ lost_river.jpg
│ │ │ │ │ ├─ lost_river.json


Credits

Other mods
Full detailed map with caves (BepInEx) (by Spazzze)
New Biome Map (by Ewanc)