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
- Host: GitHub
- URL: https://github.com/slice/tsc_decrypt
- Owner: slice
- Created: 2016-12-14T01:24:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T21:22:28.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T16:23:53.769Z (about 1 year ago)
- Topics: cave-story, tsc
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.