From 1e56b46e045fd2c6d284340c7872ff2a3d851660 Mon Sep 17 00:00:00 2001 From: rockerbacon Date: Wed, 15 Jul 2020 21:09:41 -0300 Subject: [PATCH] Fix New Vegas russian edition subdirectory --- gamesinfo/newvegas.sh | 6 +++++- installers/modorganizer2.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gamesinfo/newvegas.sh b/gamesinfo/newvegas.sh index 7173ed9..9df40a9 100644 --- a/gamesinfo/newvegas.sh +++ b/gamesinfo/newvegas.sh @@ -9,7 +9,11 @@ for newvegas_appid in "${newvegas_possible_appids[@]}"; do fi done -game_steam_subdirectory="Fallout New Vegas" +if [ "$newvegas_appid" == "22380" ]; then + game_steam_subdirectory="Fallout New Vegas" +else + game_steam_subdirectory="Fallout New Vegas enplczru" +fi game_appid=$newvegas_appid game_proton_options="--protonver 5.*" game_wine_options="" diff --git a/installers/modorganizer2.yml b/installers/modorganizer2.yml index b9d6140..0bf16a3 100644 --- a/installers/modorganizer2.yml +++ b/installers/modorganizer2.yml @@ -13,7 +13,7 @@ script: - find_library_for_appid: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/2.7.3-utils/find-library-for-appid.sh # supported games info - - gamesinfo: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/2.7.4-gamesinfo/gamesinfo.tar.gz + - gamesinfo: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/2.8.3-gamesinfo/gamesinfo.tar.gz # mo2/game runners - proton_launcher: https://github.com/rockerbacon/lutris-skyrimse-installers/releases/download/2.7.5-runners/proton-launcher.sh