mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Update README.md
This commit is contained in:
parent
801fb10f81
commit
51d8e803a5
31
README.md
31
README.md
@ -1,10 +1,37 @@
|
|||||||
# Noita MapCapture addon
|
# Noita MapCapture addon
|
||||||
|
|
||||||
Addon that captures the map and saves it as image. Not much to see here yet.
|
Addon that captures the map and saves it as image.
|
||||||
|
|
||||||
|
![](images/example1.png)
|
||||||
|
|
||||||
## State
|
## State
|
||||||
|
|
||||||
In development
|
Works somewhat, still in development.
|
||||||
|
|
||||||
|
**To-Do:**
|
||||||
|
|
||||||
|
- [ ] Reduce memory usage of stitching program
|
||||||
|
- [ ] Make stitching multi threaded
|
||||||
|
- [ ] Add parameters to stitching program
|
||||||
|
- [ ] Show progress while stitching
|
||||||
|
- [ ] Improve image quality, reduce artifacts
|
||||||
|
- [ ] Travis or similar for automatic builds, right now there are no executables
|
||||||
|
- [ ] Fix crash while taking screenshots
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
**DLLs and executables are not included in the repo yet! They will be uploaded once releases are built automatically. The mod won't function without them!**
|
||||||
|
|
||||||
|
1. Have Noita beta installed
|
||||||
|
2. Install the repository as mod
|
||||||
|
- mod.xml and the rest should be in `.../Noita/mods/noita-mapcap/`
|
||||||
|
3. Enable mod, and restart Noita
|
||||||
|
4. In the game you should see a `Start capturing map` text on the screen, click it
|
||||||
|
5. 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/`
|
||||||
|
6. When you think you are done, close noita
|
||||||
|
7. Start `.../Noita/mods/noita-mapcap/bin/stitch/stitch.exe`
|
||||||
|
- It will take the screenshots from the `output` folder
|
||||||
|
8. An `output.png` with the stitched result will appear
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
BIN
images/example1.png
Normal file
BIN
images/example1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 526 KiB |
Loading…
Reference in New Issue
Block a user