A tool to capture a Noita world as a huge image
Go to file
2019-10-25 23:22:42 +02:00
.vscode Add parameters and a prompt to the stitcher 2019-10-25 19:45:23 +02:00
bin Let capturer create output folder 2019-10-25 20:25:41 +02:00
data Cleanup 2019-10-20 16:32:48 +02:00
files Update capture script 2019-10-25 17:29:52 +02:00
images Update README.md 2019-10-23 03:58:44 +02:00
scripts Another try -__- 2019-10-25 21:34:42 +02:00
.gitignore Add travis for automatic releases 2019-10-25 21:07:19 +02:00
.travis.yml Now 2019-10-25 23:01:47 +02:00
go.mod Add parameters and a prompt to the stitcher 2019-10-25 19:45:23 +02:00
go.sum Add parameters and a prompt to the stitcher 2019-10-25 19:45:23 +02:00
init.lua Update capture script 2019-10-25 17:29:52 +02:00
LICENSE Implement spiral movement 2019-10-18 22:35:51 +02:00
mod.xml Update for newest noita 2019-10-22 22:48:43 +02:00
README.md Update README.md 2019-10-25 23:22:42 +02:00

Noita MapCapture addon Build Status

Addon that captures the map and saves it as image.

A resulting image with close to 3 gigapixels can be seen here (Warning: Spoilers).

Usage

  1. Have Noita installed.
  2. Download the latest release of the mod from this link (The Windows.x86.7z, not the source)
  3. Unpack it into your mods folder, so that you get the following file structure .../Noita/mods/noita-mapcap/mod.xml.
  4. Enable mod, and restart Noita.
  5. In the game you should see a >> Start capturing map << text on the screen, click it.
  6. The screen will jump around, and the game will take screenshots automatically. Don't interfere with it. Screenshots are saved in .../Noita/mods/noita-mapcap/output/.
  7. When you think you are done, close noita.
  8. Start .../Noita/mods/noita-mapcap/bin/stitch/stitch.exe.
    • Use the default value to create a complete stitch.
    • It will take the screenshots from the output folder.
  9. An output.png with the stitched result will appear.

Advanced usage

If you use noita_dev.exe, you can enable the debug mode by pressing F5. Once in debug mode, you can use F8 to toggle shaders (Includes fog of war), and you can use F12 to disable the UI. There are some more options in the F7 and Shift + F7 menu.

License

MIT