You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--------------------------------ENGLISH---------------------------------------
Open game directory
Copy all files in the build.v1.9\steamclient folder to the game directory
Search for [SteamClient] and fill in the game program name in the game directory with Exe =
Then fill in the path of the game program in the computer into ExeRunDir =
E.g:
Before you modify:
[SteamClient]
; Enter your game executable path here.
Exe = Game.exe
ExeRunDir =
; Enter your executable starting command line here.
After you modify:
[SteamClient]
; Enter your game executable path here.
Exe = game123.exe
ExeRunDir = C:\Users\Eric\Desktop\game123
; Enter your executable starting command line here.
Then search for "Language"
Change Language = to your language
Double-click ColdClientLoader.exe or ColdClientLoader64.exe in the game directory to open the game
If it still cannot be opened, go to the next step
Double-click to open the ColdAPI.ini just copied
Search for [SteamData], fill in the number in steam_appid.txt in the game directory into AppID =
E.g:
Before you modify:
[SteamData]
; Game AppID here, set 0 to read from steam_appid.txt file.
AppID = 0
After you modify:
[SteamData]
; Game AppID here, set 0 to read from steam_appid.txt file.
AppID = 123154
例如:
修改前:
[SteamClient]
; Enter your game executable path here.
Exe = Game.exe
ExeRunDir =
; Enter your executable starting command line here.
修改后:
[SteamClient]
; Enter your game executable path here.
Exe = game123.exe
ExeRunDir = C:\Users\Eric\Desktop\game123
; Enter your executable starting command line here.
--------------------------------ENGLISH---------------------------------------
Open game directory
Copy all files in the build.v1.9\steamclient folder to the game directory
Search for [SteamClient] and fill in the game program name in the game directory with Exe =
Then fill in the path of the game program in the computer into ExeRunDir =
E.g:
Before you modify:
[SteamClient]
; Enter your game executable path here.
Exe = Game.exe
ExeRunDir =
; Enter your executable starting command line here.
After you modify:
[SteamClient]
; Enter your game executable path here.
Exe = game123.exe
ExeRunDir = C:\Users\Eric\Desktop\game123
; Enter your executable starting command line here.
Then search for "Language"
Change Language = to your language
Double-click ColdClientLoader.exe or ColdClientLoader64.exe in the game directory to open the game
If it still cannot be opened, go to the next step
Double-click to open the ColdAPI.ini just copied
Search for [SteamData], fill in the number in steam_appid.txt in the game directory into AppID =
E.g:
Before you modify:
[SteamData]
; Game AppID here, set 0 to read from steam_appid.txt file.
AppID = 0
After you modify:
[SteamData]
; Game AppID here, set 0 to read from steam_appid.txt file.
AppID = 123154
--------------------------------中文---------------------------------------
打开游戏目录
将build.v1.9\steamclient文件夹所有文件复制到游戏目录
搜索[SteamClient],将游戏目录中游戏程序名填入Exe =
再将游戏程序在电脑中的路径填入ExeRunDir =
例如:
修改前:
[SteamClient]
; Enter your game executable path here.
Exe = Game.exe
ExeRunDir =
; Enter your executable starting command line here.
修改后:
[SteamClient]
; Enter your game executable path here.
Exe = game123.exe
ExeRunDir = C:\Users\Eric\Desktop\game123
; Enter your executable starting command line here.
再搜索Language
将Language = 改为你的语言
双击游戏目录内ColdClientLoader.exe或ColdClientLoader64.exe打开游戏即可
若还是无法打开则进行下一步
双击打开刚复制过去的ColdAPI.ini
搜索[SteamData],将游戏目录中steam_appid.txt里的数字填入AppID =
例如:
修改前:
[SteamData]
; Game AppID here, set 0 to read from steam_appid.txt file.
AppID = 0
修改后:
[SteamData]
; Game AppID here, set 0 to read from steam_appid.txt file.
AppID = 123154
The text was updated successfully, but these errors were encountered: