Releases: Nenkai/GBFRDataTools
Releases · Nenkai/GBFRDataTools
1.3.5
1.3.4
1.3.4
- feat: support for
.imageb
files - feat: unmapped files will be extracted to guessed folder through
unknown_hash_to_folder.txt
- misc: update to .NET 9.0
If this tool was useful to you, consider stopping by and donate on my ko-fi!
1.3.3
1.3.3
UI file improvements
- UI file components now output bsearch de-ordered, but define ordered - previously ui files would output their fields ordered based on their component name hash so that the game can search through them faster. This would result in fields being all over the place in general. Starting from 1.3.3, fields are now ordered by the order given by the tool (so for instance
Id
won't appear afterChildren
in Prefab.prfb
definitions). .animb
support - was somehow missingSpriteName
should now be converted to a proper name rather than a hash upon conversion (usingsprite_names.txt
)ObjectRef
s now output as a node with names rather than 3 random looking values
Support
If this tool was useful to you, consider stopping by and donate on my ko-fi!
1.3.2
1.3.1
Changes since 1.3.0
- fix: exception/error when converting from/to sqlite when executable is compiled as single-file
Changes since 1.2.5
- feature:
BXM
->XML
(drag-drop) - feature:
WTB
->DDS
(drag-drop) - scripts: Added
.bat
files for tbl importing/exporting (thanks @Hazelberry) - database: Updated column mappings
- filelist: Updated with 1.3 files.
- archive: files in
lipsync
now preserve original name casing - other:
GBFRDataTools.Database
is now available as a NuGet package.
1.2.5
1.2.4
1.2.3
⚠️ Requires .NET 8.0 Runtime.
GBFRDataTools
Changes since 1.2.2
- Database: Support for 1.2.1 game tables
- Updated local file list
1.2.2
⚠️ Requires .NET 8.0 Runtime.
GBFRDataTools
Changes since 1.2.1
- Database: Fixed an issue with
communication_stamp
when converting back to tbl
Changes since 1.2.0
- Database: Support
1.1
---version
argument is now required - File List: Updated with current state
1.2.0
⚠️ Requires .NET 8.0 Runtime.
GBFRDataTools
Changes since 1.1.0
- Feature:
tbl-to-sqlite
- Converts .tbl files to a sqlite database. - Feature:
sqlite-to-tbl
- Converts a sqlite database to .tbl files. - QoL: Unknown files will be extracted with an extension when it can be guessed