This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/apple1417/Autosplitters/blob/master/talos_qrs.asl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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") |
NewerOlder