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

Support for Chuunithm NEW #8

Open
Marunne opened this issue Mar 23, 2022 · 0 comments
Open

Support for Chuunithm NEW #8

Marunne opened this issue Mar 23, 2022 · 0 comments

Comments

@Marunne
Copy link

Marunne commented Mar 23, 2022

The current Segatools for Chunithm NEW uses two different injectors (x64 and x86) to inject chusanhooks into chusanApp.exe.
This is how it looks like:

@echo off

pushd %~dp0

start /min inject_x64.exe -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_sp.json inject_x86.exe -d -k chusanhook_x86.dll chusanApp.exe
taskkill /f /im amdaemon.exe > nul 2>&1

echo.
echo Game processes have terminated
pause

It looks similar to the previous start.bat, but adding -k ctw.dll and injecting into chusanApp.exe using these injectors don't seem to work that well. There was one instance where it did work, however, restarting the app to double-check if it did only made it stop working again. I tried placing -k ctw.dll after -k chusanhook_x86.dll to use the x86 injector, and doing -k ctw.dll chusanApp.exe with the x64 one.

I'm using 0.2.1 without Leap support, using a P2418HT Dell touchscreen. It works just fine in Crystal/Paradise.

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

1 participant