You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ It works with the regular Noita build and the dev build.
5
5
6
6

7
7
8
-
A resulting image with nearly 3.8 gigapixels can be [seen here](https://easyzoom.com/image/223556) (May contain spoilers).
8
+
Map captures created with this mod can be viewed on [map.runfast.stream] (may contain spoilers).
9
+
10
+
If you are interested in creating similar captures, or if you want to contribute your own captures to [map.runfast.stream], you can take a look at [github.com/acidflow-noita/noitamap].
11
+
There you'll find detailed step-by-step instructions on how to quickly capture large parts of the Noita world with as little visual glitches and other issues as possible.
9
12
10
13
## System requirements
11
14
@@ -55,8 +58,7 @@ To the top left of the window are 3 buttons:
55
58
- Reveals the output directory in your file browser.
56
59
This will contain raw screenshots and other recorded data that later can be stitched.
57
60
58
-
- Reveals the stitching tool
59
-
directory in your file browser.
61
+
- Reveals the stitching tool directory in your file browser.
60
62
61
63
To stitch the final result, click  to open the directory of the stitching tool.
62
64
Start `stitch.exe` and proceed with the default values.
@@ -146,7 +148,7 @@ The sliders are at their default values:
146
148
147
149
There is not a lot you can do about it:
148
150
149
-
-~~You can try to increase the usable address space of your `.../Noita/noita_dev.exe` or `.../Noita/noita.exe` with [Large Address Aware](https://www.techpowerup.com/forums/threads/large-address-aware.112556/) or a similar tool.
151
+
-~~You can try to increase the usable address space of your `.../Noita/noita_dev.exe` or `.../Noita/noita.exe` with [Large Address Aware] or a similar tool.
150
152
This will help with any crashes that are related to out of memory exceptions.~~
151
153
`Large Address Aware` is already set in newer Noita builds.
152
154
@@ -190,17 +192,28 @@ This will cause fast moving objects to completely disappear, and slow moving obj
190
192
To disable median blending, use the stitcher with `Blend tile limit` set to 1.
191
193
This will cause the stitcher to only use the newest image tile for every resulting pixel.
192
194
193
-
## Additional information
195
+
## Viewing and hosting captures
194
196
195
197
The resulting stitched images are quite big.
196
198
You can read [this comment](https://github.com/Dadido3/noita-mapcap/issues/7#issuecomment-723591552) that addresses how you can view, convert or even self-host your images.
197
199
200
+
You can use [github.com/Dadido3/noita-mapcap-openseadragon] if you want to host a browser based viewer on your own web space.
201
+
202
+
If you want to make your captures available to a wider audience, you should check out the [github.com/acidflow-noita/noitamap] project, which aims to make maps of all game modes (including mods) available to the public.
203
+
198
204
## Acknowledgements
199
205
200
-
This mod uses the [LuaNXML](https://github.com/zatherz/luanxml) library by [Zatherz](https://github.com/zatherz).
206
+
This mod uses the [LuaNXML] library by [Zatherz].
201
207
202
208
Thanks to [Daniel Niccoli](https://github.com/danielniccoli) for figuring out how to change some in-game options by manipulating process memory.
0 commit comments