praydog / REFramework

Scripting platform, modding framework and VR support for all RE Engine games
https://cursey.github.io/reframework-book/
MIT License
2.68k stars 337 forks source link

Reframework does not install #987

Open abroetto opened 5 months ago

abroetto commented 5 months ago

Describe the bug Reframework is not creating folders nor embedding into the game when i run it. I'm dropping dinput8 into the game path and it just. doesnt. install. The autorun folder just never appears, and the insert key does not open the menu in game. image

version 1.617, though I have tried several older versions to no avail.

Expected behavior Upon running the MHR .exe with the dinput8.dll file in the same folder, new folders such as "reframeworks" and "autorun" should be created.

Desktop

Additional context Add any other context about the problem here.

praydog commented 5 months ago

Check if there's an REFramework folder in your %APPDATA% folder. It falls back to using this folder in the event that it cannot create folders in the game directory for whatever reason.

abroetto commented 5 months ago

There is not. Only Local, LocalLow, and Roaming. I've also searched for "reframeworks" to be sure it wasnt hiding somewhere in there.