You've already forked coldloader
mirror of
https://github.com/denuvosanctuary/coldloader.git
synced 2026-04-29 15:47:09 -07:00
4c48d38d7d
* Code cleanup and fixes * Added x86 support
9 lines
360 B
INI
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 |