Alex
Alex
- [x] Request the source file for the [pillars image](https://noita.wiki.gg/images/6/60/SecretPillarsMills.png) from user Striped. - [ ] Add overlays. - [ ] Made them searchable. - [ ] Add UI toggle.
We want to provide functionality similar to the old [easyzoom maps'](https://easyzoom.com/image/260463). In order to do that, we need to implement overlays, the easiest way to do this is to partially...
Rough sketch 
``` src/map_definitions.json [ { key: "regular-main-branch", ... }, ... ] src/build_tilesources.js const fs = require('fs'); const defs = JSON.parse(fs.readFileSync('./map_definitions.json', 'utf-8')); const tileSources = /* .. do stuff to defs .....
Establish a link between Wiki and Noitamap for bosses, creatures, other notable locations to the map
The first steps are: Store information about the bosses: https://github.com/acidflow-noita/noitamap/blob/dev/public/js/bosses.js
The annotations plugin is already added to the project but has not been activated. https://github.com/acidflow-noita/noitamap/blob/00df67642be2ec6a1cdd6de53077da639659c450/public/js/script.js#L857-L859 Current issues are: - [ ] The pugin puts its controls at the very bottom...
We need a machine that can turn on, run map captures, upload results, then turn off when it's done. Checks for noita updates can be done using [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD). Capture settings...