Korbs revised this gist 2 hours ago. Go to revision
1 file changed, 2 insertions
README.md
| @@ -1,3 +1,5 @@ | |||
| 1 | + |  | |
| 2 | + | ||
| 1 | 3 | For last resort only if all other methods to boot Watch Dogs 2 fails on the Steam Deck. This already assumes you own Watch Dogs(WD1) and Watch Dogs 2(WD2). In my case, I own WD1 via Steam and WD2 via Ubisoft Connect. | |
| 2 | 4 | ||
| 3 | 5 | I've only been able to get WD1 to boot via Steam client and all other methods to boot WD2 do not work as Ubisoft Connect tends to crash on boot. | |
Korbs revised this gist 3 hours ago. Go to revision
1 file changed, 3 insertions, 1 deletion
README.md
| @@ -23,4 +23,6 @@ This is in `./steamsapps/common/Watch_Dogs/`, I moved original WD1 files complet | |||
| 23 | 23 | ├── EAC.exe | |
| 24 | 24 | ├── uplay_install.manifest | |
| 25 | 25 | └── uplay_install.state | |
| 26 | - | ``` | |
| 26 | + | ``` | |
| 27 | + | ||
| 28 | + | When booting, install Watch Dogs 2 on Ubisoft Connect and set the install path here. The installer will discover the files and will see that the Watch Dogs 2 files are already install and you'll be ready to play once it's done scanning(2 - 5 minutes). | |
Korbs revised this gist 3 hours ago. Go to revision
1 file changed, 26 insertions
README.md(file created)
| @@ -0,0 +1,26 @@ | |||
| 1 | + | For last resort only if all other methods to boot Watch Dogs 2 fails on the Steam Deck. This already assumes you own Watch Dogs(WD1) and Watch Dogs 2(WD2). In my case, I own WD1 via Steam and WD2 via Ubisoft Connect. | |
| 2 | + | ||
| 3 | + | I've only been able to get WD1 to boot via Steam client and all other methods to boot WD2 do not work as Ubisoft Connect tends to crash on boot. | |
| 4 | + | ||
| 5 | + | Instead, since I am no longer interested in playing WD1, I went ahead and swap out the files in the Steam folder for WD1 with WD2, also making sure the executable still matches the target path so Steam boots it. This appears to work in tricking Steam to boot WD2 without issue and Ubisoft Connects boots properly. | |
| 6 | + | ||
| 7 | + | ### File Structure | |
| 8 | + | ||
| 9 | + | This is in `./steamsapps/common/Watch_Dogs/`, I moved original WD1 files completedly somewhere else. | |
| 10 | + | ||
| 11 | + | ``` | |
| 12 | + | └── Watch_Dogs/ | |
| 13 | + | ├── bin/ | |
| 14 | + | │ └── watch_dogs.exe <-- WatchDogs2.exe renamed to watch_dogs.exe(for Steam) | |
| 15 | + | └── WATCH_DOGS2/ | |
| 16 | + | ├── EasyAntiCheat | |
| 17 | + | ├── bin | |
| 18 | + | ├── Support | |
| 19 | + | ├── bin | |
| 20 | + | ├── bin_plus | |
| 21 | + | ├── data_win64 | |
| 22 | + | ├── uplay_download | |
| 23 | + | ├── EAC.exe | |
| 24 | + | ├── uplay_install.manifest | |
| 25 | + | └── uplay_install.state | |
| 26 | + | ``` | |