d64f8b2d8d
Remove this module because it doesn't really provide any value anymore. Using the d3d8to9 wrapper lib does not only fix some odd d3d8 issues but also allows us to run all (IIDX) games over d3d9. Thus and in order to reduce quite a lot of maintanance effort, we remove this module. Please use the d3d8to9 wrapper lib from now on in combination with any d3d8 games and in order to use bemanitools gfx hook features. |
||
---|---|---|
.gitlab | ||
dist | ||
doc | ||
src | ||
.clang-format | ||
.gitignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
GNUmakefile | ||
LICENSE | ||
Module.mk | ||
README.md | ||
run-tests-wine.sh |
Bemanitools 5
Version: 5.27
Release history
A collection of tools to run various Bemani arcade games.
Bemanitools 5 (BT5) is the successor to Bemanitools 4 which introduces a big code cleanup and support for newer games. BT5 uses a cleaner approach than BT4 did; specifically, all input and lighting is handled by emulating the protocols spoken by the real IO PCBs, instead of replacing chunks of game code like BT4. The benefits of this approach are a more authentic gameplay experience, and easier support for a broader range of releases from each game series.
List of supported games
- BeatStream
- BeatStream (bst.zip)
- BeatStream アニムトライヴ (bst.zip)
- Dance Dance Revolution
- Dance Dance Revolution X2 (ddr-12-to-16.zip)
- Dance Dance Revolution X3 vs. 2ndMIX (ddr-12-to-16.zip)
- Dance Dance Revolution 2013 (ddr-12-to-16.zip)
- Dance Dance Revolution 2014 (ddr-12-to-16.zip)
- Dance Dance Revolution A (ddr-12-to-16.zip)
- Beatmania IIDX
- Beatmania IIDX 9th Style (iidx-09-to-12.zip)
- Beatmania IIDX 10th Style (iidx-09-to-12.zip)
- Beatmania IIDX 11 IIDX RED (iidx-09-to-12.zip)
- Beatmania IIDX 12 HAPPY SKY (iidx-09-to-12.zip)
- Beatmania IIDX 13 DistorteD (iidx-13.zip)
- Beatmania IIDX 14 GOLD (iidx-14-to-17.zip)
- Beatmania IIDX 15 DJ TROOPERS (iidx-14-to-17.zip)
- Beatmania IIDX 16 EMPRESS (iidx-14-to-17.zip)
- Beatmania IIDX 17 SIRIUS (iidx-14-to-17.zip)
- Beatmania IIDX 18 Resort Anthem (iidx-18.zip)
- Beatmania IIDX 19 Lincle (iidx-19.zip)
- Beatmania IIDX 20 Tricoro (iidx-20.zip)
- Beatmania IIDX 21 SPADA (iidx-21-to-24.zip)
- Beatmania IIDX 22 PENDUAL (iidx-21-to-24.zip)
- Beatmania IIDX 23 copula (iidx-21-to-24.zip)
- Beatmania IIDX 24 SINOBUZ (iidx-21-to-24.zip)
- Beatmania IIDX 25 CANNON BALLERS (iidx-25.zip)
- jubeat
- jubeat (experimental/buggy) (jb-01.zip)
- jubeat saucer (fulfill) (jb-05-to-07.zip)
- jubeat prop (jb-05-to-07.zip)
- jubeat Qubell (jb-05-to-07.zip)
- jubeat clan (jb-08.zip)
- SOUND VOLTEX
- SOUND VOLTEX BOOTH (sdvx.zip)
- SOUND VOLTEX II -infinite infection- (sdvx.zip)
- SOUND VOLTEX III GRAVITY WARS (sdvx.zip)
- SOUND VOLTEX IV HEAVENLY HAVEN (sdvx.zip)
Supported platforms
Our main platforms are currently Windows XP and Windows 7 which are also the target platforms on the original hardware of those games. However, as it gets more difficult to get and maintain hardware comptible with Windows XP, this might change in the future. Many games also run on very recent Windows 10 builds but bear with us that it's hard to keep up with Windows updates breaking legacy software.
Distribution contents
Check the list of supported games to grab the right files for your game. BT5 also includes a tools subpackage (tools.zip) as well as the full source code (src.zip).
You will find *.md files in various sub-packages that give you further instructions for setup, usage, error information or FAQ. We advice you to read them as your questions and concerns might already be answered by them. If not, let us know if there is any information that you consider helpful or important to know and should be added.
Contributions
Please refer to the dedicated documentation.
Development
API
Please refer to the API documentation.
Source Code
The source code is included with this distribution package (src.zip). Please refer to the development document for further details.
License
Source code license is the Unlicense; you are permitted to do with this as thou wilt. For details, please refer to the LICENSE file included with the source code.