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 XIS not injecting

MikeKostaras opened this issue · comments

have you done any testing on this game? attempted to inject with the injector but it does not put reshade into the game no matter what

Check if the game is not memory protected first. Like Forza.

in Powershell:

  • Type get-apppakage
  • Coppy the path of the game (ususally c:\program files...)
  • Press Win+R and paste the path
  • Check the folder

If not memory protected, check if the executable in the .bat file is the correct one.

it is correct and it might be write protected but it just does not inject

Alright, I know what's up with DQXIS. Basically my Regex doesn't know what to do with \ in the executable name, so what I've done is scrap that entirely. Now all you have to do is theoretically launch the game and select the process in the menu of the app. Committing the new code in a few hours.

sounds good thanks

C#'s System.Diagnostics was harder than I thought, so it took some time to make it. Anyways, here's the release and be sure to follow the new tutorial on the readme.md.

@MikeKostaras Sorry about this necro but is it working?