This repository has been archived by the owner on May 10, 2023. It is now read-only.
Releases: yellowcake-org/libycresources
Releases · yellowcake-org/libycresources
Cargo manifest fixes
Performance optimisations
Eliminated needless extra iterations over tiles' groups and map prototypes.
Parse and export maps
This brings support for .map
file format itself, as well as support for everything needed to accomplish this goal, such as .pro
, .frm
, .pal
files' format support, example tools for testing the code and working with other resources, and more.
It has been tested with original Fallout™ release resources — every map in it's initial state has been exported correctly for every elevation it had. Every option and command available for mapview
example tool has been also checked and confirmed to work properly.
Introduced README.md.
v0.2.0-beta.6 Added `README.md` for the repository.
Maps viewer and .map format support.
- parsing
.map
files - example tool
Prototypes viewer and .pro format support
- parsing
.pro
files - example tool
Frames viewer and .frm format support
- parsing
.frm
/.fr0-5
files - example tool
Palette viewer and .pal format support
- parsing
.pal
files - built-in animated colors
- example tool
Fonts viewer and .aaf format support
Merge pull request #17 from yellowcake-org/feature/aaf-reader .AAF fonts reader and viewer.
List and extract assets
Merge pull request #16 from yellowcake-org/develop Inspect & extract files from .dat