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.
21 lines
799 B
Markdown
21 lines
799 B
Markdown
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](http://recoil.sourceforge.net/) (`*.MAG`)
|
|
* `notes.org`: random notes I took while reversing the vm script to 100% the
|
|
game, probably hard to understand, sorry
|