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 of Archolos #689

Open
mikevoronov opened this issue Oct 8, 2024 · 1 comment
Open

Support of Archolos #689

mikevoronov opened this issue Oct 8, 2024 · 1 comment

Comments

@mikevoronov
Copy link

Hi there, thank you for this awesome project!

Is it possible to run Archolos with it especially on MacOS?

@Try
Copy link
Owner

Try commented Oct 8, 2024

Hi, @mikevoronov !

Generally mods such as Archolos, I'm classifying here as DMA and here is ticket that describes problem in detail: #231

DMA, stand for Direct-Memory-Access. Basically author writes incorrect script on purpuse, in order to exploit memory volubility of vanilla game. On top of this they build lots of cool stuff, such as game-level manipulation, custom *.dll and more.

However for engine it's a pain:

  • we have to "understand" when script is looking to hack memory (kinda done)
  • we have to emulate memory-map of win98(gothic2 is compiled for old 32x windows) + emulate memory of vanilla game
    • do not let it read 'real' memory, while at it - keep it in sandbox
    • emulate memory in meaningful way - so game can run
      And there is also *.dll injections. We, in theory, can let mod load kernel32.dll, but we won't. Also loading .dll doesn't achieve anything if we speak about MacOS.

Good news, current partial implementation of DMA is good enough to start the game, but I don't think you can go far from starting area.

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