This is a simple program to help you figure out exactly what tiles you have upon loading into a mission to help save time while rerolling. Simply run the script and the overlay will appear to the top left.
When loading in to a mission, it will display the 3 main rooms in the map, along with how many exolizers will spawn in that room.
Depending on the total amount of exolizers, the color of the HUD will change.
10 or less Exolizers = Red
11 Exolizers = Green
12 Exolizers = Cyan
13 Exolizers = Magenta
Feel free to compile it youself with pyinstaller, or just run it through python directly!
Download and extract the ZIP from releases or clone this repository and run it yourself through Python.
if this doesn't work, feel free to ask about it
- Install Python (Add it to the PATH when prompted to)
- Download this repository (press "<> Code", Download ZIP) and extract the files.
orgit clone https://github.com/tamawama/CascadeScanner.git
- Open up the folder in your terminal (right click inside your folder -> "Open in Terminal")
- Run
pip install -r requirements.txt
- Run
py CascadeTileScanner.py
to launch it
or runpip install pyinstaller
thenpyinstaller CascadeTileScanner.py
to compile the script to an EXE.
The compiled .exe should be inside thedist
folder