mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
A tool to capture a Noita world as a huge image
.vscode | ||
bin | ||
data | ||
files | ||
images | ||
scripts | ||
.gitignore | ||
.travis.yml | ||
go.mod | ||
go.sum | ||
init.lua | ||
LICENSE | ||
mod.xml | ||
README.md |
Noita MapCapture addon
Addon that captures the map and saves it as image.
A resulting image with close to 3 gigapixels can be seen here (Warning: Spoilers).
System requirements
- Windows Vista, ..., 10 (64 bit version)
- A few GB of free drive space
- 16-32 GB of RAM (But works with less as long as the software doesn't run out of virtual memory)
- A processor
- Optionally a monitor, keyboard and mouse to interact with the mod/software
- A sound card to listen to music while it's grabbing screenshots
Usage
- Have Noita installed.
- Download the latest release of the mod from this link (The
Windows.x86.7z
, not the source) - Unpack it into your mods folder, so that you get the following file structure
.../Noita/mods/noita-mapcap/mod.xml
. - Enable mod, and restart Noita.
- In the game you should see a
>> Start capturing map <<
text on the screen, click it. - 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/
. - When you think you are done, close noita.
- Start
.../Noita/mods/noita-mapcap/bin/stitch/stitch.exe
.- Use the default values to create a complete stitch.
- It will take the screenshots from the
output
folder.
- The result will be saved as
.../Noita/mods/noita-mapcap/bin/stitch/output.png
if not defined otherwise.
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.