To install the tooling:
- Copy
hack
folder andsrc
folder into the game folder. - Run
pip install -r hack_requirements.txt
. - Put
import hack
to the top ofclient.py
and you are good.
- Restore textbox copy/paste/etc functionality
- Player sprint optimization
- Boss level replay and rewind
- Path finding?
- Zoom in/out with Scroll key
- Drag with Right click (Use Ctrl to pan faster)
- Press C once to center camera back to player, press twice to return normal scale
- Collision box
- Show warp destination
- Important entity connection
- Show melee range (red/yellow: sees/doesn't see player)
- Show shoot range (red/yellow/green: sees player/opposite direction/out of range)
- Show shoot countdown (number and range visibility)
- Show projectile projectile
- Show portal remain usage
- Show portal destination
- Show invisible portal
- Save/Load inputs
- Speed up/down using , and .
- K toggle between Real-Time Mode and Simulation Mode (only if currently at 0 of simulation buffer)
- Press B to submit to the server.