Skip to content

Commit

Permalink
EnderalSE: fixed ini prep for Enderal SE GOG edition (#15411)
Browse files Browse the repository at this point in the history
part of #15369
  • Loading branch information
IDCs committed Apr 2, 2024
1 parent fbd4b8d commit 6f8e985
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/extensions/ini_prep/gameSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ const gameSupport = makeOverlayableDictionary<string, IGameSupport>({
],
iniFormat: 'winapi',
},
enderalspecialedition: {
iniFiles: [
path.join('{mygames}', 'Enderal Special Edition GOG', 'Enderal.ini'),
path.join('{mygames}', 'Enderal Special Edition GOG', 'EnderalPrefs.ini'),
],
iniFormat: 'winapi',
}
},
epic: {
skyrimse: {
Expand Down

0 comments on commit 6f8e985

Please sign in to comment.