Random shit related to Tasogare no Kyoukai from Tiare
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
u3shit abb0878ecf add a minimal readme 2 years ago
.gitignore initial commit 3 years ago
README.md add a minimal readme 2 years ago
compile.sh initial commit 3 years ago
data_unpack.rb mionimalistic unpackors 2 years ago
game.exe [bin change] fix font rendering 3 years ago
game.exe.orig initial commit 3 years ago
notes.org add some notes (not sure it's decodable for anyone besides me) 2 years ago
patch.asm [bin change] fix font rendering 3 years ago
vm_dump.rb committing uncommitted shit 2 years ago

README.md

Random shit I wrote while playing Tasogare no Kyoukai.

The most important is probably the patch, which fixes the too bold font on wine, wrong baseline handling and removes the extra window border. You need nasm to compile the asm or use the prebuilt exe if the default settings are ok.

Usage: the game searches for its files in the current working directory, so if you have the CD mounted at /mnt/x, you can do:

cd /mnt/x
LC_ALL=ja_JP.UTF-8 wine /path/to/this/git/repo/game.exe

Other things you find here:

  • data_unpack.rb: unpack the game's packfile
  • vm_dump.rb: dump vm bytecode (*.OVL)
  • to dump CG, use recoil (*.MAG)
  • notes.org: random notes I took while reversing the vm script to 100% the game, probably hard to understand, sorry