Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 683 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 683 Bytes

DetectStackedBlocks

A python script that checks the position of every block against every other block to detect if they are stacked.

example

Only tested on TMNF maps, but I don't see why it wouldn't work on TMUF maps as well.

Usage

Just drop a Challenge.Gbx file into the console and press enter.
A list of all the stacked blocks will be printed into the console and written to a file.

Dependencies

  • Python 3.7-3.11 (Should work on 3.12 if python-lzo installs for pygbx)
  • pygbx
  • tqdm