mirror of
https://github.com/Detanup01/gbe_fork
synced 2026-08-19 22:26:04 -04:00
| .. | ||
| steam_settings.EXAMPLE | ||
| win/ColdClientLoader.EXAMPLE | ||
| README.debug.md | ||
| README.experimental.md | ||
| README.experimental_linux.md | ||
| README.experimental_steamclient.md | ||
| README.generate_interfaces.md | ||
| README.lobby_connect.md | ||
| README.release.md | ||
| README.steam_old_lib.md | ||
What is this ?
This is an old Windows-only library equivalent to steam_api.dll that's still used by some old games.
Purpose ?
Bypass initial/basic checks in old games.
Note
Note that it doesn't emulate all the required functionality at the moment, some functions are still missing.
How to use ?
Option 1:
- Copy & paste this dll beside the game's
.exefile - Copy
steam_api.dllandsteamclient.dllfrom the experimental build beside the game's.exefile - Generate the
steam_interfaces.txtfile - Run the game
Option 2:
- Copy & paste this dll inside the folder
steam_settings/load_dlls/ - Copy
steam_api.dllandsteamclient.dllfrom the experimental build beside the game's.exefile - Generate the
steam_interfaces.txtfile - Run the game
Option 3:
- Copy the dll to a separate folder, ex:
extra_dlls - In
ColdClientLoader.iniset the options:ForceInjectSteamClient=1DllsToInjectFolder=extra_dlls
- Run
ColdClientLoader