Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Last active February 28, 2026 05:53
Show Gist options
  • Select an option

  • Save jfeilbach/8909aae89dc7424c71432b97577ba81c to your computer and use it in GitHub Desktop.

Select an option

Save jfeilbach/8909aae89dc7424c71432b97577ba81c to your computer and use it in GitHub Desktop.
Dune Awakening Steam Launch Options

Dune Awakening Steam Linux

This is how to skip the Funcom launcher, intro movie, and company logo splashes. You can change the launch options in the steam properties for this game. eval is just a way to run a concatenated command through a subshell. The Windows wayt will obviously not work.

eval $(echo "%command% -nosplash -nostartupscreen -continuesession" | sed -e 's|/Launcher/FuncomLauncher.exe|/DuneSandbox/Binaries/Win64/DuneSandbox_BE.exe|g')
  • nosplash skips the Funcom launcher

  • nostartupscreen skips the developer and publisher company logos

  • continue session skips the into movie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment