Files
coldloader/coldloader.EXAMPLE.ini
T
Andreh 4c48d38d7d X86 Support
* Code cleanup and fixes
* Added x86 support
2026-03-15 16:44:13 +01:00

9 lines
360 B
INI

[settings]
; This is the steam AppID of the game
appid = YOUR_APP_ID
; This is the path to the steamclient64.dll file, used in 64-bit processes
steamclient64 = "steamclient64.dll"
; This is the path to the steamclient.dll file, used in 32-bit processes
steamclient = "steamclient.dll"
; This is the delay in seconds before performing cleanup
cleanup_delay = 10