Skip to content

Release 1.12.0

Compare
Choose a tag to compare
@0neGal 0neGal released this 18 Jun 18:56
· 18 commits to main since this release

LINUX LAUNCH SUPPORT

Linux users rejoice, you can now very easily launch the game within Viper, no more will you see the dreaded popup of "Launching the game is not currently supported on Linux", and you'll instead hopefully see Steam opening with the game.

It has various methods for launching the game:

  • Command
    • This'll let you set custom commands to be used when clicking the launch buttons
  • Steam (Auto)
    • This attempts to automatically figure out which of the other methods work, and then use that, this should have the highest compatibility
  • Steam (Flatpak)
    • This attempts to directly talk to Steam through the Flatpak if found
  • Steam (Protocol)
    • This attempts to talk to Steam through the steam:// protocol
  • Steam (Executable)
    • This attempts to directly talk to Steam through an executable in $PATH

OTHER CHANGES

  • Fixed error when enabledmods.json cant be parsed
  • Verify Steam VDF library files get parsed, instead of assuming they did
  • Pressing Escape now closes just one popup, instead of all popups
  • Entirely modularize the frontend code (this doesn't change anything for the user)