HOW TO: Create 2 configuration profile for Blade and soul
With the launching of Blade and Soul TW, player may need to reconfigure the game due to the Texture quality difference.
This guide will help you solve the problem.
Step 1. Create 2 folder "CN" and "TW" in this folder :C:\Users\YOURUSERNAME\Documents\BnS
*Your user name refer to ur PC username, just go Documents>BNS and copy the path
Step 2. Open your game to do some configuration and save setting (any setting)
Step 3. Copy the ClientConfiguration.xml from C:\Users\YOURUSERNAME\Documents\BnS\NCSOFT to one of the folder created above.
(If you're running TW BNS in step 2 copy to TW folder, If running CN BNS copy to CN folder)
Step 4. Repeat step 2 but with different game, I.E if u done for TW do CN this time
Step 5. Repeat step 3 with different folder.
Step 6. Create An TXT file and input the following:
Step. 7 Save the TXT file as BAT file
Step. 8 Open the BAT file to launch your game
The script above may need minor tweaking to match your need~
This guide will help you solve the problem.
Step 1. Create 2 folder "CN" and "TW" in this folder :C:\Users\YOURUSERNAME\Documents\BnS
*Your user name refer to ur PC username, just go Documents>BNS and copy the path
Step 2. Open your game to do some configuration and save setting (any setting)
Step 3. Copy the ClientConfiguration.xml from C:\Users\YOURUSERNAME\Documents\BnS\NCSOFT to one of the folder created above.
(If you're running TW BNS in step 2 copy to TW folder, If running CN BNS copy to CN folder)
Step 4. Repeat step 2 but with different game, I.E if u done for TW do CN this time
Step 5. Repeat step 3 with different folder.
Step 6. Create An TXT file and input the following:
@echo off
cls
:start
echo.
echo 1. Blade and Soul CN
echo 2. Blade and Soul Tw
echo 7. I'm Done
echo.
echo.
set /p x=Pick:
IF '%x%' == '%x%' GOTO Item_%x%
:Item_1
xcopy /s /y C:\Users\YOURUSERNAME\Documents\BnS\CN\ClientConfiguration.xml C:\Users\YOURUSERNAME\Documents\BnS\NCSOFT\
start "" "C:\Program Files\腾讯游戏\剑灵_腾讯\TCLS\Launcher.exe"
GOTO Start
:Item_2
xcopy /s /y C:\Users\YOURUSERNAME\Documents\BnS\TW\ClientConfiguration.xml C:\Users\YOURUSERNAME\Documents\BnS\NCSOFT\
start "" "C:\Program Files (x86)\NCTaiwan\NCGlobalLauncher\NCGlobalLauncher.exe" /LauncherID:"NCTaiwan" /CompanyID:"15" /GameID:"TWBNS22" /LUpdateAddr:"up4svr.plaync.com.tw
GOTO Start
:Item_7
exit
Step. 7 Save the TXT file as BAT file
Step. 8 Open the BAT file to launch your game
The script above may need minor tweaking to match your need~
Comments
Post a Comment