mirror of
https://github.com/ValleyBell/PC98VNResearch.git
synced 2026-07-24 03:55:35 +02:00
PC-98 Visual Novel/ADV engine research
- Assembly 86.5%
- Python 12.2%
- DIGITAL Command Language 1.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| DragoonArmor | ||
| four-nine_system98 | ||
| mime | ||
| panda_max | ||
| z_hacks | ||
| z_misc | ||
| cc-by-sa-4.0.txt | ||
| compression-list.md | ||
| game-list.md | ||
| gpl-2.0.txt | ||
| README.md | ||
PC-98 Visual Novel/ADV engine research
I'm collecting all sorts of research done on PC-98 adventure games in this repository. This includes:
- information about file formats
- tools for unpacking and decoding (and possibly re-packing and encoding)
- disassemblies (IDA Pro format, rendered ASM)
In the long run, this information may help with the translation of some of these games.
Engine list
| Engine name | Developer | Research information |
|---|---|---|
| AGS | C's Ware | https://github.com/XenonTranslation, updated tools, Discord message by Tamamoball |
| Adv98V | Fairytale | https://github.com/EK720/lime-juice |
| DIANA | Four・Nine | folder four-nine_system98 (It is derived from System-98.) |
| MAX | PANDA HOUSE | folder panda_max |
| System-98 | Four・Nine | folder four-nine_system98 |
Game specifics
| Game name | Developer | Research information |
|---|---|---|
| Dragoon Armor for Adult | Fairytale | folder DragoonArmor |
| MIME | Studio Twin'kle | folder mime |
Game list
A list of various games and their known engine versions can be found in game-list.md.
see also
License
- Source code is licensed under GNU General Public License v2.0 or later (GPL-2.0-or-later).
- Documents are licensed under Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.0).