Skip to content

Releases: Kyuuhachi/Aureole

Improve create command

05 Oct 23:27
Compare
Choose a tag to compare

Factoria

  • Fix incorrect compression
  • Make create subcommand multithreaded and give it a progress bar
  • Reword some help strings to make them clearer

Factoria v1.0

30 Aug 13:38
Compare
Choose a tag to compare

First release of Factoria, the Sky archive manager.

Cradle v0.3.0 - now with more Ys

08 May 19:37
Compare
Choose a tag to compare

Aside from a few bug fixes, the major improvement is support for swizzle mode 4 in itp32 files. This is used for certain files in Zero and Azure, but also in several Ys games.

Will try to get Memoire working soon, but it yet another subformat that I'll have to implement. Not too bad to handle, hardest is to figure out how to choose between the different formats when injecting.

Cradle v0.2.1

17 Apr 07:16
Compare
Choose a tag to compare

Fix a number of issues with itp32, which are frankly quite embarrassing that I missed.

Cradle v0.2.0

07 Apr 23:51
Compare
Choose a tag to compare
  • Support itc with non-contiguous frames (in other words don't arbitrarily toss frames away).
  • Use JSON instead of CSV.
  • When possible, bake offset into extracted images.
  • Support ED6 formats too (via separate exe).

v0.1.2

20 Mar 15:40
Compare
Choose a tag to compare

New tools: Cradle

Can convert itp and itc files to and from png/dds. (Currently uses dds if there are mipmaps, png otherwise; might add an option to select manually later.)

Ch and chcp support is planned (as a separate executable).

Calmare/Themelios:

A number of syntactic changes:

  • Backslash-newline is now for code formatting only, rather than representing NISA newline. For NISA newline, use {0x0A}.
  • The VisSet* instructions were replaced with a single dependently-typed VisSet instruction.
  • The Emote instruction no longer has a emote[] syntax, since that was just a silly syntactic special case.
  • char_attr[char, attr] is now written as char.attr.

Bugfixes:

  • Only print {} in dialogue at the start of a line.
  • Use Sky Evo's visual/dt4 and visual/dt24 pseudo-indexes, containing images.
    • The dat/ directory, corresponding to archives 10 and 30 and containing battle data, does not have any index file (files were instead renamed, destroying their original names). These are left as file[0x...].

Now with roundtrip

12 Mar 01:21
Compare
Choose a tag to compare

Fixes a number of parsing errors: all vanilla scripts have perfect bin → mem → text → mem → bin roundtrip.

(Except the one that contains the duplicate encoding for .)

First alpha release

10 Mar 18:30
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

Initial release.