Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Eden not working #86

Open
Manu270891 opened this issue Aug 7, 2024 · 1 comment
Open

Project Eden not working #86

Manu270891 opened this issue Aug 7, 2024 · 1 comment

Comments

@Manu270891
Copy link

Manu270891 commented Aug 7, 2024

Hi,

I'm trying to use Xidi on "Project Eden".

The game uses WinMM. Apparently, "winmm.dll" can cause some troubles In Windows 11 (at least on my PC). Everytime I want to use Xidi in a game that uses "winmm.dll" i have to rename the file to "winm2.dll" and use this script to modify the game exe, so that instead of looking for the "winmm.dll" file, the game looks for a "winm2.dll" file. This can also be archieved by using a hex editor on the game .exe file and replacing all the "winmm" strings for "winm2". I used the script in the .exe file for "Wallace & Gromit in Project Zoo" and it made Xidi work.

Unfortunately, Xidi does not seem to work on Project Eden. The log files are being created, but there is not any change in-game, the controls can't be set correctly and editing the "Xidi.ini" file doesn't seem to make any difference.

Any clue why is this happening?

Thanks!

@samuelgr
Copy link
Owner

Could you please upload whatever Xidi log files you have? And are you sure that this game uses WinMM for game controllers? WinMM itself offers a lot of other functionality, so sometimes games will load it but then use something else for controller support. Have you tried the DInput and DInput8 forms, possibly with the HookModule as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants