The Touhou PC-98 Restoration Project
Go to file
nmlgc 4ddd9e1377 [Maintenance] readme.md → README.md
Because there will be a CONTRIBUTING.md as well.
2017-10-26 22:56:29 +02:00
bin Add MASTERS.LIB and MASTER.H from the original distribution 2015-02-16 23:10:47 +01:00
libs [Maintenance] Mark all batch and binary files as executable 2016-03-02 08:26:13 +01:00
th01 [Maintenance] Fix any whitespace issues in our own code 2015-09-07 15:44:48 +02:00
th02 [Reduction] Bouncing Music Room polygons 2017-01-09 21:10:33 +01:00
th03 [Reduction] Separate functions for 1D and 2D vector construction 2017-01-08 21:01:13 +01:00
th04 [Reduction] Separate functions for 1D and 2D vector construction 2017-01-08 21:01:13 +01:00
th05 [Maintenance] Rename snd_kaja_func() to snd_kaja_interrupt() 2015-03-15 23:51:11 +01:00
.gitattributes Start out with th05's OP.EXE 2014-06-26 22:47:15 +02:00
.gitignore .gitignore target binaries 2017-10-24 21:33:59 +03:00
Makefile.mak [C decompilation] [th02] ZUN_RES.COM 2015-09-17 03:43:28 +02:00
README.md [Maintenance] readme.md → README.md 2017-10-26 22:56:29 +02:00
ReC98.h [C decompilation] Finish TH02's OP.EXE 2015-03-16 22:36:50 +01:00
ReC98.inc Rename all code segments to names that Turbo C++ would generate 2015-02-21 12:47:24 +01:00
build.bat [Maintenance] Mark all batch and binary files as executable 2016-03-02 08:26:13 +01:00
build16b.bat [Maintenance] Mark all batch and binary files as executable 2016-03-02 08:26:13 +01:00
build32b.bat [Maintenance] Mark all batch and binary files as executable 2016-03-02 08:26:13 +01:00
defconv_c.inc Make previously reduced ZUN functions available to C 2015-02-21 14:12:22 +01:00
defconv_pascal.inc Make previously reduced ZUN functions available to C 2015-02-21 14:12:22 +01:00
th01_fuuin.asm [Maintenance] clip[bss].asm actually covers 16 bytes, not 8 -.- 2017-01-03 21:42:14 +01:00
th01_op.asm [Maintenance] clip[bss].asm actually covers 16 bytes, not 8 -.- 2017-01-03 21:42:14 +01:00
th01_reiiden.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th01_reiiden_2.inc [C decompilation] [th01/reiiden] 2D vector construction 2015-03-13 23:03:39 +01:00
th02_main.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th02_maine.asm [Reverse-engineering] [th02/maine] *Actually* identify all array references -.- 2017-01-05 23:54:17 +01:00
th02_op.asm [C decompilation] Finish TH02's OP.EXE 2015-03-16 22:36:50 +01:00
th02_zuninit.asm Finally use standard segment names everywhere 2015-02-18 14:04:43 +01:00
th03_main.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th03_mainl.asm [Reduction] Separate functions for 1D and 2D vector construction 2017-01-08 21:01:13 +01:00
th03_op.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th03_res_yume.asm [th03/res_yume] Reduce all known library functions 2014-12-06 18:53:30 +01:00
th03_zunsp.asm Clean up the last remaining misanalyzed procedure boundaries 2015-02-20 22:44:09 +01:00
th04_main.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th04_maine.asm [Reduction] Separate functions for 1D and 2D vector construction 2017-01-08 21:01:13 +01:00
th04_op.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th04_res_huma.asm [th04/res_huma] Reduce all known library functions 2014-12-07 22:33:54 +01:00
th05_main.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th05_maine.asm [Reduction] Separate functions for 1D and 2D vector construction 2017-01-08 21:01:13 +01:00
th05_op.asm [Arrays] Remaining references to the sine and cosine tables 2017-01-10 20:23:57 +01:00
th05_res_kso.asm [th05/res_kso] Reduce all known library functions 2014-12-08 19:08:05 +01:00

README.md

The Touhou PC-98 Restoration Project ("ReC98")

Overview

This project aims to rebuild the first five games of the Touhou Project series by ZUN Soft (now Team Shanghai Alice), which were originally released exclusively for the NEC PC-9801 system, into a cross-platform, open and truly moddable form.

The original games in question are:

  • TH01: 東方靈異伝 ~ The Highly Responsive to Prayers (1997)
  • TH02: 東方封魔録 ~ the Story of Eastern Wonderland (1997)
  • TH03: 東方夢時空 ~ Phantasmagoria of Dim.Dream (1997)
  • TH04: 東方幻想郷 ~ Lotus Land Story (1998)
  • TH05: 東方怪綺談 ~ Mystic Square (1998)

With the games completely opened, we can then build an efficient environment for modifications on top. This project could easily achieve what thcrap has always wanted to do but struggled to realize, due to its nature of only being a patching framework targeted at 32-bit Windows binaries.

ReC98 is sort of inspired by PyTouhou, a similar project to provide a free/libre Python reimplementation of the engine of TH06, 東方紅魔郷 the Embodiment of Scarlet Devil. However, ReC98 trades proper free software decorum and compatibility to the original data for more accuracy in the beginning, and more freedom in the final implementation. This seems to be a more appropriate approach for the games in question, for two reasons:

  • From a cursory inspection of their code, these games appear to have not much of an "engine", much less a common one. The gameplay is mainly driven by stage- and boss-specific callback functions hardcoded into the executable, rather than the ECL scripts in the Windows games, which would merely require an alternate VM to interpret them.
  • These games stopped being sold in 2002, ZUN has confirmed on multiple occasions to have lost all the data of the "earlier games" [citation needed], and PC-98 hardware is long obsolete. In short, these games are as abandoned as they can possibly be, and are unlikely to ever turn a profit again.

Although this project might be classified as a remake of the games in question, it should be noted that ReC98 has much higher aspirations than, say, a remake in Danmakufu created from scratch. The main objective of this project is to provide exact, credible ports that fully replace the need for the proprietary, PC-98-exclusive original releases and their emulation for even the most conservative fan. Ultimately, this project should merely serve as the foundation for future remastered versions of these games, developed by third parties. And after all, preserving the game's source code is undoubtedly more valuable than preserving a bunch of binaries.

To achieve this, ReC98 has been kept in an openly available Git repository from day one. Each commit represents an atomic step along the way. This makes it easy to prove the correctness of the reconstruction process, or to track down potential regressions.

Moreover, a clear line will be drawn between the original content and fanmade modifications, which will only be available as optional packages. This also means that we won't ship the reconstructed games with any existing English translation patch. For the visible modifications that will be necessary (read: the "Mods" screen in the main menu), great care will be taken to keep them in the spirit of the original PC-98 games.

Is this even viable?

It certainly seems to be. During the development of the static English patches for these games, we identified two main libraries used across all 5 games, and even found their source code. These are:

The two main libraries make up a sizable amount of the code in all the executables. In TH05, for example, they amount to 74% of all code in OP.EXE, and 40% of all code in MAIN.EXE. That's already quite a lot of code we do not have to deal with. Identifying the rest of the code shared across the games will further reduce the workload to a more acceptable amount.

With the Debug edition of Neko Project II, we also have an open-source PC-9821 emulator, capable of running the games. This will greatly help in understanding and porting all hardware-specific code.

Still, it will no doubt take a long time until this project will have made any visible and useful progress. Any help will be appreciated!

Roadmap

Reconstruction phase

First, we have to accurately reconstruct understandable C/C++ source code for all the games from the original binaries, while still staying on the PC-98 platform. To ensure the correctness of the process, each commit during this phase should result in a build that ideally is byte-identical to the previous commit.

Step 1: Dumping

