About this mod
Add maps for the "Map" mod. SPOILER ALERT: the maps exposes some hidden details!
- Requirements
- Permissions and credits
- Changelogs
- Donations
Versions
There are currently two versions you can download.
- Default version
- Alternative version created by Ragknarok78
You can read his post for more information: #comment-143011941
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
- https://forums.unknownworlds.com/discussion/comment/2375567/#Comment_2375567
- https://subnautica.fandom.com/wiki/Crater_Map#Gallery
Other mods
Full detailed map with caves (BepInEx) (by Spazzze)
New Biome Map (by Ewanc)