Skip to content

Latest commit

 

History

History
82 lines (43 loc) · 2.52 KB

Projects.md

File metadata and controls

82 lines (43 loc) · 2.52 KB

Projects

Core Libraries

StarlightStage

You know what it is.

HCA Audio

The pure C# implementation of CRI HCA v2.0 decoder, based on kawashima. Here is its readme.

ACB Archive

CRI ACB/AWB package manipulation library. Only necessary parts are implemented. Here is its readme.

Applications

Applications can be found in Apps.

Starlight Director

Removed for platform compatibility. The new version can be found at hozuki/StarlightDirector.

Score Viewer

Viewing scores (beatmaps) of live music. Here is its readme.

This utility is somewhat unpolished, but it shows the basic ideas about CGSS beatmaps and how to read and display them.

hcacc

The C# version of HCA cipher conversion utility. See hcacc in libcgss.

hcaenc

The C# version of HCA encoding utility. See hcaenc in libcgss.

hca2wav

A console appilcation that converts HCA audio to wave audio. It can be used as a demo to integrate DereTore.HCA.

ACB Maker

A tool for creating CGSS-compatible ACB archives. Here is its readme.

Music Toolchain

A GUI program that integrates hcaenc, hcacc and ACB Maker into a streamline. Here is its readme.

ACB Unzip

An application for unpacking ACB archives.

Jacket Creator

A utility for creating CD jackets. Used with score and music makers.

acb2wavs

A console application that converts all HCAs in an ACB to wave audio.

Other

LZ4

An LZ4 compression utility for compressing game data. It is designed for IdolProxy.

PVRTexLib Interop

An interop library of PVRTexLib, for generating PVR textures.

D3DX9 Interop

An interop library using D3DX9 to generate DDS textures.

Unity Engine Asset IO

An library which provides functions to generate CGSS-compatible (for specific Unity version) asset bundles.