
Connect STEAM games under the Galen game platform to your STEAM game library
Copy “acf” file
Copy the acf file in Galen’s updated STEAM game directory to the STEAM library SteamLibrary\steamapps\ directory
- Use the batch command to copy the acf file to the SteamLibrary\steamapps\ directory
copy "Z:\我的游戏\单机游戏\NARAKA BLADEPOINT\appmanifest_1203220.acf" "Z:\SteamLibrary\steamapps"(Please fill in the actual path according to your own disk path)
Create a soft connection to connect the game directory to the STEAM library
Connect the game directory under Galen’s updated STEAM game directory to the STEAM library SteamLibrary\steamapps\common\ directory through the mklink command.
- Use the mklink command to create a soft link to connect Galen’s STEAM game body file to the STEAM library directory.
mklink /J "Z:\SteamLibrary\steamapps\common\NARAKA BLADEPOINT" "Z:\我的游戏\单机游戏\NARAKA BLADEPOINT\NARAKA BLADEPOINT\"(Please fill in the actual path according to your own disk path)
You only need the above two commands to connect the STEAM games on the Galen platform to your own STEAM library.
FAQ
The command does not take effect
- Please check whether the batch syntax or file directory is correct
- Please check the file encoding. If there is a Chinese directory, please save it in ANSI encoding format.