Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

1.1.0

Choose a tag to compare

@JackBinary JackBinary released this 19 Aug 16:03
· 7 commits to main since this release
2cc31a4

New Proton-Launch Release

Version 1.1.0

What is this?

Proton-Launch / BlueDivisionWrapper is a bash script to effortlessly launch the game in linux. If you don't use linux, you don't need this.

Changes

  1. Game Version Tracking:

    • Added a # Game Version: flag in the script to track the version of the game that is currently installed.
    • The script now checks for the latest game version on GitHub and compares it to the installed version. If an update is available, the user is prompted to update the game.
  2. Consistent Game Folder:

    • The game files are now stored under the game directory, ensuring consistency in file placement and ease of access.
    • If the script cannot reach GitHub, the game will still be accessible from the same directory.
  3. User Prompts for Updates:

    • The script now prompts the user before updating the script, Proton-GE, or the game. This ensures that updates are not performed automatically without the user’s consent.
    • If the script is running in a terminal, it uses a terminal prompt. If not, it uses a GUI prompt via zenity if available.
  4. Old Game Files Cleanup:

    • When updating the game, old game files are deleted to ensure that only the latest version is retained, preventing potential conflicts or clutter.

How do I use this?

Download the Proton-Launch.sh file and place where you want to install the game. The script will handle the rest.