Skip to content

A small utility that decodes .tsc files from Cave Story

Notifications You must be signed in to change notification settings

slice/tsc_decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published