Skip to content

Commit 52d5414

Browse files
update f76 bash included
1 parent 67f8e5c commit 52d5414

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

core/tabs/gaming/fallout-76/fallout76settings.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ printf "%b\n" "${YELLOW}Searching for Fallout 76 compatdata settings in document
1515
possible_paths=$(find "$HOME" -type d -path "*/compatdata/1151340/pfx/drive_c/users/steamuser/Documents/My Games/Fallout 76" 2>/dev/null)
1616

1717
if [ -z "$possible_paths" ]; then
18+
possible_paths=$(find "/media" -type d -path "*/compatdata/1151340/pfx/drive_c/users/steamuser/Documents/My Games/Fallout 76" 2>/dev/null)
19+
elif [ -z "$possible_paths" ]; then
1820
printf "%b\n" "${RED}No folders found.${RC}"
1921
exit 1
2022
fi

core/tabs/gaming/tab_data.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ name = "Loot Filter"
88
description = "This is a loot filter for Diablo II Resurrected. It's designed to be a simple, clean, and easy to read loot filter that highlights the most important items. Works on battle.net and single player. No frills, no config, just highlights high runes and other valuable items. For more information visit: https://github.com/ChrisTitusTech/d2r-loot-filter"
99
script = "diablo-ii/d2r-loot-filters.sh"
1010
task_list = "FM"
11+
12+
[[data]]
13+
name = "Fallout 76"
14+
15+
[[data.entries]]
16+
name = "Fallout 76 Custom INI"
17+
description = "This script will add a Custom Fallout 76 INI file that improves performance and stability. It also includes some quality of life improvements."
18+
script = "fallout-76/fallout76settings.sh"
19+
task_list = "FM"

0 commit comments

Comments
 (0)