Database to MediaPK

11/22/2014 19:44 extra game#1
< DatabaseToMediaPK2 >

You can convert the long and complex table in Vsro database to media.pk2 file, easily.

Download: [Only registered and activated users can see links. Click Here To Register...]

Alternate Link : [Only registered and activated users can see links. Click Here To Register...]

Scan : [Only registered and activated users can see links. Click Here To Register...]

readme file:
Code:
< Created by ExtraGame.NET >

< DatabaseToMediaPK2 >

    You can convert the long and complex table in Vsro database to media.pk2 file, easily.

    _RefObjCommon    +    _RefObjItem    =    itemdata.txt // itemdata_xxx.txt
    _RefObjCommon    +    _RefObjChar    =    characterdata.txt // characterdata_xxx.txt
    _RefSkill                =    skilldataenc.txt // skildata_xxxenc.txt
    
    _RefPackageItem                =    refpackageitem.txt
    _RefPricePolicyOfItem            =    refpricepolicyofitem.txt
    _RefScrapOfPackageItem            =    refscrapOfpackageitem.txt
    _RefShopGoods                =    refshopgoods.txt

< db2pk2.exe >

    How to use?
    Go to Database Settings in Settings Menu;
    
    Host Name / IP    :    Write your computer name or IP address. 
    example        :    SamplePC\SQLEXPRESS / 255.255.255.255 / 255.255.255.255,1433

    Database User    :    Database user name to login.
    example        :    sa

    Database Pass    :    Database password to login.

    Database Name    :    Database name.
    example        :    SRO_VT_SHARD


    You can select target folder from "Export Folder" in Settings Menu.
    it generate textdata/ directory and files load here.


    
< db2pk2.exe.Config >

    Your settings keep here, if this file does not exist the program will not work. 

(Contents);
    
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings file="">
    <clear />
    <add key="dbHost" value="xxxPC\SQLEXPRESS" />
    <add key="dbUser" value="sa" />
    <add key="dbPassword" value="12345" />
    <add key="dbName" value="SRO_VT_SHARD" />
    <add key="exportDir" value="" />
  </appSettings>
</configuration>


< dec.exe >

    To encrypt folders, program "skilldataenc" is used as an assistant tool.
11/30/2014 19:09 extra game#2
fixed enc files.
01/10/2015 22:43 Timlock#3
Would you release the source code ?

I would like to add other file options to this tool.