mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Add extra default RCT2 vanilla install locations
* 32 bit path for Steam. * 32 and 64 bit path for standard GOG Galaxy. * Update readme with latest install locations
This commit is contained in:
parent
e5722e1d9a
commit
389ae72781
2 changed files with 8 additions and 1 deletions
|
@ -94,7 +94,11 @@ in the following locations:
|
|||
- C:\Program Files (x86)\Infogrames Interactive\RollerCoaster Tycoon 2,
|
||||
- C:\Program Files\Atari\RollerCoaster Tycoon 2,
|
||||
- C:\Program Files (x86)\Atari\RollerCoaster Tycoon 2,
|
||||
- C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack
|
||||
- C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
|
||||
- C:\Program Files\GalaxyClient\Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
|
||||
- C:\Program Files (x86)\GalaxyClient\Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
|
||||
- C:\Program Files\Steam\steamapps\common\Rollercoaster Tycoon 2,
|
||||
- C:\Program Files (x86)\Steam\steamapps\common\Rollercoaster Tycoon 2,
|
||||
- The location of the openrct2.exe (where OpenRCT2 was extracted/installed)
|
||||
|
||||
If none of these locations are found, OpenRCT2 will ask you to manually specify
|
||||
|
|
|
@ -913,6 +913,9 @@ static bool config_find_rct2_path(utf8 *resultPath)
|
|||
"C:\\Program Files\\Atari\\RollerCoaster Tycoon 2",
|
||||
"C:\\Program Files (x86)\\Atari\\RollerCoaster Tycoon 2",
|
||||
"C:\\GOG Games\\RollerCoaster Tycoon 2 Triple Thrill Pack",
|
||||
"C:\\Program Files\\GalaxyClient\\Games\\RollerCoaster Tycoon 2 Triple Thrill Pack",
|
||||
"C:\\Program Files (x86)\\GalaxyClient\\Games\\RollerCoaster Tycoon 2 Triple Thrill Pack",
|
||||
"C:\\Program Files\\Steam\\steamapps\\common\\Rollercoaster Tycoon 2",
|
||||
"C:\\Program Files (x86)\\Steam\\steamapps\\common\\Rollercoaster Tycoon 2",
|
||||
gExePath
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue