~zanneth/BishiLauncher

5b1ac18b8c233e8040719798722bb285005f5945 — Charles Magahern 3 years ago 425571d
Add README
1 files changed, 42 insertions(+), 0 deletions(-)

A README.txt
A README.txt => README.txt +42 -0
@@ 0,0 1,42 @@
BishiLauncher v0.1
by zanneth
================================================================================

This launcher patches the 2009 version of "The Bishi Bashi" so that playable DLC
is selectable in the minigame list.

For playable minigames that are available in the minigame list but hidden, the
patch will unhide these minigames.

Currently the only minigame that falls under this category is: "morse"

For playable minigames that are NOT available in the minigame list, non-playable
ones are unveiled and remapped to select a playable one instead.

The mapping is as follows:
"usagi" -> "piropiro"
"stop3" -> "popn"
"class" -> "love"

Usage
--------------------------------------------------------------------------------

1. Copy "bishilauncher.exe" and "libbishiinject.dll" into the same directory as
the game executable.
    * Make sure the 2009 version of the game is being used. It should be called
      "bishi09.exe"
2. When starting the game, run "bishilauncher.exe" instead of "bishi09.exe".

Building
--------------------------------------------------------------------------------

CMake is required in order to build the two products.

A mingw toolchain is required to build for win32.

```
mkdir build && cd build
cmake ..
make
```