Skip to content

essen/prsutil

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
src
 
 
 
 
PRS compression/decompression utility

The PRS compression algorithm is based on LZ77 with run-length encoding
emulation and extended matches. It is used in numerous games since the
introduction of the SEGA Saturn, including Phantasy Star Universe inside
the nbl file format.

Archive of the original code from fuzziqer. No license was provided
with the released files, although fuzziqer stated using the source
freely was fine as long as he's credited for the compression and
decompression code.

See http://fuzziqer.10.forumer.com/viewtopic.php?t=110 for more details.

About

fuzziqer's original PRS compression/decompression utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages