PC-98 Visual Novel/ADV engine research
  • Assembly 86.5%
  • Python 12.2%
  • DIGITAL Command Language 1.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-09 08:59:48 +02:00
DragoonArmor add "Dragoon Armor for Adult" information 2026-05-13 23:10:03 +02:00
four-nine_system98 minor cleanups 2026-03-08 18:08:31 +01:00
mime add games to compression list, fix some typos 2026-03-09 20:32:14 +01:00
panda_max add PANDA MAX tools by Fuzion 2026-04-23 20:40:40 +02:00
z_hacks add Right Stuff BND (un-)packer 2025-08-10 16:40:22 +02:00
z_misc font-write.py: fix reading UTF-8 encoded files 2026-07-09 08:59:48 +02:00
cc-by-sa-4.0.txt add license info 2023-09-27 22:11:16 +02:00
compression-list.md add games to compression list, fix some typos 2026-03-09 20:32:14 +01:00
game-list.md minor cleanups 2026-03-08 18:08:31 +01:00
gpl-2.0.txt add license info 2023-09-27 22:11:16 +02:00
README.md add "Dragoon Armor for Adult" information 2026-05-13 23:10:03 +02:00

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).