From 4d8fc2c48f34293db4f38e4cd328d5d9c988d4e3 Mon Sep 17 00:00:00 2001 From: tdtooke <72276499+tdtooke@users.noreply.github.com> Date: Thu, 16 May 2024 16:35:14 -0700 Subject: [PATCH 1/2] Update starfield.sh Updated to latest SFSE --- gamesinfo/starfield.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamesinfo/starfield.sh b/gamesinfo/starfield.sh index 6bf211c..963b3f8 100644 --- a/gamesinfo/starfield.sh +++ b/gamesinfo/starfield.sh @@ -3,9 +3,9 @@ game_nexusid="starfield" game_appid=1716740 game_executable="Starfield.exe" game_protontricks=("xaudio2_7=native") -game_scriptextender_url="https://sfse.silverlock.org/download/sfse_0_2_6.7z" +game_scriptextender_url="https://sfse.silverlock.org/download/sfse_0_2_7.7z" game_scriptextender_files=( \ - "sfse_0_2_6/sfse_1_10_32.dll" \ + "sfse_0_2_6/sfse_1_11_36.dll" \ "sfse_0_2_6/sfse_loader.exe" \ ) From 46943e6bc54a618342287760897935060021d660 Mon Sep 17 00:00:00 2001 From: tdtooke <72276499+tdtooke@users.noreply.github.com> Date: Fri, 17 May 2024 09:07:33 -0700 Subject: [PATCH 2/2] Update starfield.sh Fixed folder having old name --- gamesinfo/starfield.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamesinfo/starfield.sh b/gamesinfo/starfield.sh index 963b3f8..2deafb3 100644 --- a/gamesinfo/starfield.sh +++ b/gamesinfo/starfield.sh @@ -5,7 +5,7 @@ game_executable="Starfield.exe" game_protontricks=("xaudio2_7=native") game_scriptextender_url="https://sfse.silverlock.org/download/sfse_0_2_7.7z" game_scriptextender_files=( \ - "sfse_0_2_6/sfse_1_11_36.dll" \ - "sfse_0_2_6/sfse_loader.exe" \ + "sfse_0_2_7/sfse_1_11_36.dll" \ + "sfse_0_2_7/sfse_loader.exe" \ )