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 #117 from rockerbacon/fix-newvegas-ru
Browse files Browse the repository at this point in the history
Fix New Vegas russian edition subdirectory
  • Loading branch information
rockerbacon authored Jul 16, 2020
2 parents 846bacc + 1e56b46 commit 785474f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion gamesinfo/newvegas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down
2 changes: 1 addition & 1 deletion installers/modorganizer2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 785474f

Please sign in to comment.