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

can't disable api #182

Open
paul0728 opened this issue Aug 12, 2023 · 3 comments
Open

can't disable api #182

paul0728 opened this issue Aug 12, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@paul0728
Copy link

Scarab Version

v1.34.0.0

Hollow Knight Version

v1.5.78.11833

Steps to Reproduce

When I press the "Disable API" button in the bottom left corner of the scarab interface, it doesn't work. It still shows that the mod is loaded in the top left corner of the main game screen.

Expected Behaviour

Disable all mod and api

Actual Behaviour

do nothing

Logs

ModLog.txt

@paul0728 paul0728 added the bug Something isn't working label Aug 12, 2023
@Hanzerx
Copy link

Hanzerx commented Aug 21, 2023

I have the same problem. :/

@fifty-six
Copy link
Owner

Could either/both of you provide the Modinstaller.log? ModLog is more for diagnosing issues with the game mods, not the installer itself.

@ForgottenIce
Copy link

I found the problem but not the cause. Assembly-CSharp.dll and Assembly-CSharp.dll.m had the same checksum, meaning that both were the same file. So it would essentially just swap between the same modded dlls. My theory is that I updated Scarab at some point and it lost track of which Assembly-CSharp.dll was the vanilla and which one was the modded one.

The fix:

  1. Disable the modding api in Scarab.
  2. Verify the integrity of game files of Hollow Knight in Steam.

Afterwards, the api toggle works as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants