-
Notifications
You must be signed in to change notification settings - Fork 72
Conty
frostworx edited this page Mar 27, 2021
·
9 revisions
It is possible to start x86 games using the container Conty.
This can be enabled by either enabling AUTOCONTY
(in this case Conty will always be used automatically when a 32bit game exe was found)
or by enabling USECONTY
(in which case Conty will be used, no matter which architecture the game exe has - for example useful for games using start scripts)
Both options can be found in the corresponding game-menu
If Conty is enabled either way, the conty.sh
executable will be searched in this order:
-
CUSTCONTY
- A variable pointing to an absolute path to aconty.sh
executable (can be set in the Global Menu or in the 'requester' described below) -
$CONTYDLDIR/$CONTY
(usually resolves to~/.config/stl/downloads/conty/conty.sh
) (this is the place where stl autodownloads the executable - see 'requester' below) - in
$PATH
(conty.sh
in $PATH will be used)
requester: If all above attempts fail, a requester will open where one can choose between:
- DOWNLOAD CONTY (automatically downloads
conty.sh
to$CONTYDLDIR/$CONTY
) - SELECT LOCAL CONTY (opens a requester for
conty.sh
- the selected executable is saved asCUSTCONTY
into the global config) - SKIP CONTY (Conty will be skipped this time)
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced