Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Nexus-Mods/Vortex
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed May 1, 2024
2 parents 45eae84 + e053f91 commit e00ea7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/extensions/ini_prep/gameSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ const gameSupport = makeOverlayableDictionary<string, IGameSupport>({
],
iniFormat: 'winapi',
},
fallout4: {
iniFiles: [
path.join('{mygames}', 'Fallout4 EPIC', 'Fallout4.ini'),
path.join('{mygames}', 'Fallout4 EPIC', 'Fallout4Prefs.ini'),
path.join('{mygames}', 'Fallout4 EPIC', 'Fallout4Custom.ini'),
],
iniFormat: 'winapi',
}
},
xbox: {
skyrimse: {
Expand Down

0 comments on commit e00ea7b

Please sign in to comment.