From 28c1daf0dfcac32eb2ed5c1ae33eaea2ccc8b6d4 Mon Sep 17 00:00:00 2001 From: Amy Smith <amelia@egg.fish> Date: Thu, 27 Jun 2024 15:33:20 -0700 Subject: [PATCH] Update fallout3_goty.sh with correct executable filename FalloutLauncherSteam.exe does not exist and causes errors upon installation. I updated the game_executable to be the correct "Fallout3Launcher.exe" and was able to install MO2 without issue --- gamesinfo/fallout3_goty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamesinfo/fallout3_goty.sh b/gamesinfo/fallout3_goty.sh index fb5df10..a10c313 100644 --- a/gamesinfo/fallout3_goty.sh +++ b/gamesinfo/fallout3_goty.sh @@ -1,5 +1,5 @@ game_appid=22370 -game_executable="FalloutLauncherSteam.exe" +game_executable="Fallout3Launcher.exe" game_nexusid="fallout3" game_steam_subdirectory="Fallout 3 goty" game_protontricks=("d3dcompiler_43" "d3dx9")