{{ APPNAME }} {{ VERSION }}
========================================
App folder: {{ app_path }}
Game folder: {{ last_fn }}
Translation: {% if not polib %}
polib not found
{% else %}
{% if not not tran %}
no tranlation file
{% else %}
{{ tran_fn }}
{% endif %}
{% endif %}
Engine: {% if not sim %}
not initialized
{% else %}
works
Path: {{ sim.curr_path }}
Start: {{ sim.start_part }}.{{ sim.start_chap }}
Speech: {{ sim.curr_speech }}
Disk ID: {{ sim.curr_diskid }}
{% endif %}
File manager: {% if not strfm %}
not initialized
{% else %}
works
path: {{ strfm.root }}
{% endif %}
Saved state: {% if not save %}
not loaded
{% else %}
loaded
path: {{ last_savefn }}
{% endif %}