Skip to content

Instantly share code, notes, and snippets.

@apple1417
apple1417 / QRs.asl
Last active September 6, 2018 02:20
https://github.com/apple1417/Autosplitters/blob/master/talos_qrs.asl
# Cheats need to be on for this to work
# Will output whenever an achievement would be earned
# "A Good Listener", "Last Stable Version", "QR Reader", and "Thorough Researcher" will not output due to a game bug
# Make sure the variable LOG_FILE points to your log file
import time
LOG_FILE = "C:\Program Files (x86)\Steam\steamapps\common\The Talos Principle\Log\Talos.log"
with open(LOG_FILE, "w"): pass
log = open(LOG_FILE, "rb")