Skip to content

Releases: Dadido3/noita-mapcap

Noita MapCap 2.7.1

23 Dec 10:00

Choose a tag to compare

  • Fix error when there already is a DZI directory
  • Remove DZI overlap, as it seems unnecessary

Noita MapCap 2.7.0

23 Dec 00:55

Choose a tag to compare

This release improves the stitcher in the following way:

  • Add JPEG exporter, with default quality of "80".
  • Add Deep Zoom Image (DZI) exporter.
  • Correct some downscaling logic that gave wrong results with non power of two numbers. Not relevant in normal use.
  • Correct stitched image row cache missing the last row, due to wrong rounding. Also not relevan in normal use.
  • Invalidate stitched image cache based on time, this may increase RAM usage a bit, but was necessary for the DZI exporter to work.

The file extension of the output file decides which exporter is used:

  • .jpg or .jpeg --> JPEG
  • .png --> PNG
  • .dzi --> Deep Zoom Image, which is a *.dzi file + a folder of image tiles at different zoom levels. This can be directly used with OpenSeadragon

Noita MapCap 2.6.0

21 Dec 13:08

Choose a tag to compare

  • Add Build Dec 19 2023 18:34:31 support
  • Add Build Dec 19 2023 18:38:23 support
  • Add Build Dec 21 2023 00:07:29 support
  • Add Build Dec 21 2023 00:11:06 support
  • Bump minimal go version to 1.21
  • Bump dependencies
  • Make stitcher code compatible with newest tdewolff/canvas updates

Noita MapCap 2.5.0

27 Jul 08:43

Choose a tag to compare

Add support for Noita builds Build Jul 26 2023 23:06:16 and Build Jul 26 2023 23:10:16.

Noita MapCap 2.4.0

21 Jun 16:45

Choose a tag to compare

Add compatibility for Noita builds Build Jun 19 2023 14:18:46 and Build Jun 19 2023 14:14:52.

Noita MapCap 2.3.0

16 Apr 17:17

Choose a tag to compare

  • Add compatibility for Noita builds Build Mar 11 2023 14:05:19 and Build Mar 11 2023 14:09:24.

Noita MapCap 2.2.1

15 Mar 23:05

Choose a tag to compare

  • Small README.md fixes.
  • Fix exception with memory modification.
  • Update message for when a resolution change is detected.
  • Some small Noita-API wrapper fixes.

Noita MapCap 2.2.0

27 Aug 12:56

Choose a tag to compare

Add option to disable Noita's mod detection.
This will allow secrets like the cauldron to be generated.

Only works in the non dev Noita build, and only with the Steam version for now.

Noita MapCap 2.1.0

12 Aug 11:26

Choose a tag to compare

New features

  • The stitcher can now draw the origins and bounding boxes of entities.
  • Player path tracking and drawing.
  • Stitcher is now 2-3 times faster, uses less RAM and less CPU.
  • Blend mode of the stitcher can now be configured.

Removals

  • Stitcher pre-render mode and clean-up mode.

Fixes

  • Change free roaming camera speed back to 10.
  • Fix JSON export to output NaN as null and +/-Inf as huge positive or negative number.
  • Fix output pixel scale option of 0

Noita MapCap 2.0.1

30 Jul 17:15

Choose a tag to compare

Huge rewrite, hardly any code was left untouched.

  • Added user friendly UI (As user friendly as it gets)
  • Automatic setup
  • Automatic checks
  • More pixel exact than ever before!
  • Works on regular build and dev build alike
  • Can capture while playing normally