Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

README.md

tsc_decrypt

tsc_decrypt is a dead simple utility for decrypting .tsc files from Cave Story, written in C++.

supported operating systems

  • Linux
  • Windows (use MinGW)

building

$ mkdir bld
$ cd bld
$ cmake ..
$ make

using

$ ./tsc_decrypt [file]

The decrypted contents of the file is printed to stdout.

About

A small utility that decodes .tsc files from Cave Story

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.