Based on the auto-analysis done by IDA, create assembly dumps for all necessary executables, and edit them until they successfully recompile back into working binaries equivalent to ZUN's builds. In total, there are 27 unique executables we need to dump:

  • TH01: zunsoft.com, op.exe, reiiden.exe, fuuin.exe
  • TH02: zun.com (ongchk.com, zuninit.com, zun_res.com, zunsoft.com), op.exe, main.exe, maine.exe
  • TH03: zun.com (ongchk.com [-1], zuninit.com [-2], zunsoft.com [-3], zunsp.com [-4], res_yume.com [-5]), op.exe, main.exe, mainl.exe
  • TH04: zun.com (ongchk.com [-O], zuninit.com [-I], res_huma.com [-S], memchk.com [-M]), op.exe, main.exe, maine.exe
  • TH05: zun.com (ongchk.com [-O], zuninit.com [-I], res_kso.com [-S], gjinit.com [-G], memchk.com [-M]), op.exe, main.exe, maine.exe

Crossed-out files are identical to their version in the previous game. ONGCHK.COM is part of the PMD sound driver by KAJA, and therefore doesn't need to be disassembled either; we only need to keep the binary to allow bit-perfect rebuilds of ZUN.COM.

Step 2: Reduction (current)

Identify duplicated functions and either replace them with references to the original libraries or move them to separate include files. In the end, only ZUN's own code and data will remain in the dumps created in Step 1.

Step 3: Reverse-engineering

Translate the remaining assembly back into platform-independent C code. Some PC-98-specific in-line assembly inside ZUN's code will remain, which will have to be kept and moved to a separate library for now.

Modernization phase

With the source code recreated, everything is possible! Let's turn them into the best games they can possibly be.

Step 4: Porting
  • Refactor Neko Project II's graphics and sound emulation into a library we can hook up to our code
  • Port all of master.lib and the shared hardware-specific library built in Step 3
  • Rewrite all DOS API calls (int 21h) into platform-independent alternatives
Step 5: Sanitization

Get rid of any bad coding practices and the remaining hardware-specific formats, while breaking compatibility to both PC-98 hardware and the original data in the process. This includes, but won't be limited to:

  • removing unnecessary encryption
  • using text and custom fonts instead of graphics where possible
  • standardizing graphics formats to PNG, replacing all the original ones (.grf, .cdg, .cd2, .bos, .mrs, .pi, .grp, as well as hardcoded bitmaps)
  • merging the three executables per game into one
  • changing gaiji characters into a semantically better representation (Unicode characters, alternate fonts, or simply normal graphics) on a case-by-case basis
Step 6: Moddability

Do whatever else is necessary to easily modify the game elements people like to modify. This may involve further changes to the formats used by the games, and the addition of one or more scripting languages (and subsequent porting of previously hardcoded functions). Mods will use the thcrap patch format, complete with support for patch stacking and dependencies, and will be easily selectable from a new menu added to every game.

Since this will most likely result in graphics mods that exceed the specifications of PC-98 hardware, there will also be an optional filter to reduce the rendered output to the original resolution of 640x400 and a 16-color palette, for the sake of keeping the original spirit.

Building

You will need:

  • Borland Turbo C++ 4.0J
  • Borland Turbo Assembler (TASM), version 5.0 or later, in a 32-bit version (TASM32.EXE)
  • DOSBox if you're running a 64-bit version of Windows, or a non-Windows operating system

The Borland tools are the only ones that will, with the correct command-line switches for each game, deterministically compile this source code to executables that are bit-perfect to ZUN's original ones. Hence, they are the only supported build tools during all of the reconstruction phase.

To build, simply run build.bat and follow the instructions.

Since I, unfortunately, decided earlier in development to freely use long file names that don't need to conform to the 8.3 convention, the first part of the building process (build32b.bat) must be run in Windows (or Wine). This will be fixed as development goes along.

The final executables will be put into bin\th0?, using the same names as the originals.