Commands
Copyable commands for repeatable launches.
The app is the preferred path, but these commands are useful when testing or sharing a setup.
Install Toolkit
cd RipperMoonToolKit
./install.zsh
Start And Stop Steam
gptk-steam --log
gptk-steam --kill
Install Steam Without Launching It
Use this during setup so Steam is validated and then closed instead of opening the Steam UI.
gptk-steam --install-only --install "$GPTK_EXTERNAL_ROOT/Installers/SteamSetup.exe"
Start Steam Install In Background
Use this app-style setup command so users can set paths and cover art while Steam installs.
./install.zsh --install-steam-background
Install Spacewar / AppID 480
Run this once from the Steam prefix when a co-op Steamworks test path needs Spacewar initialized. Let Steam finish installing Spacewar, then close Spacewar before launching the game profile.
gptk-steam --log --install-spacewar
Run A Game
cd "$GPTK_EXTERNAL_ROOT/Games/MyGame"
gptk-launch --prefix MyGame -- ./MyGame.exe
Close A Game Without Closing Steam
gptk-launch --prefix Steam --no-log -- taskkill /IM eldenring.exe /F
Install Microsoft Visual C++ Runtime
gptk-vcrun --prefix Dispatch
gptk-vcrun --all
Elden Ring ERSC
env GPTK_WINE_HOME="/Users/USERNAME/GPTK/runners/gptk-dsound-nocap-20260513" \
/Users/USERNAME/bin/gptk-steam --no-log
cd "EXE PATH"
env GPTK_WINE_HOME="/Users/USERNAME/GPTK/runners/gptk-dsound-nocap-20260513" \
WINEDLLOVERRIDES='winmm=n,b;steam_api64=n,b' \
/Users/USERNAME/bin/gptk-launch \
--prefix Steam \
--set-winver win10 \
--no-dxr \
--log-file "/Users/USERNAME/GPTK/logs/ERSC-dsound-nocap.log" \
-- ./ersc_launcher.exe
