-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue: #99 As with the unit version, we now automatically detect the file format introduced with Reforged (1.32). This is done by looking at the byte that either represents a doodad's flags or skin. If this byte is a printable character (i.e. greater than `0x20`), we assume it is a skin, and thus the latest format. Other changes include support of `position` in `unpack` and adjustments to the output format.
- Loading branch information
Showing
2 changed files
with
45 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters