Skip to content

Commit 1d83b0d

Browse files
committed
Update README.md
1 parent 442c8f7 commit 1d83b0d

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cSpell.words": [
33
"aabb",
4+
"acidflow",
45
"appdata",
56
"autosetup",
67
"backbuffer",
@@ -40,14 +41,17 @@
4041
"nfnt",
4142
"Niccoli",
4243
"noita",
44+
"noitamap",
4345
"Nolla",
4446
"NXML",
47+
"openseadragon",
4548
"pixelated",
4649
"polymorphed",
4750
"promptui",
4851
"rasterizer",
4952
"Regen",
5053
"respawn",
54+
"runfast",
5155
"savegames",
5256
"schollz",
5357
"screenshake",

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ It works with the regular Noita build and the dev build.
55

66
![Title image](images/title.png)
77

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.
912

1013
## System requirements
1114

@@ -55,8 +58,7 @@ To the top left of the window are 3 buttons:
5558
- ![Output directory button](files/ui-gfx/open-output-16x16.png) Reveals the output directory in your file browser.
5659
This will contain raw screenshots and other recorded data that later can be stitched.
5760

58-
- ![Stitch button](files/ui-gfx/stitch-16x16.png) Reveals the stitching tool
59-
directory in your file browser.
61+
- ![Stitch button](files/ui-gfx/stitch-16x16.png) Reveals the stitching tool directory in your file browser.
6062

6163
To stitch the final result, click ![Stitch button](files/ui-gfx/stitch-16x16.png) to open the directory of the stitching tool.
6264
Start `stitch.exe` and proceed with the default values.
@@ -146,7 +148,7 @@ The sliders are at their default values:
146148

147149
There is not a lot you can do about it:
148150

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.
150152
This will help with any crashes that are related to out of memory exceptions.~~
151153
`Large Address Aware` is already set in newer Noita builds.
152154

@@ -190,17 +192,28 @@ This will cause fast moving objects to completely disappear, and slow moving obj
190192
To disable median blending, use the stitcher with `Blend tile limit` set to 1.
191193
This will cause the stitcher to only use the newest image tile for every resulting pixel.
192194

193-
## Additional information
195+
## Viewing and hosting captures
194196

195197
The resulting stitched images are quite big.
196198
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.
197199

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+
198204
## Acknowledgements
199205

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].
201207

202208
Thanks to [Daniel Niccoli](https://github.com/danielniccoli) for figuring out how to change some in-game options by manipulating process memory.
203209

204210
## License
205211

206212
[MIT](LICENSE)
213+
214+
[github.com/acidflow-noita/noitamap]: https://github.com/acidflow-noita/noitamap
215+
[github.com/Dadido3/noita-mapcap-openseadragon]: https://github.com/Dadido3/noita-mapcap-openseadragon
216+
[Large Address Aware]: https://www.techpowerup.com/forums/threads/large-address-aware.112556/
217+
[LuaNXML]: https://github.com/zatherz/luanxml
218+
[map.runfast.stream]: https://map.runfast.stream
219+
[Zatherz]: https://github.com/zatherz

0 commit comments

Comments
 (0)