Skip to content

Instantly share code, notes, and snippets.

@cchulo
Created September 27, 2022 09:13
Show Gist options
  • Save cchulo/18db87948c4a7cacab7b8155225afbc3 to your computer and use it in GitHub Desktop.
Save cchulo/18db87948c4a7cacab7b8155225afbc3 to your computer and use it in GitHub Desktop.
Bioshock launcher workaround
# Credit: https://www.reddit.com/r/linux_gaming/comments/x4wk6w/comment/imxvs6u/?utm_source=share&utm_medium=web2x&context=3
# Bioshock
bash -c 'exec "${@/2KLauncher\/LauncherPatcher.exe/Build\/Final\/BioshockHD.exe}"' -- %command% -nointro
# Bioshock 2
bash -c 'exec "${@/2KLauncher\/LauncherPatcher.exe/Build\/Final\/Bioshock2HD.exe}"' -- %command% -nointro
# Bioshock Infinite
bash -c 'exec "${@/2KLauncher\/LauncherPatcher.exe/Binaries\/Win32\/BioShockInfinite.exe}"' -- %command%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment