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

Include pages with WRITECOPY in SigScan #9

Merged
merged 1 commit into from
May 9, 2022

Conversation

giniyat202
Copy link
Contributor

This modifies the function SigScan so that it does not skip memory regions that have copy-on-write set. Fixes issue when running the game on Linux.

Closes #4

@giniyat202 giniyat202 force-pushed the master branch 2 times, most recently from 6d28fa7 to b06c94c Compare May 8, 2022 16:57
@techiew
Copy link
Owner

techiew commented May 8, 2022

Thank you, I will have a closer look tomorrow. I assume this has been tested with several of my mods on Proton or likewise?

@giniyat202
Copy link
Contributor Author

I tried CameraFix, PauseTheGame, SkipTheIntro and UnlockTheFps. They all seem to work just fine.

@techiew
Copy link
Owner

techiew commented May 9, 2022

Seems to not break anything on Windows. I don't have a Linux machine to test with so I'm gonna take your word for it.

Thank you for looking into it and fixing it! I always knew the fix would be something simple like this.

@alex-courtis
Copy link

Thank you.

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

Successfully merging this pull request may close these issues.

Mods cannot find memory signatures when playing on Linux using Proton, etc.
3 participants