GithubHelp home page GithubHelp logo

t-moos / dbc-export Goto Github PK

View Code? Open in Web Editor NEW

This project forked from project-epoch/dbc-export

0.0 0.0 0.0 75 KB

A simple CLI tool to allow for exporting DBC's from an AzerothCore world database.

Shell 2.12% C# 97.88%

dbc-export's Introduction

DBC Exporter

This is a small CLI tool that is able to connect to a MySQL database and export the data from DBC tables into a WotLK 3.3.5 Client DBC file. These are defined in definitions.json and is currently an incomplete set. As and when I come across a new DBC that I need while working on projects this will be expanded. The ones currently provided were simply chosen to encompass a broad selection of data types to test the implementation.

Supported Cores:

  • AzerothCore

Usage

Firstly you must enter your database credentials within an appsettings.json file placed alongside the executable. This can be accomplished with cp appsettings.json.dist appsettings.json.

Fill in the following:

  • DB_HOST The IP or hostname of your database.
  • DB_PORT The port your database is exposed on.
  • DB_USER The user to connect with.
  • DB_PASS The password to use correlating with the above user.
  • WORLD_DB The name of your world database.

From Source

  1. Ensure that you have installed the .NET Core SDK x64 for your OS (Windows, OSX, Linux).
  2. From a terminal execute dotnet restore.
  3. From a terminal execute dotnet run.

dbc-export's People

Contributors

kaytotes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.