The document details the initialization of a Ren'Py game on an Android device. It lists device information and paths used for saving. It describes the various startup steps like loading scripts and saves, initializing translations, and preparing screens. Timings are provided for each step.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
17 views
Log
The document details the initialization of a Ren'Py game on an Android device. It lists device information and paths used for saving. It describes the various startup steps like loading scripts and saves, initializing translations, and preparing screens. Timings are provided for each step.
Version: Ren'Py 8.1.0.23051307 Early init. took 0.08s Early init. took 0.08s Attempting to sync your saves to/from stock ANDROID_PUBLIC location... Android search paths: /storage/emulated/0/Android/data/com.koga3.friendsinneed/files/../../../../ Documents/RenPy_Saves/com.koga3.friendsinneed/game /data/user/0/com.koga3.friendsinneed/files/game Loader init. took 0.04s Loader init. took 0.04s Loading error handling. took 0.10s Loading error handling. took 0.10s Loading script. took 1.60s Loading script. took 1.60s Saving to /storage/emulated/0/Android/data/com.koga3.friendsinneed/files/../../../../ Documents/RenPy_Saves/com.koga3.friendsinneed Loading save slot metadata. took 0.12s Loading save slot metadata. took 0.12s Loading persistent. took 0.00s Loading persistent. took 0.00s Set script version to: (8, 1, 1) Running init code. took 0.22s Running init code. took 0.22s Loading analysis data. took 0.02s Loading analysis data. took 0.02s Analyze and compile ATL. took 0.04s Analyze and compile ATL. took 0.04s Reloading save slot metadata. took 0.05s Reloading save slot metadata. took 0.05s Index archives took 0.00s Index archives took 0.00s Dump and make backups. took 0.00s Dump and make backups. took 0.00s Cleaning cache. took 0.00s Cleaning cache. took 0.00s Making clean stores. took 0.00s Making clean stores. took 0.00s Initial gc. took 0.17s Initial gc. took 0.17s DPI scale factor: 1.000000 Creating interface object. took 0.00s Creating interface object. took 0.00s Cleaning stores took 0.00s Cleaning stores took 0.00s Init translation took 0.21s Init translation took 0.21s Build styles took 0.00s Build styles took 0.00s Load screen analysis took 0.05s Load screen analysis took 0.05s Analyze screens took 0.00s Analyze screens took 0.00s Save screen analysis took 0.00s Save screen analysis took 0.00s Prepare screens took 0.09s Prepare screens took 0.09s Save pyanalysis. took 0.00s Save pyanalysis. took 0.00s Save bytecode. took 0.00s Save bytecode. took 0.00s Running _start took 0.00s Running _start took 0.00s Interface start. took 0.29s Interface start. took 0.29s