Skip to content

Instantly share code, notes, and snippets.

@Jan200101
Created October 13, 2023 19:45
Show Gist options
  • Save Jan200101/bbee1916fd928c7c005ddeab65306f92 to your computer and use it in GitHub Desktop.
Save Jan200101/bbee1916fd928c7c005ddeab65306f92 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
export GAME="/home/sentry/Games/TF2/server"
export WINEPREFIX="${GAME}/pfx"
export WINEARCH="win64"
export WINEDEBUG="-all"
export DXVK_LOG_LEVEL="none"
export VKD3D_DEBUG="none"
export LIBGL_ALWAYS_SOFTWARE=1
export GALLIUM_DRIVER=llvmpipe
wine NorthstarLauncher.exe -dedicated -multiple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment