free-storage
free-storage
@Witherking25 Thanks for the answer. At the moment I want to make the following functionality for the plugin: Button to start the trainer. The script will launch the exe file...
@Matoking I start the game in the usual way. And I want to run a game trainer inside the game. What command should be run for this? Right now I'm...
@Matoking Thank you! I will test. Can I manually install Protontricks to the directory I need? For example: ``` /myproject/lib/protontricks-launch /myproject/bin/trainer.exe /myproject/run.sh ``` `run.sh` contains `lib/protontricks-launch --no-bwrap --appid bin/trainer.exe` And...
> The second option is: > > 1. Change the launch options to `STEAM_COMPAT_LAUNCHER_SERVICE=proton %command%` for the game you want to run a trainer for. > 2. Launch the game,...
I launched the game and entered the command but the game is not in this list. Why is that? (deck@steamdeck ~)$ /home/deck/.steam/steam/steamapps/common/SteamLinuxRuntime_soldier/pressure-vessel/bin/steam-runtime-launch-client --list --bus-name=org.freedesktop.portal.Flatpak --bus-name=org.freedesktop.Flatpak (deck@steamdeck ~)$ /home/deck/.steam/steam/steamapps/common/SteamLinuxRuntime_sniper/pressure-vessel/bin/steam-runtime-launch-client --list --bus-name=org.freedesktop.portal.Flatpak...
@Matoking I have Steam Deck. I didn't install Steam. It is installed automatically.
> If you can install Protontricks and your distro is new enough, `protontricks-launch --no-bwrap --appid ` should do the trick. How to download only the `protontricks-launch` cli file? For example,...
@Matoking Thank you. Is there a way to launch the game via console with this `STEAM_COMPAT_LAUNCHER_SERVICE=proton %command%` parameter? To not enter this parameter in the game properties. Example: `steam -applaunch...
@Matoking How to reproduce this command `protontricks-launch --no-bwrap --appid ` via [Sirmentio/protontricks](https://github.com/Sirmentio/protontricks)? `protontricks APPID COMMAND
@Matoking I ran this command `protontricks-launch --no-bwrap --appid `. But it opened the exe file in its own container and not in the game container. I need to open the...