README update

Removed the need of ASI loader.
This commit is contained in:
2025-07-25 13:11:49 +00:00
parent 35071ccc94
commit e921a72266

View File

@@ -22,17 +22,14 @@ They're intended to be used with my other Reshade project addons.
Download this repository. Open the .sln provided. Build the solution for release. Download this repository. Open the .sln provided. Build the solution for release.
The solution has an x64 folder with Release ini it. .asi files shoud be found there. The solution has an x64 folder with Release ini it. .asi files shoud be found there.
An extra dll is necessary to be used with my asi plugins. An extra dll is necessary to be used with my injection dll plugins.
Its name is zydis.dll (assembler/disassembler). Its name is zydis.dll (assembler/disassembler).
The zydis project can easily be found on github. The zydis project can easily be found on github.
You have to build it first in order for my .asi files to work. You have to build it first in order for my plugins to work.
You will also need zydis core project in addition to zydis. You will also need zydis core project in addition to zydis.
Finally you will need an ASI loader linked at the bottom of this readme.
This will allow injection by .asi files built previously.
## Installation ## Installation
Once zydis and my project is built, you can drop zydis.dll and winmm.dll (ASI loader) next to game's executable. Don't forget to drop also the .asi file corresponding to your game. Once zydis and my project is built, you can drop zydis.dll next to game's executable. Don't forget to drop also the .dll file corresponding to your game.
Prior to this, you would have built the addon project and dropped the respective .addon file into the game's executable folder. Prior to this, you would have built the addon project and dropped the respective .addon file into the game's executable folder.
@@ -41,6 +38,4 @@ Check the boxes, adjust sliders and see the effects in real time in game.
## Credits ## Credits
This project use the following other projects. This project use the following other projects.
[Ultimate-ASI-Loader
](https://github.com/ThirteenAG/Ultimate-ASI-Loader)
[SafetyHook](https://github.com/cursey/safetyhook) [SafetyHook](https://github.com/cursey/safetyhook)