Skip to content

Instantly share code, notes, and snippets.

@Willdrick
Created October 5, 2020 16:50
Show Gist options
  • Save Willdrick/31cf361850b423a8cc0a2bd9ad75baf9 to your computer and use it in GitHub Desktop.
Save Willdrick/31cf361850b423a8cc0a2bd9ad75baf9 to your computer and use it in GitHub Desktop.
AoE2:DE run file created by PROTON_DUMP_DEBUG_COMMANDS=1 %command
#!/bin/bash
#Run game or given command in environment
cd "/steamssd/SteamLibrary/steamapps/common/AoE2DE"
DEF_CMD=("/steamssd/SteamLibrary/steamapps/common/AoE2DE/AoE2DE_s.exe")
PATH="/home/willdrick/.local/share/Steam/compatibilitytools.d/Proton-5.9-GE-7-ST/dist/bin/:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin" \
TERM="xterm" \
WINEDEBUG="-all" \
WINEDLLPATH="/home/willdrick/.local/share/Steam/compatibilitytools.d/Proton-5.9-GE-7-ST/dist/lib64//wine:/home/willdrick/.local/share/Steam/compatibilitytools.d/Proton-5.9-GE-7-ST/dist/lib//wine" \
LD_LIBRARY_PATH="/home/willdrick/.local/share/Steam/compatibilitytools.d/Proton-5.9-GE-7-ST/dist/lib64/:/home/willdrick/.local/share/Steam/compatibilitytools.d/Proton-5.9-GE-7-ST/dist/lib/:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64:/usr/lib64/iscsi:/usr/lib64/tcl8.6:/usr/lib/wine:/usr/lib64/wine:/lib:/lib64:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/lib:/home/willdrick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib:" \
WINEPREFIX="/steamssd/SteamLibrary/steamapps/compatdata/813780/pfx/" \
WINEESYNC="1" \
WINEFSYNC="1" \
SteamGameId="813780" \
SteamAppId="813780" \
WINEDLLOVERRIDES="steam.exe=b;dxvk_config=n;d3d11=n;d3d10=n;d3d10core=n;d3d10_1=n;d3d9=n" \
STEAM_COMPAT_CLIENT_INSTALL_PATH="/home/willdrick/.local/share/Steam" \
WINE_LARGE_ADDRESS_AWARE="1" \
"/home/willdrick/.local/share/Steam/compatibilitytools.d/Proton-5.9-GE-7-ST/dist/bin/wine" steam.exe "${@:-${DEF_CMD[@]}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment