Skip to content

The Structure Update

Marvin1099 edited this page Jun 20, 2024 · 5 revisions

Version 1.060 - 1.089

I moved functions into more fitting files, For example

  • log in now in coreutils.py.
  • STEAM_COMPAT_PATH ist now in consts.py.
  • the venv creation is now in setup.py.

In addition we have:

  • ZIP and Unzip directly in Python.
  • A separate Virtual Environment Function.
  • Games run by an external launcher now use wineserver --wait to detect when the game closed.
  • Changing the proton prefixes scanning Folder is now supported by the config and a environment var.
  • As mentioned a restructuring of the Code by separating some of the functions in their own files.
Clone this wiki locally