File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1717 "modDirs" : [
1818 " %PROGRAMFILES%\\ Steam\\ steamapps\\ common\\ Oblivion\\ Data" ,
1919 " %PROGRAMFILES(X86)%\\ Steam\\ steamapps\\ common\\ Oblivion\\ Data" ,
20+ " %PROGRAMFILES(X86)%\\ Bethesda Softworks\\ Oblivion\\ Data" ,
2021 " ~/.local/share/Steam/steamapps/common/Oblivion/Data"
2122 ],
2223 "rootDirs" : [
2324 " %PROGRAMFILES%\\ Steam\\ steamapps\\ common\\ Oblivion" ,
2425 " %PROGRAMFILES(X86)%\\ Steam\\ steamapps\\ common\\ Oblivion" ,
26+ " %PROGRAMFILES(X86)%\\ Bethesda Softworks\\ Oblivion" ,
2527 " C:\\ XboxGames\\ Oblivion\\ Content" ,
2628 " ~/.local/share/Steam/steamapps/common/Oblivion"
2729 ],
Original file line number Diff line number Diff line change 11export type GameId =
22 "$none"
33 | "$unknown"
4+ | "elder_scrolls_oblivion"
45 | "fallout_4"
56 | "fallout_new_vegas"
67 | "starfield" ;
@@ -9,6 +10,7 @@ export namespace GameId {
910
1011 export const NONE : GameId = "$none" ;
1112 export const UNKNOWN : GameId = "$unknown" ;
13+ export const ELDER_SCROLLS_OBLIVION : GameId = "elder_scrolls_oblivion" ;
1214 export const FALLOUT_4 : GameId = "fallout_4" ;
1315 export const FALLOUT_NEW_VEGAS : GameId = "fallout_new_vegas" ;
1416 export const STARFIELD : GameId = "starfield" ;
You can’t perform that action at this time.
0 commit comments