An open API service indexing awesome lists of open source software.

https://github.com/slice/tsc_decrypt

A small utility that decodes .tsc files from Cave Story
https://github.com/slice/tsc_decrypt

cave-story tsc

Last synced: about 1 year ago
JSON representation

A small utility that decodes .tsc files from Cave Story

Awesome Lists containing this project

README

          

# `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

```sh
$ mkdir bld
$ cd bld
$ cmake ..
$ make
```

## using

```
$ ./tsc_decrypt [file]
```

The decrypted contents of the file is printed to stdout.