MilkyDeveloper / ReshadeForUWP

An awesome GUI wrapper that injects Reshade in UWP games that supports Xbox Game Pass PC and Microsoft Store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon Quest - Incorrect .exe

AnticOwl opened this issue · comments

When making the .bat with the tool an incorrect name is populated.

cd %UserProfile%\ReshadeInjectUWP
cmd /c powershell -windowstyle hidden -Command Start-Process -filepath inject.exe Game.exe; Start-Process -filepath explorer.exe shell:appsFolder\39EA002F.DQXISWW_n746a19ndrrjg!Game

Correct .exe is DRAGON QUEST XI S.exe

As the name is composed with blank spaces it needs to be between double quote. Looks like it doesn't works.
Managed to be able to inject ReShade manually starting from the %UserProfile%\ReshadeInjectUWP by typing Inject.exe "DRAGON QUEST XI S.exe" and starting the game.

Screenshot 2021-01-19 175346

Hope it helps

Fixed! It would be awesome if you would tell me if it works.