Debug Console - Shieldowskyy/PiozaLauncher GitHub Wiki

Debug Console

obraz

The Debug Console is a widget that allows you to execute various commands. These commands are mainly used for quickly testing new features before they are fully implemented in the user interface. It also displays logs, including errors, warnings, and debug information, especially useful during the testing of specific features.

End users can also benefit from the console by performing certain actions more efficiently — such as reloading the UI — without restarting the entire application.

How to Open

Press the ~ (tilde) key on your keyboard to open the console.

Command Help

To view a list of available commands, type:

help

Available Commands (PiozaCommands)

volume <0.0 - 10.0 or default>      - Changes volume to the desired value
play                                - Starts a game!
list                                - Shows a list of all installed game entries
clearcache                          - Removes cache of the selected game
uninstall                           - Uninstalls the selected game
browse                              - Opens file explorer for selected game files
download                            - Starts the downloading process
reinstall                           - Uninstalls the game and cache, then downloads it again
reload                              - Soft-restart of the launcher to reload manifest data and UI
setrepo <http://yourrepo.com/...>  - Changes the repository manifest to the one specified (or "default")
updaterepo                          - Removes metadata and forces redownload of all media files and manifest
                                     Aliases: refreshmeta
getrepo                             - Returns the current repository manifest URL
resetconfig                         - Removes local config and triggers a soft-restart of the launcher
checkproc <Example.exe>            - Checks if a process is currently running
checkbuilddate                      - Returns the build date and time of the launcher
resetplaytime <GameName>           - Resets recorded playtime for the specified game (if available)
⚠️ **GitHub.com Fallback** ⚠️