Skip to content

Releases: FreecraftCore/FreecraftCore.DBCTools

Version 0.0.4 Release

21 Jun 10:11
Compare
Choose a tag to compare
Version 0.0.4 Release Pre-release
Pre-release

This is the second public release, the only working one as 0.0.3 was faulty. It provides the ability to:

  • Generate the Database
  • Generate DBC files from Database
  • Generate MPQ from new DBCs

This lacks the ability to generate text-based diffs. A goal of the project is to provide support for git versioning to allow for reverting changes. Though this feature is not yet available.

This is a self-contained .NET Core application meaning it should run on your machine without .NET Framework or .NET Core installed. This only supports win64 right now though. Mac, Linux and x86 builds will come in the future when build automation is setup.

[REMOVED] Version 0.0.3 Release

21 Jun 04:02
a3c3595
Compare
Choose a tag to compare
Pre-release

[FAULTY AND REMOVED]

This is the initial public release. It provides the ability to:

  • Generate the Database
  • Generate DBC files from Database
  • Generate MPQ from new DBCs

This lacks the ability to generate text-based diffs. A goal of the project is to provide support for git versioning to allow for reverting changes. Though this feature is not yet available.

This is a self-contained .NET Core application meaning it should run on your machine without .NET Framework or .NET Core installed. This only supports win64 right now though. Mac, Linux and x86 builds will come in the future when build automation is setup.

Version 0.0.2 Release

19 Jun 01:42
Compare
Choose a tag to compare
Version 0.0.2 Release Pre-release
Pre-release

This version contains The FreecraftCore.DBC.CreateDatabase which will now automatically scan the DBC folder and create the tables for the mysql database. It will also upload all the data into these tables. You no longer have to specify them one by one.

Version 0.0.1 Release

18 Jun 07:02
Compare
Choose a tag to compare
Version 0.0.1 Release Pre-release
Pre-release

Here is a working runnable version of the new DBCTools I started developing the other day. You can run it and it will create a Database with some of the DBC tables. Additionally you can upload the data to the tables too, but it only supports doing 1 DBC file at a time and for complex DBC files like Spell it can be very slow. Feel free to check it out if you want. It was built targeting Netcore 2.1 and so it may be required to run it. I'll get a Netframework version built sometime.