Skip to content
joric edited this page Jun 4, 2026 · 46 revisions

Welcome to the subnautica2_tileset wiki!

General Info

TL;DR: I've made a UE4SS script that moves the camera around and captures the RenderTarget into tiles.

Tilesets

Capture V1

  • Alpha version. Uses TileCaptureRT_v1.lua, montage_16x16.cmd, make_tiles_vips.cmd (see scripts directory).
  • Source tile size 2048p, grid 16x16, chunk size 25600. Centered on observatory.
  • Map bounds in chunks (multiply by 25600): {left:-17, top:8, right: -1, bottom: 24}
  • Destination tile size 512p, 6 zoom levels (32k map).
  • See https://github.com/joric/subnautica/wiki/ for details.

Capture V2

Clone this wiki locally