mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
note on source-engine mods on Windows
This commit is contained in:
parent
fd9240989d
commit
63212a9835
1 changed files with 11 additions and 0 deletions
|
@ -82,3 +82,14 @@ This dll is meant to be injected during **startup** only, it must **not** be pla
|
|||
## `GameOverlayRenderer`
|
||||
Some apps verify the existence of this dll, either on disk, or inside their memory space, that's why this dll exists.
|
||||
It is **NOT** recommended to ignore this dll.
|
||||
|
||||
## Mods paths (source-engine games on Windows)
|
||||
On Windows, the registry key `SourceModInstallPath` is changed to the folder containing the loader.
|
||||
```
|
||||
Registry path: HKEY_CURRENT_USER\SOFTWARE\Valve\Steam
|
||||
Registry key: SourceModInstallPath
|
||||
Original value: C:\Program Files (x86)\Steam\steamapps\sourcemods
|
||||
New value: <FOLDER CONTAINING THE LOADER>
|
||||
```
|
||||
|
||||
This affects source-engine mods
|
||||
|
|
Loading…
Add table
Reference in a new issue