mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2026-02-04 05:21:16 +01:00
1000 B
1000 B
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