I'd like to be able to 3D print a procedurally generated map from Rust. I know you can get the 3D files(.obj) for the weapons and clothing but I haven't found the 3D map files.
I have started a dedicated server to generate the map files but they're just that a .map file.
For example the name is: "proceduralmap.4000.1234.215.map" and is 50MB in size.
Is there any way to get the 3D model of the island geometry? (I don't necessarily even need the buildings on it or whatever, just the terrain would be nice, I can 3D print buildings and put it on the map afterwards).
Is there any plugin that can export the map geometry at runtime?