-
Notifications
You must be signed in to change notification settings - Fork 12
new map #7
Comments
I agree. The perfect map would actually be entirely 3D, but that's beyond my skill set. I solve this issue by having multiple "layers" that switch automatically. So when you enter the ILZ or the lost river, or the shroom caves then you get a different map, specific to that zone/area. I'm not sure the other maps would add all that much, although the X-Ray map might be interesting to add as an alternative. It looks out of data though, the east entrance to the Lost River isn't shaped like that anymore. |
Out of data? LOD3 used in Seaglide's radar and Scanner Room, if the source (AssetBundles) is no longer relevant, then on the radar in the game will be displayed incorrect data. |
Meant out of date. I created the maps I use (other than the all biome one) by actually travelling around the area and recording my route, then drawing it based on those points and the biome reported for each. Not brilliant, but fairly accurate. I have to admit though, they look gorgeous. How did you render them, is the code available somewhere? |
Yes you are right. Some entrances to underwater caves are really closed or moved to other places. It turns out that the "source" used by me is completely irrelevant.
|
Wow this is incredibly neat! You should consider joining our modding discord! We'd love to have you. https://discord.gg/9MfKs2s |
What could be really cool if to take a framework like threejs or just plain webgl and get an 3d x-ray view of where you are. |
updated maps: Used lod4worldmeshes and now everything looks much better (except for the area under the "Aurora"). I also tried to apply an array of points from /subnautica-map/data-source/*.json, мatches wherever possible: If somewhere to get the biome boundaries for each (or necessary) voxel/batch, then in addition to the depth, the map is also automatically colored according to the type of biome. If the developers again dig out new caves and tunnels, I'm afraid to imagine how long it takes to manually re-navigate along the borders. And this is if after an early release there will be a debug-console and the opportunity to be injected into the game code. |
Hey. Can I use your maps in my mod? |
Hi, I was wondering if anyone knows where I can find the lod3worldmeshes file, it doesn't seem to be located in the AssetBundles folder anymore and when I search for the file windows returns 0 results, did the subnautica devs remove the file or something? if so is there a different file I can use or could someone send me the lod3worldmeshes file? Thanks, Niels |
It looks that the world files were hidden in recent updates. I can't seem to find it anywhere in the assetbundles or streaming assets. I really wanted to make a 3d visualization map for myself :( Did you end up finding it @sampniels ? |
@Fonserbc |
I want to suggest using a relief map of the seabed. A "flat" biome map, in my opinion, is not at all interesting.
I converted the file ...\Subnautica\AssetBundles\lod3worldmeshes, which contains model of octets with a size of 160 m with a resolution of 4 m. After removing unnecessary and erroneous octets and merging them into one, it is possible to create a height map. Below are examples of ready-made maps.
Top view, applied filter Ambient Occlusion (can be combined with a biome map for the effect of relief):
![ao_map](https://user-images.githubusercontent.com/966048/34075844-64b48970-e2e4-11e7-8de3-3db42df10eea.jpg)
And here the coloring of each point is added depending on its height:
![relief_map](https://user-images.githubusercontent.com/966048/34075843-6117d380-e2e4-11e7-81f4-af8a3875f403.jpg)
The text was updated successfully, but these errors were encountered: