mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Updated readme [skip ci]
This commit is contained in:
@@ -83,12 +83,12 @@ If that didn't work, refer to the _Troubleshooting_ section below.
|
|||||||
|
|
||||||
- Download the [latest SmokeAPI release zip].
|
- Download the [latest SmokeAPI release zip].
|
||||||
- From this downloaded zip extract `smoke_api32.dll` or `smoke_api64.dll`, depending on a game's bitness.
|
- From this downloaded zip extract `smoke_api32.dll` or `smoke_api64.dll`, depending on a game's bitness.
|
||||||
- Rename the unzipped DLL to `version.dll` or `winmm.dll`.
|
- Rename the unzipped DLL to `version.dll` or `winhttp.dll` or `winmm.dll`.
|
||||||
- Place this `version.dll` or `winmm.dll` next to the game's `.exe` file.
|
- Place this `version.dll` or `winhttp.dll` or `winmm.dll` next to the game's `.exe` file.
|
||||||
|
|
||||||
#### 🪝 Hook mode with Koaloader
|
#### 🪝 Hook mode with Koaloader
|
||||||
|
|
||||||
If a game doesn't load `version.dll` or `winmm.dll`, you can use an alternative injector to load
|
If a game doesn't load `version.dll` or `winhttp.dll` or `winmm.dll`, you can use an alternative injector to load
|
||||||
SmokeAPI into the game process.
|
SmokeAPI into the game process.
|
||||||
One such injector is [Koaloader], which supports different DLLs that a typical game might load.
|
One such injector is [Koaloader], which supports different DLLs that a typical game might load.
|
||||||
For example, assuming that the game loads `d3d11.dll`:
|
For example, assuming that the game loads `d3d11.dll`:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"dlc_database": "SteamDB",
|
"dlc_database": "SteamDB",
|
||||||
"dlc_database_url": "https://steamdb.info/",
|
"dlc_database_url": "https://steamdb.info/",
|
||||||
"json_schema_path": "./res/SmokeAPI.schema.json",
|
"json_schema_path": "./res/SmokeAPI.schema.json",
|
||||||
"self_inject_dll": "`version.dll` or `winmm.dll`"
|
"self_inject_dll": "`version.dll` or `winhttp.dll` or `winmm.dll`"
|
||||||
},
|
},
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user