/tbledit

TBL Editor for Hero Online

Primary LanguageGoApache License 2.0Apache-2.0

Installation

git clone github.com/syntaxgame/tbledit
cd tbledit
go build -o tbledit

or Download a Release.

How to Use?

You can convert a .tbl file into excel table as following:

./tbledit export -i [tbl_file] -o [xlsx_file]

After tbl file is exported, you can edit the table on Excel, LibreOffice or Google Drive Sheets.

Finally, you can convert an excel table into .tbl file as following:

./tbledit import -i [xlsx_file] -o [tbl_file]

Example

./tbledit export -i tb_cashshop.tbl -o cashshop.xlsx
./tbledit import -i cashshop.xlsx -o tb_cashshop.tbl