tera-data-parser

Tera Data Parser

Tera Datacenter Parser to create Database Tables
Project: tera-data-parser

Contact:

You can reach out to us over...
E-Mail | Website | Twitch | Discord



Package Content

  • Create Abnorm DB table
  • Create Areas DB table
  • Create Glyphs DB table
  • Create Items DB table
  • Create Skills DB table



Package Requirements

  • Tera Server Datacenter Files
  • Tera Client Datacenter Files
  • My SQL Database Table



Package Configuration

Database Tables

  • Import the sql_abnorms.sql template into your database
  • Import the sql_areas.sql template into your database
  • Import the sql_crests.sql template into your database
  • Import the sql_items.sql template into your database
  • Import the sql_skills.sql template into your database


Datacenter Files

  • Put all Abnormality xml files into /data/Abnormality
  • Put all AbnormalityIconData xml files into /data/AbnormalityIcon
  • Put all ContinentData xml files into /data/Area
  • Put all CrestData xml files into /data/Crest
  • Put all CrestIconData xml files into /data/CrestIcon
  • Put all ItemTemplate xml files into /data/Item
  • Put all UserSkillData xml files into /data/UserSkill
  • Put all SkillIconData xml files into /data/UserSkillIcon


Datacenter String Files

  • Put all StrSheet_Abnormality xml files into /data/StrSheet_Abnormality
  • Put all StrSheet_Region xml files into /data/StrSheet_Area
  • Put all StrSheet_Crest xml files into /data/StrSheet_Crest
  • Put all StrSheet_Item xml files into /data/StrSheet_Item
  • Put all StrSheet_UserSkill xml files into /data/StrSheet_UserSkill


Parser Setup

Open config.ini and adjust:

[Parser]
debug = False           // Verbose output
db_host = 127.0.0.1     // IP for My SQL Server
db_user = root          // User for My SQL Server
db_pass = 12345         // Password for My SQL Server
db_base = tera          // Database for My SQL Server