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
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Addon that captures the map and saves it as image.
4
4
5
5

6
6
7
-
A resulting image with close to 3 gigapixels can be [seen here](https://easyzoom.com/image/158284/album/0/4) (Warning: Spoilers).
7
+
A resulting image with 3.8 gigapixels can be [seen here](https://easyzoom.com/image/159431) (Warning: Spoilers).
8
8
9
9
## System requirements
10
10
@@ -80,26 +80,32 @@ For the best experience and result, follow these steps:
80
80
internal_size_w="840"
81
81
window_h="840"
82
82
window_w="840"
83
+
fullscreen="0"
83
84
framerate="600"
84
85
...
85
86
>
86
87
```
87
88
88
-
3. Start `.../Noita/noita_dev.exe`
89
-
- If it's not there, copy it from `.../Noita/tools_modding/noita_dev.exe`
90
-
- If it's there, check if it is recent. If not, also copy it.
89
+
If that file doesn't exist do step 3 and 5, and come back here.
90
+
91
+
3. Copy `.../Noita/tools_modding/noita_dev.exe` to `.../Noita/noita_dev.exe`.
92
+
- Also copy it again, if there was an update.
93
+
94
+
4. Patch your `.../Noita/noita_dev.exe` with [Large Address Aware](https://www.techpowerup.com/forums/threads/large-address-aware.112556/) or a similar tool.
95
+
96
+
5. Start `.../Noita/noita_dev.exe`.
91
97
- Click `Ignore always` on the `ASSERT FAILED!` requester.
92
98
93
-
4. When the game is loaded (When you can control your character):
99
+
6. When the game is loaded (When you can control your character):
94
100
- Press `F5`, `F8` and `F12` (In that order).
95
101
- Press `F7`, and disable `mTrailerMode` in the menu. (This should reduce chunk loading problems)
96
102
- Press `F7` again to close the menu.
97
103
98
-
5. Press the `>> Start capturing full map <<` button.
104
+
7. Press the `>> Start capturing full map <<` button.
0 commit comments