tools/dumpnbt: Wanted feature tracker #47
Labels
No Label
Bug
Build Problems
Discussion
Distribution
Enhancement
Far Future
Fix Later
TODO
WONTFIX
Workflow
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#36 lib/nbt: generator/serializer
BodgeMaster/FOSS-VG
You do not have permission to read 1 dependency
Reference: BodgeMaster/FOSS-VG#47
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
sortingas inputalphabeticallyalphabetically, compounds fist, lists second, rest by name (default)alphabetically, compounds first, list second, rest by type in ascending orderThe order in which NBT is stored can matter, therefore sorting it doesn’t make sense.
Information that needs to be included in the human-readable format:
tree
-like structure visualizationCould look something like this:
XML for the same data as above could look like this:
Working on a preliminary version right now so i can get away from online development tools (I have been trying to work offline without much success). This will require a full rewrite once the NBT library is fully in place but I kinda need this tool first to make the full NBT library. Watch out for ugly hacks ahead.
Turns out I have no fucking clue how to implement drawing the tree. :(
Just eliminating feature creep here...
Dumpnbt is for visualization which it is doing a fine job at. If we ever actually need XML support a dedicated issue for that can be filed later.
Hex output format has been made redundant bc
baseconvert
which allows for straight-forward number conversion.