• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Guide] How to edit launcher for you server

Skilled Illusionist
Joined
Feb 13, 2011
Messages
314
Reaction score
49
1.First time go to BOI FOLDER / LauncherCfg folder
2.Open the "NewUpdateCfg.xml" this look

Code:
<?xml version="1.0" encoding="UTF-8" ?><Root>
    <Version>
        <LastVersion>1206260</LastVersion>
        <CurVersion>1207100</CurVersion>
        <ClientVer>2.04.0000</ClientVer>
        <BulletinVersion>0912150</BulletinVersion>
        <DownloadedFileVersion></DownloadedFileVersion>
    </Version>
    <ManualUpdateURL NormalURL="" TestUpdateURL="" TestRollbackURL="" />
    <InternetUpdate>
        <Telecom>
            <UpdateInfoURL>http://192.168.1.2/patch/newupdateinfo.zip</UpdateInfoURL>
        </Telecom>
        <Netcom>
            <UpdateInfoURL>http://192.168.1.2/patch/newupdateinfo.zip</UpdateInfoURL>
        </Netcom>
    </InternetUpdate>
</Root>

change 192.168.1.2 = Windows ip , change with yor Windows IP

3. Open "NewUpdateInfo.xml " this look

Code:
<?xml version="1.0" encoding="utf-8" ?>
<Root>
 
   <!--Following is force update configueration: Version stander for user's client version, so it can update emergency by modify it-->
    <EmergencyUpdate>
      <LauncherZip URL="http://sgpatch.gameflier.com/sgcq/Launcher.zip" ExeMD5="" />
      <VersionForced version1="" version2="" version3=""/>
    </EmergencyUpdate>

    <!--Latest client version-->
    <LatestVersion>1207100</LatestVersion>

    <!--Following is bulletin Info-->
    <BulletinText LatestVersion="" URL="http://0.0.0.0/shengui/us/AutoPatch/Test_localization/Bulletin.txt" TestLatestVersion="" TestURL="http://0.0.0.0/shengui/us/AutoPatch/Test_localization/Bulletin.txt"/>

    <!--Following is Area List. Display order of Area list is same as following order. Index represent the area display what picture (current 5 pics)-->
    <AreaList>
         <Area name="~E§網" index="1" CurVersion="">
          <PatchServer url="http://boipatch.perfectworld.com/patch/AutoPatch/NormalUpdate/" port="" maxsize="1500" Clientdir="client/" Xmlfiledir="Versioncmpfiles/" /> 
	  <Loginserver ip="192.168.1.2" port="30002" zoneid="904" name="BOIXTREMETEST"/>
        </Area>
    </AreaList>
</Root>

192.168.1.2 = WINDOWS ip change with your WINDOWS IP
30002 = DEFAUL SERVER PORT change with your sever port
BOIXTREMETEST = server name change with your server name

4. Save files
5. Open lancher and enter the game

Have fun ^^
 
Joined
Jul 2, 2012
Messages
790
Reaction score
125
btw if you guys cant make it work change
Code:
<LastVersion>1206260</LastVersion>
        <CurVersion>1207100</CurVersion>
from NewUpdateCfg.xml to
Code:
<LastVersion>1207100</LastVersion>
        <CurVersion>1207100</CurVersion>

Then on the NewUpdateInfo.xml
change
Code:
   <LatestVersion>1206260</LatestVersion>

to
Code:
    <LatestVersion>1207100</LatestVersion>
done!..
since it wasn't mention in the guide.
 
Back
Top