Skip to content

A simple app for converting .tbl files to .json and back again

License

Notifications You must be signed in to change notification settings

Elmegaard/DiabloTblConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiabloTblConverter

A simple app for converting .tbl files to .json and back again.

Since .tbl files are binary, they do not work very well with version control. Every time you push a change to a .tbl file in git, you have to push the entire file and you can't merge the files.

Usage

To use it, run the tool with the follwoing parameters:

DiabloTblConverter.exe <target type [tbl|json]> <path to source file> <path to target file>

Example:

# .tbl to .json
DiabloTblConverter.exe "json" "path\to\tbl_file.tbl" "path\to\json_file.json"

# .json to .tbl
DiabloTblConverter.exe "tbl" "path\to\json_file.json" "path\to\tbl_file.tbl"

Credits

https://github.com/kambala-decapitator/QTblEditor

About

A simple app for converting .tbl files to .json and back again

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages