Noita
LocationTracker (Minimap)
Showing 21-30 of 30 entries
< 1  2  >
Update: Nov 3, 2020 @ 7:59pm

v0.5.4:
- Add automatic compatibility with mods that change the biome map. (Dependent on mod authors not using weird syntax...)

Update: Oct 18, 2020 @ 7:31pm

v0.5.3:
- Game should load much faster now due to a file being shipped pre-generated instead of generating it on the fly on startup everytime.

Update: Oct 17, 2020 @ 2:00pm

v0.5.2:
- Minimap now gets hidden when game is paused.

Update: Oct 15, 2020 @ 6:17pm

v0.5.1:
- FIX: Added 2 more biomes for Noita 1.0.

Update: Oct 15, 2020 @ 5:20pm

v0.5.0:
- Improved performance (hopefully) by only updating changed areas and when more than 11 areas need updating at once, splits the updates over multiple frames to reduce lag spikes at the cost of a little flickering.
- Added new biome colors for 1.0.
- Added compatibility with commonifier mod.

Update: Sep 28, 2020 @ 8:20pm

v0.4.0:
- Increased subpixel count to 3x3.
- Added a border.

Update: Sep 16, 2020 @ 5:45pm

v0.3.0:
- Divided each area into 2x2 subpixels for more accurate tracking!
- Removed the lookahead which would reveal areas the player can see. Defeats the purpose of a tracker when it reveals something you haven't actually been to.

Update: Sep 14, 2020 @ 9:13pm

v0.2.0:
- Improved performance by reworking the way the map is drawn
- Increased map size by 1 block, is 11x11 now instead of 10x10

Update: Sep 13, 2020 @ 1:14pm

Remove unused file

Update: Sep 13, 2020 @ 1:12pm

v0.1.0:
-First release