Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #20 from rockerbacon/update
Browse files Browse the repository at this point in the history
Update Vortex to 1.1.15
  • Loading branch information
rockerbacon authored Apr 24, 2020
2 parents e263d1f + 4a0aa8b commit 13fd4a8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*~
*.swp
4 changes: 2 additions & 2 deletions installers/skse64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ runner: linux
script:
files:
- skse_dll: https://skse.silverlock.org/beta/skse64_2_00_17.7z
- skse_launcher: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9/skse_launcher.sh
- selauncher_launcher: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9/selauncher_launcher.sh
- skse_launcher: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9.2/skse_launcher.sh
- selauncher_launcher: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9.2/selauncher_launcher.sh

game:
exe: $GAMEDIR/proton_runner/selauncher_launcher.sh
Expand Down
2 changes: 1 addition & 1 deletion installers/skyrimse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runner: steam
script:
files:
- audio_fix_zip: https://github.com/Kron4ek/FAudio-Builds/releases/download/19.08/faudio-19.08.tar.xz
- install_audio_fix: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9/install-audio-fix.sh
- install_audio_fix: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9.2/install-audio-fix.sh
game:
appid: 489830
installer:
Expand Down
8 changes: 4 additions & 4 deletions installers/vortex.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Vortex
game_slug: vortex-mod-manager
slug: vortex-mod-manager
version: 1.1.14
version: 1.1.15
runner: wine

script:
files:
- setup: https://github.com/Nexus-Mods/Vortex/releases/download/v1.1.14/vortex-setup-1.1.14.exe
- symlinks_setup: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9/vortex-symlinks.sh
- downloads_handler: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9/vortex-downloads-handler.desktop
- setup: https://github.com/Nexus-Mods/Vortex/releases/download/v1.1.15/vortex-setup-1.1.15.exe
- symlinks_setup: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9.2/vortex-symlinks.sh
- downloads_handler: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/1.9.2/vortex-downloads-handler.desktop
game:
exe: drive_c/Program Files/Black Tree Gaming Ltd/Vortex/Vortex.exe
prefix: $GAMEDIR
Expand Down
11 changes: 2 additions & 9 deletions runners/selauncher_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@

EXECUTABLE="SkyrimSELauncher.exe"
SKYRIM_COMPAT_DATA="$HOME/.steam/steam/steamapps/compatdata/489830"

if [ "$SKYRIM_PROTON_BINARY" == "" ]; then
SOURCE_FILE_PATH=$(dirname "$0")
SKSE_INSTALL_PATH=$(realpath "$SOURCE_FILE_PATH/..")
SKYRIM_PROTON_BINARY="$SKSE_INSTALL_PATH/proton_patch/skyrim-proton/proton"
fi

SKYRIM_PROTON_BINARY="$HOME/.steam/steam/steamapps/common/Proton 4.11/proton"
SKYRIM_INSTALL_FOLDER="$HOME/.steam/steam/steamapps/common/Skyrim Special Edition"


if [ "$EXECUTABLE" != "" ]; then
echo "Launching $EXECUTABLE"
export STEAM_COMPAT_DATA_PATH=$SKYRIM_COMPAT_DATA
$SKYRIM_PROTON_BINARY run "$EXECUTABLE"
"$SKYRIM_PROTON_BINARY" run "$EXECUTABLE"
fi

0 comments on commit 13fd4a8

Please sign in to comment.