From 563ee9b2fa01d56402af54258d9f50c6c4b83978 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 29 Dec 2020 18:01:12 -0300 Subject: Disable screen prediction entirely. Probably not needed, but it worked so smoothly on mobile, that I made it final. --- game/05_init.rpy | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'game/05_init.rpy') diff --git a/game/05_init.rpy b/game/05_init.rpy index c82f27b..60b8878 100644 --- a/game/05_init.rpy +++ b/game/05_init.rpy @@ -28,6 +28,11 @@ label prestart: tr_uptodate=False tr_memcheck=False session_id=uuid.uuid4().hex + config.predict_screens=False + config.predict_screen_statements=False + config.predict_file_pages=False + config.predict_statements_callback=None + config.predict_statements=0 return label splashscreen: @@ -61,3 +66,10 @@ init 2 python: config.overlay_functions.append(TermWatcher) + # Do not attempt to predict screens: They may need unitialized data + config.predict_screens=False + config.predict_screen_statements=False + config.predict_file_pages=False + config.predict_statements_callback=None + config.predict_statements=0 + -- cgit v1.2.3-70-g09d2