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:
Maarten Peters 2016-07-19 22:57:48 +02:00 committed by Ted John
parent e5722e1d9a
commit 389ae72781
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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
};