Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trigger-segfault/triggerstools.catsystem2
A library for extracting from and working with the CatSystem 2 visual novel game engine.
https://github.com/trigger-segfault/triggerstools.catsystem2
catsystem2 english translation visual-novel visual-novel-engine
Last synced: 2 months ago
JSON representation
A library for extracting from and working with the CatSystem 2 visual novel game engine.
- Host: GitHub
- URL: https://github.com/trigger-segfault/triggerstools.catsystem2
- Owner: trigger-segfault
- License: mit
- Created: 2019-02-20T14:43:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T17:38:24.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T23:32:49.115Z (over 1 year ago)
- Topics: catsystem2, english, translation, visual-novel, visual-novel-engine
- Language: C#
- Homepage:
- Size: 1.18 MB
- Stars: 40
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# TriggersTools.CatSystem2 ![AppIcon](https://i.imgur.com/RxP6ZZL.png)
[![NuGet Version](https://img.shields.io/nuget/vpre/TriggersTools.CatSystem2.svg?style=flat)](https://www.nuget.org/packages/TriggersTools.CatSystem2/)
[![NuGet Downloads](https://img.shields.io/nuget/dt/TriggersTools.CatSystem2.svg?style=flat)](https://www.nuget.org/packages/TriggersTools.CatSystem2/)
[![Creation Date](https://img.shields.io/badge/created-february%202019-A642FF.svg?style=flat)](https://github.com/trigger-death/TriggersTools.CatSystem2/commit/b5a6288423842d3289f9770d0294d01b105348be)
[![Discord](https://img.shields.io/discord/436949335947870238.svg?style=flat&logo=discord&label=chat&colorB=7389DC&link=https://discord.gg/vB7jUbY)](https://discord.gg/vB7jUbY)A library for extracting resources from, decompiling scripts from, and working with the CatSystem2 visual novel game engine.
See the **[CatSystem2 Documentation Wiki](https://github.com/trigger-death/TriggersTools.CatSystem2/wiki)** for ongoing documentation of CatSystem2 file specifications, undocumented features, debugging, decompiling scripts, and more.
## Features
* Patches for translating CatSystem2 tools into English.
* Decrypting and extracting from KIF int archive files.
* Extracting images from HG-2 and HG-3 format. (Improved over asmodean's code)
* Decompiling cst, fes, and anm scripts into a modifiable and compileable state.### This is a Work in Progress.
![CatSystem2 English Debug Mode](https://i.imgur.com/r8g2vqJ.png)
## Other Projects/Tools of Note & Special Thanks
* **[Japanese Command Prompt](https://github.com/trigger-death/jpcmd)**
* **[Locale Emulator](https://github.com/xupefei/Locale-Emulator)**
* **[marcussacana's CatSceneEditor](https://github.com/marcussacana/CatSceneEditor)**
* **[FuckGalEngine/CatSystem2](https://github.com/Inori/FuckGalEngine/tree/master/CatSystem2)**
* **[chinesize/CatSystem2](https://github.com/regomne/chinesize/tree/master/CatSystem2)**
* **[Doddler's Kamikaze Tools](http://www.doddlercon.com/main/?p=120)**
* **[asmodean's exkifint & hgx2bmp](http://asmodean.reverse.net/pages/exkifint.html)**
* **[ClrPlus.Windows.PeBinary.ResourceLib](https://github.com/perpetual-motion/clrplus/tree/master/Windows.PeBinary/ResourceLib)**