Spring cleaning!

Spring cleaning!
This commit is contained in:
Akitake 2025-04-07 18:59:56 +00:00 committed by GitHub
commit 4f85ce06ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
654 changed files with 1472 additions and 13241 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/two-torial/two-torial/blob/master/docs/img/logo/github-banner.png?raw=true">
<img src="https://github.com/two-torial/two-torial/blob/master/docs/img/two-torial/github-banner.png?raw=true">
</p>
#

View File

@ -1,274 +0,0 @@
html {
/* The nav header is 3.5rem high, plus 20px for the margin-top of the
main container. */
scroll-padding-top: calc(3.5rem + 20px);
}
body > .container {
margin-top: 20px;
}
.navbar.fixed-top {
position: -webkit-sticky;
position: sticky;
}
.source-links {
float: right;
}
.col-md-9 img {
max-width: 100%;
}
pre, code {
background: #202020;
color: #959595;
border: 1px solid rgba(0,0,0,0.125);
border-radius: 0.25rem;
}
pre {
padding: 0.5em;
}
code {
padding: 1px 3px;
}
pre code {
border: none;
/* Override styles from hljs theme */
background: transparent !important;
padding: 0 !important;
}
a code {
color: #2a9fd6;
}
a:hover code {
color: #1d7097;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
footer {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
font-weight: 200;
}
.modal-dialog {
margin-top: 60px;
}
/* Style the admonitions. */
.admonition {
margin-bottom: 1em;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
background-color: #131313;
line-height: 1.55;
}
.admonition > .admonition-title {
margin: 0;
padding: 0.25rem 1rem;
background: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
font-size: 1rem;
}
.admonition > * {
margin-left: 1rem;
margin-right: 1rem;
}
.admonition > *:not(.admonition-title):first-of-type,
.admonition > .admonition-title + * {
margin-top: 1rem;
}
.admonition > *:last-child {
margin-bottom: 1rem;
}
/* Style each kind of admonition. */
.admonition.note, .admonition.note > .admonition-title {
border-color: #6e2caf;
}
.admonition.note > .admonition-title {
color: #fff;
background-color: #9933cc;
}
.admonition.warning, .admonition.warning > .admonition-title {
border-color: #9d5b02;
}
.admonition.warning > .admonition-title {
color: #fff;
background-color: #9d5b02;
}
.admonition.danger, .admonition.danger > .admonition-title {
border-color: #cc00008a;
}
.admonition.danger > .admonition-title {
color: #fff;
background-color: #cc00008a;
}
/*
* Side navigation
*
* Scrollspy and affixed enhanced navigation to highlight sections and secondary
* sections of docs content.
*/
.bs-sidebar.affix {
position: -webkit-sticky;
position: sticky;
/* The nav header is 3.5rem high, plus 20px for the margin-top of the
main container. */
top: calc(3.5rem + 20px);
}
.bs-sidebar.card {
padding: 0;
}
/* Toggle (vertically flip) sidebar collapse icon */
.bs-sidebar .navbar-toggler span {
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
.bs-sidebar .navbar-toggler.collapsed span {
-moz-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
/* First level of nav */
.bs-sidebar > .navbar-collapse > .nav {
padding-top: 10px;
padding-bottom: 10px;
border-radius: 5px;
width: 100%;
}
/* All levels of nav */
.bs-sidebar .nav > li > a {
display: block;
padding: 5px 20px;
z-index: 1;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
text-decoration: none;
border-right: 1px solid;
}
.bs-sidebar .nav > li > a.active,
.bs-sidebar .nav > li > a.active:hover,
.bs-sidebar .nav > li > a.active:focus {
font-weight: bold;
background-color: transparent;
border-right: 1px solid;
}
.bs-sidebar .nav .nav .nav {
margin-left: 1em;
}
.bs-sidebar .nav > li > a {
font-weight: bold;
}
.bs-sidebar .nav .nav > li > a {
font-weight: normal;
}
.headerlink {
display: none;
padding-left: .5em;
}
h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink{
display:inline-block;
}
@media (max-width: 991.98px) {
.navbar-collapse.show {
overflow-y: auto;
max-height: calc(100vh - 3.5rem);
}
}
.dropdown-item.open {
color: #fff;
background-color: #2A9FD6;
}
.dropdown-submenu > .dropdown-menu {
margin: 0 0 0 1.5rem;
padding: 0;
border-width: 0;
}
.dropdown-submenu > a::after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #999999;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover > a::after {
border-left-color: #fff;
}
@media (min-width: 992px) {
.dropdown-menu {
overflow-y: auto;
max-height: calc(100vh - 3.5rem);
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
position: fixed !important;
margin-top: -9px;
margin-left: -2px;
border-width: 1px;
padding: 0.5rem 0;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -108,7 +108,7 @@
This error was seen on Sound Voltex Booth, a user had messed up their dll files. Thus, the solution would be to leave files unmodified and do not needlessly tamper. If your data came from a trusted source and you're having this issue, consider redownloading the files and making sure your installation was done properly.
&nbsp;
## Pop&apos;n Error Codes
## Pop'n Error Codes
### 5-1509-0000
@ -120,7 +120,7 @@
!!! tip ""
This error was seen on Pop&apos;n Usaneko due to improper setup and bad parameter usage in SpiceTools, make sure to follow [the first time setup](../games/popnusaneko/setup.md) and utilize the `-url` and `-p` parameters in SpiceTools
This error was seen on Pop'n Usaneko due to improper setup and bad parameter usage in SpiceTools, make sure to follow [the Game Setup](/games/bemani/popn/usaneko/setup.md) and utilize the `-url` and `-p` parameters in SpiceTools
so that you're not needlessly risking making mistakes in modifying the game's files.
&nbsp;
@ -130,7 +130,7 @@
!!! tip "BACKUP DATA ERROR"
Follow the steps listed [here](../games/jubeatclan/setup.md#final-steps-and-setting-up-the-game)
Follow the steps listed [here](/games/bemani/jubeat/clan/setup.md#final-steps-and-setting-up-the-game)
&nbsp;
## GITADORA Error Codes
@ -174,7 +174,7 @@
!!! tip "BACKUP DATA ERROR"
Follow the steps listed [here](../games/gitamatixx/setup.md#final-steps-and-setting-up-the-game)
Follow the steps listed [here](/games/bemani/gitadora/matixx/setup.md#final-steps-and-setting-up-the-game)
### 5-2501-0000

View File

@ -1,4 +1,4 @@
# Notes on the Most Common ASCs and Vendors
# Most Common ASCs and Vendors
!!! warning "Before proceeding, please read:"
@ -6,15 +6,15 @@
Lastly, certain bits will repeat across controller categories. Please treat each controller's section as its own individual list of noteworthy elements.
# IIDX
## IIDX
### DJ DAO FP7 EMP
<img src="/img/ascs/fp7.png">
<img src="/img/extras/ascs/fp7.png">
!!! tip ""
This controller works really well, the spacing is [accurate](../img/ascs/dao_comp.png) to the arcade between buttons and the turntable, obviously the turntable size is reduced which is often noticed as a minor nuisance to players that play both at home and on cabs.
This controller works really well, the spacing is [accurate](/img/extras/ascs/dao_comp.png) to the arcade between buttons and the turntable, obviously the turntable size is reduced which is often noticed as a minor nuisance to players that play both at home and on cabs.
One minor aspect that's appreciated are the feet of the controller, which hold up really well on all kinds of surfaces with a stable grip, alongside the fairly hefty weight of the controller it's rather unlikely it's going to budge even a little bit during play.
@ -32,7 +32,7 @@
### PHOENIXWAN
<img src="/img/ascs/wan.png">
<img src="/img/extras/ascs/wan.png">
!!! tip ""
@ -52,7 +52,7 @@
### YuanCon IIDX
<img src="/img/ascs/yuaniidx.png">
<img src="/img/extras/ascs/yuaniidx.png">
!!! tip ""
@ -107,11 +107,11 @@
Experimentation is strongly recommended regardless as you become a more developed and experienced player. If you love the game, don't be afraid of traveling to try out different setups or dropping some more cash on parts to experiment.
# Sound Voltex
## Sound Voltex
### DJ DAO SVSE5
<img src="/img/ascs/svse5.png">
<img src="/img/extras/ascs/svse5.png">
!!! tip ""
@ -125,7 +125,7 @@
### YuanCon SDVX
<img src="/img/ascs/yuansdvx.png">
<img src="/img/extras/ascs/yuansdvx.png">
!!! tip ""
@ -141,7 +141,7 @@
### DJ DAO SVRE9
<img src="/img/ascs/svre9.png">
<img src="/img/extras/ascs/svre9.png">
!!! tip ""
@ -192,11 +192,11 @@
I've documented many of the parts and where to buy them [here](parts.md)
# Pop'n Music
## Pop'n Music
### DJ DAO POP ASC
<img src="/img/ascs/daopop.png">
<img src="/img/extras/ascs/daopop.png">
!!! tip ""
@ -206,7 +206,7 @@
Dao's controller design here also isn't the best, it's big and bulky which has its pros and cons depending on preferences, but unlike Gamo2's other options providing magnetic bottoms that are easy to remove, the Pop'n ASC has *20* screws to gain access to the internals. While buyers hopefully won't need to be digging inside all that often, it's still a tedious process.
This controller is notably loud too, any form of play is going to generate substantial noise that will annoy others in your household. Pop'n is naturally a loud game, but many attempts can be made to alleviate some of the noise. Some people play with a towel over the controller which is called toweling, but in the more desperate cases some people have [filled the internals to brim with cotton balls](../img/ascs/cotton.jpg) and other various materials.
This controller is notably loud too, any form of play is going to generate substantial noise that will annoy others in your household. Pop'n is naturally a loud game, but many attempts can be made to alleviate some of the noise. Some people play with a towel over the controller which is called toweling, but in the more desperate cases some people have [filled the internals to brim with cotton balls](/img/extras/ascs/cotton.jpg) and other various materials.
Many users choose to upgrade from the default USB board to a custom one (Arduino, Arcin) since the button lights can't be controlled via software and it's only polling at the default 250hz. Of course that also means you can't use the original board's PS2 connector anymore.
@ -214,7 +214,7 @@
### YuanCon Pop'n
<img src="/img/ascs/yuanpop.png">
<img src="/img/extras/ascs/yuanpop.png">
!!! tip ""
@ -228,15 +228,15 @@
It's also worth noting that this controller comes with Chinese microswitches, which is a disappointment. Many players vastly prefer Omron microswitches over the Chinese clones.
This controller is notably loud too, any form of play is going to generate substantial noise that will annoy others in your household. Pop'n is naturally a loud game and this applies to any controller, but many attempts can be made to alleviate some of the noise. Some people play with a towel over the controller which is called toweling, but in the more desperate cases some people have [filled the internals to brim with cotton balls](../img/ascs/cotton.jpg) and other various materials.
This controller is notably loud too, any form of play is going to generate substantial noise that will annoy others in your household. Pop'n is naturally a loud game and this applies to any controller, but many attempts can be made to alleviate some of the noise. Some people play with a towel over the controller which is called toweling, but in the more desperate cases some people have [filled the internals to brim with cotton balls](/img/extras/ascs/cotton.jpg) and other various materials.
Yuan's Pop'n controller and its pricing is very good, perhaps due to the known dissatisfaction with Chinese Pop'n buttons, the controller is offered to come with no buttons and switches to save further on cost, making it an extremely enticing option for anyone that would rather buy their buttons and switches separately. Compared to alternatives, the pricing on this Pop'n ASC is best in class by a significant margin and it functions just as well as any other out there.
# jubeat
## jubeat
### DJ DAO FB9
<img src='/img/ascs/fb9.png'>
<img src='/img/extras/ascs/fb9.png'>
!!! tip ""
@ -258,7 +258,7 @@
### StepManiaX Stage
<img src="/img/ascs/smx.gif">
<img src="/img/extras/ascs/smx.gif">
!!! tip ""
@ -276,7 +276,7 @@
### L-Tek pads (AKA Polish Dance Pads)
<img src="/img/ascs/ltek.jpg">
<img src="/img/extras/ascs/ltek.jpg">
!!! tip ""
@ -288,16 +288,13 @@
All in all, I'd say they are a totally acceptable pad for someone wanting to get back into the game or starting out and wanting something that will last with little upkeep.
# Vendors
<a href="https://www.gamo2.com" target="_blank"><img style="float: right;" src="/img/ascs/g2.jpg"></a>
## Vendors
### Gamo2
!!! tip ""
- Website: <https://www.gamo2.com>
- Social Media: <https://twitter.com/gamotwo>
Gamo2 has been around for a rather long time and is still one of, if not the most popular choice for people looking to buy an ASC. Dao sells a wide variety of controllers and occasionally squeezes out a new one here and there.
@ -311,14 +308,11 @@
Finally, Gamo2's tech support is good. Dao's English isn't the best, but he is very patient and understanding, willing to work with buyers on almost any issue or question they could have.
<a href="https://yuancon.store" target="_blank"><img style="float: right;" src="/img/ascs/yuan.png"></a>
### YuanCon
!!! tip ""
- Website: <https://yuancon.store>
- Social Media: <https://twitter.com/yuancontop>
YuanCon has grown immensely in popularity in just a short amount of time, if Gamo2 is no longer on top, then look to YuanCon as they self-report they're currently ranked first in Chinese sales! YuanCon's approach so far has been fantastic communication and utilizing their Discord server and Twitter to get their name out there as much as possible, even partnering with prominent rhythm game players.
@ -336,14 +330,12 @@
It's worth noting that despite these negatives, Yuan and his team have made great efforts to stay very communicative and ensure that nobody ends up with a faulty product they're dissatisfied with, as shown in the above links. YuanCon's support and communication is top notch, and the future remains promising. Even if there's a small risk of initial hassle through slow shipping or quality control, buyers will ultimately end up with a fully functioning product that they can be satisfied with one way or another.
<a href="https://shop.steprevolution.com/" target="_blank"><img style="float: right;" src="/img/ascs/Stepmaniax Logo.png"></a>
### StepRevolution (StepManiaX)
!!! tip ""
- Website: <https://shop.steprevolution.com/>
- Social Media: <https://twitter.com/smxgame>
Premium pads, spare parts and full cabinets that are designed to either play StepmaniaX or have other games run on them are for sale, there is official support for setting up a normal computer for use with stepmania or if you have the right configuration you can use Pump it up simulators with the cabinet aswell, and Kyle Ward is always very helpful for anyone who has questions!
@ -351,14 +343,12 @@
American based company and every person who has purchased a pad or cabinet has been nothing short of ecstatic with it, if you have the money and don't mind waiting, this is the best option on the market, in or out of the arcade!
<a href="https://maty-taneczne.pl/" target="_blank"><img style="float: right;" src="/img/ascs/L-tek Logo.png"></a>
### L-Tek
### L-Tek / iamats
!!! tip ""
- Website: <https://maty-taneczne.pl/>
- Social Media: <https://www.facebook.com/maty-tanecznepl-106162192775436/>
- Website: <https://www.iamats.com//>
Pads are good starting points and most customers who've purchased them have been happy with them. Shipping is usually reasonably quick (upto a month depending on where in the world you are).

View File

@ -14,13 +14,13 @@
First, grab the latest release [here.](https://github.com/asphyxia-core/asphyxia-core.github.io/releases) In ^^almost^^ all cases, you will use the ```asphyxia-core-win-x64.zip```. Next, open the ```.zip``` file and extract the ```plugins``` folder and ```asphyxia-core-x64.exe``` into the ```contents``` folder of your desired game. We will use SDVX EG for this example.
<img src="/img/asphyxia/1.png">
<img src="/img/extras/asphyxia/1.png">
!!! tip ""
Your ```contents``` folder should look like this then:
<img src="/img/asphyxia/2.png">
<img src="/img/extras/asphyxia/2.png">
!!! tip ""
@ -44,13 +44,13 @@
Run ```spicecfg.exe```, head over to the ```Options``` tab and look for ```EA Service URL```. In there, you need to input what is displayed on the Asphyxia WebUI on the ```Dashboard``` at the right side.
<img src="/img/asphyxia/3.png">
<img src="/img/extras/asphyxia/3.png">
!!! tip ""
For me, it's ```localhost:8083``` and should look like this:
<img src="/img/asphyxia/4.png">
<img src="/img/extras/asphyxia/4.png">
### Setting up SDVX

View File

@ -6,7 +6,7 @@
I would ^^personally^^ recommend using ```WASAPI Shared``` as this has in most cases the highest chance of working and requires the least amount of work. You can enable it by using a patch.
If you would like to use ```WASAPI Exclusive```, you can read more about it [here.](../extras/streamaudio.md#workarounds-for-exclusive-audio)
If you would like to use ```WASAPI Exclusive```, you can read more about it [here.](/extras/streamaudio.md#workarounds-for-exclusive-audio)
---
### WASAPI Shared

View File

@ -25,7 +25,7 @@
- Create a `data_mods` folder next to the others in your game files.
<img src="/img/datamods/1.png">
<img src="/img/extras/datamods/1.png">
Depending on how your mod is packaged, you may or may not need to create another folder to contain it.
Inside that folder, the structure should follow the one in `data/`.
@ -56,10 +56,10 @@
!!! info "Example: Omnimix for beatmania IIDX 31 EPOLIS"
**Directory**: `contents/data_mods/`
<img src="/img/datamods/2.png">
<img src="/img/extras/datamods/2.png">
**Directory**: `contents/data_mods/omnimix_31`
<img src="/img/datamods/3.png">
<img src="/img/extras/datamods/3.png">
---
### Loading data_mods
@ -72,22 +72,22 @@
- Download the most recent release of [ifs_layeredfs](https://github.com/mon/ifs_layeredfs/releases/).
<img src="/img/datamods/4.png">
<img src="/img/extras/datamods/4.png">
- Open the archive.
<img src="/img/datamods/5.png">
<img src="/img/extras/datamods/5.png">
What we're interested in are the `64bit` and `32bit` folders:
- Your game is 32bit *(spice.exe to launch)*: go in the `32bit` folder.
- Your game is 64bit *(spice64.exe to launch)*: go in the `64bit` folder.
<img src="/img/datamods/6.png">
<img src="/img/extras/datamods/6.png">
- Copy the `ifs_hook.dll` file to your game's `modules` folder.
<img src="/img/datamods/7.png">
<img src="/img/extras/datamods/7.png">
#### Loading ifs_layeredfs
@ -102,7 +102,7 @@
Note: If you have other DLL hooks, simply add more by having a space in between them..
Example: `ifs_hook.dll somehook.dll`
<img src="/img/datamods/8.png">
<img src="/img/extras/datamods/8.png">
Assuming your `data_mods` folder has been made properly, that's it!
@ -110,4 +110,4 @@
You also need to patch your game's DLL with the `Omnimix` patch.
For more information on how to patch your game, head over to the [Spice2x Patching](../extras/patchsp2x.md) page!
For more information on how to patch your game, head over to the [Spice2x Patching](/extras/patchsp2x.md) page!

View File

@ -23,11 +23,11 @@
!!! tip ""
Decide on what hex edits you want to apply, you may find that information from the community or our [Resources](../resources.md).
Decide on what hex edits you want to apply, you may find that information from the community or our [Resources](/resources.md).
It's time to open our hex editor. If you're using HxD, you'll be greeted with the screen below.
<img src="/img/hexguide/1.png">
<img src="/img/extras/hexguide/1.png">
!!! tip ""
@ -37,7 +37,7 @@
Pictured below, we've opened up `bm2dx.dll` inside HxD.
<img src="/img/hexguide/2.png">
<img src="/img/extras/hexguide/2.png">
!!! danger "Attention"
@ -58,7 +58,7 @@
From here, we'll input the offset `B60B2` in the `Offset` section as shown below, and hit `OK`.
<img src="/img/hexguide/3.png">
<img src="/img/extras/hexguide/3.png">
!!! tip ""
@ -68,7 +68,7 @@
**If there's a mismatch, it's likely the offset you've put in was wrong, so be sure to double check!**
<img src="/img/hexguide/4.png">
<img src="/img/extras/hexguide/4.png">
!!! tip ""
@ -78,7 +78,7 @@
It should now look as shown below.
<img src="/img/hexguide/5.png">
<img src="/img/extras/hexguide/5.png">
!!! tip ""

View File

@ -131,7 +131,7 @@
- [Sensatec (JP Seller)](https://www.sensatec.co.jp/e/products/detail.php?product_id=336)
&nbsp;
## Pop&apos;n Buttons
## Pop'n Buttons
### Sanwa

View File

@ -7,7 +7,7 @@
[Supported Games](https://github.com/two-torial/sp2xpatcher/blob/main/SUPPORTED.md)
[Contributing](https://github.com/two-torial/sp2xpatcher/blob/main/CONTRIBUTING.md)
[Known spice2x patchers](../resources.md#spice2x-patchers)
[Known spice2x patchers](/resources.md#spice2x-patchers)
!!! warning "Compatibility"
@ -31,7 +31,7 @@
In this case we will be using a clean SDVX installation as a reference, with the following folder structure.
<img src="/img/patchsp2x/1.png">
<img src="/img/extras/patchsp2x/1.png">
#### Importing Patches from URL
@ -39,7 +39,7 @@
Open `spicecfg.exe` and head to the `Patches` tab.
<img src="/img/patchsp2x/2.png">
<img src="/img/extras/patchsp2x/2.png">
!!! tip ""
@ -48,13 +48,13 @@
- Click on `Import from URL`.
- Paste your preferred patcher's URL.
**Note**: Check the [Resources](../resources.md) page for a list of recommended patchers.
**Note**: Check the [Resources](/resources.md) page for a list of recommended patchers.
- Click on `Import`.
^^**If patching fails, it most likely is because the URL you provided doesn't support your game's version.**^^
<img src="/img/patchsp2x/3.png">
<img src="/img/extras/patchsp2x/3.png">
#### Picking Patches
@ -68,7 +68,7 @@
A new `Patches` folder has also been created, containing a `.json` file with your available patches for offline use.
<img src="/img/patchsp2x/4.png">
<img src="/img/extras/patchsp2x/4.png">
!!! tip ""

View File

@ -1,6 +1,6 @@
# Website DLL Patching
!!! info "Known web patchers: [Resources](../resources.md#web-patchers)"
!!! info "Known web patchers: [Resources](/resources.md#web-patchers)"
!!! warning "For BEMANI games consider [Spice2x Patching](patchsp2x.md)"
@ -23,19 +23,19 @@
We'll be using mon's [BemaniPatcher](https://mon.im/bemanipatcher).
Almost every other patcher is based off of this and functions exactly the same.
**If your game is recent, please check [Resources](../resources.md#web-patchers) and use another web patcher.**
**If your game is recent, please check [Resources](/resources.md#web-patchers) and use another web patcher.**
Go to your chosen patcher's website, you'll get something similar to this:
<img src="/img/patchweb/1.png">
<img src="/img/extras/patchweb/1.png">
!!! tip ""
Click on any game you'd like the patches for. In this case, we'll use Beatmania IIDX 30 Resident.
<img src="/img/patchweb/2.png">
<img src="/img/extras/patchweb/2.png">
<img src="/img/patchweb/3.png">
<img src="/img/extras/patchweb/3.png">
!!! tip ""
@ -51,22 +51,22 @@
**Please keep in mind that some patchers may not support the most recent versions of your game right away.**
<img src="/img/patchweb/4.png">
<img src="/img/extras/patchweb/4.png">
!!! tip ""
Now, you can select the patches you'd like to apply.
If you're unsure on what to do, refer to your specific game's guide as it might have more information there.
Otherwise feel free to join our Discord server, the link is at the top of the [home page](../index.md), and ask the community!
Otherwise feel free to join our Discord server, the link is at the top of the [home page](/index.md), and ask the community!
<img src="/img/patchweb/5.png">
<img src="/img/extras/patchweb/5.png">
!!! tip ""
When you're done selecting patches, click on `Save Patched File` and your new `.dll` file will start downloading.
<img src="/img/patchweb/6.png">
<img src="/img/extras/patchweb/6.png">
!!! danger "Backup your original `.dll` file first!"

View File

@ -19,31 +19,31 @@
First, go to the [SoftEther VPN Download Center](https://www.softether-download.com/en.aspx?product=softether). In the ```Select Component``` section, choose ```SoftEther VPN Server```. Choose the Operating System and CPU based on your own machine, and grab the latest ```rtm``` build. This guide will be using Windows as an example, the layout for other OS might vary.
<img src="/img/softether/softetherserverdownload.png">
<img src="/img/extras/softether/softetherserverdownload.png">
!!! tip ""
Run the installer and choose to install ```SoftEther VPN Server```. Press Next to finish the installation, and start the Server Manager.
<img src="/img/softether/serverinstall.png">
<img src="/img/extras/softether/serverinstall.png">
!!! tip ""
When running the Server Manager for the first time, you should be greeted with the window below. Click on the ```Connect``` button.
<img src="/img/softether/serverfirstboot.png">
<img src="/img/extras/softether/serverfirstboot.png">
!!! tip ""
If prompted to setup a root password, set a password that you will remember. If prompted with the Easy Setup wizard, click ```Close``` on the bottom right of the window.
<img src="/img/softether/easysetup.png">
<img src="/img/extras/softether/easysetup.png">
!!! tip ""
Click on ```Create a Virtual Hub``` on the window below.
<img src="/img/softether/createhub.png">
<img src="/img/extras/softether/createhub.png">
!!! tip ""
@ -51,13 +51,13 @@
!!! Info "If you wish to limit the maximum amount of sessions that can be connected to your hub at a time, you can enable ```Limit Max VPN Sessions```. Most arcade games support up to 4-way link, so we will set the limit to 4 in this example."
<img src="/img/softether/hubcreation.png">
<img src="/img/extras/softether/hubcreation.png">
!!! tip ""
Your hub is now created! You should see the hub show up on your Virtual Hub list. Click on the hub to highlight it, and click ```Manage Virtual Hub```.
<img src="/img/softether/managehub.png">
<img src="/img/extras/softether/managehub.png">
---
#### Adding Users to your Virtual Hub
@ -66,20 +66,20 @@
You will need to add User Accounts into the Virtual Hub before anyone can connect. Click on ```Manage Users```, then click ```New``` at the bottom left of the window.
<img src="/img/softether/manageuser.png">
<img src="/img/extras/softether/manageuser.png">
!!! tip ""
Set a Username and Password for the user account, then check the ```Set Security Policy``` box on the top right, and click ```Security Policy```.
<img src="/img/softether/createnewuser.png">
<img src="/img/extras/softether/createnewuser.png">
!!! tip ""
Scroll down and find ```Unlimited Number of Broadcasts``` and ```Filter all IPv6 Packets```, then enable the 2 options. Leave everything else as defaults and click ```OK```.
<img src="/img/softether/unlimitedbroadcast.png">
<img src="/img/softether/filteripv6.png">
<img src="/img/extras/softether/unlimitedbroadcast.png">
<img src="/img/extras/softether/filteripv6.png">
!!! tip ""
@ -87,8 +87,8 @@
!!! Info "You can either create one user account and give everyone the same credentials to connect to your hub under the same user, or you can also create individual user accounts for all the players that wish to connect to your hub. I recommend creating an user account for each player so you can have an easier time to manage the hub if needed."
<img src="/img/softether/usercreated.png">
<img src="/img/softether/usercreated2.png">
<img src="/img/extras/softether/usercreated.png">
<img src="/img/extras/softether/usercreated2.png">
---
#### Configuring SecureNAT
@ -98,8 +98,8 @@
We will use the SecureNAT option to assign a custom subnet to each connected machines. Some games like Chunithm requires you to be on a specific subnet or cab-to-cab link will not work.
Click on ```Virtual NAT and Virtual DHCP Server (SecureNAT)```, then enable SecureNAT, and click on ```SecureNAT Configuration```.
<img src="/img/softether/securenat.png">
<img src="/img/softether/enablesecurenat.png">
<img src="/img/extras/softether/securenat.png">
<img src="/img/extras/softether/enablesecurenat.png">
!!! tip ""
@ -108,7 +108,7 @@
- **IMPORTANT: LEAVE THE ```Options Applied to Clients``` SECTION BLANK!!!**
Once everything is set, click on ```OK``` and ```Exit```.
<img src="/img/softether/configsecurenat.png">
<img src="/img/extras/softether/configsecurenat.png">
---
#### Setting a Dynamic DNS for your SoftEther Server
@ -117,24 +117,24 @@
Click ```Dynamic DNS Setting``` on the bottom left.
<img src="/img/softether/ddns.png">
<img src="/img/extras/softether/ddns.png">
!!! tip ""
- Under ```Change the Dynamic DNS Hostname``` section, set your preferred hostname. In this example, we will use ```twotorial```.
- Click ```Set to Above Hostname``` when done, and click ```Exit```.
<img src="/img/softether/configddns.png">
<img src="/img/extras/softether/configddns.png">
!!! info "If a prompt shows up and ask if you want to regenerate a new Server Certificate, click on No."
<img src="/img/softether/ddnscert.png">
<img src="/img/extras/softether/ddnscert.png">
!!! tip ""
If done correctly, the bottom left of your Virtual Hub management window should show your updated Hostname.
<img src="/img/softether/hostname.png">
<img src="/img/extras/softether/hostname.png">
!!! tip ""
@ -149,31 +149,31 @@
Go to the [SoftEther VPN Download Center](https://www.softether-download.com/en.aspx?product=softether). In the ```Select Component``` section, choose ```SoftEther VPN Client```. Choose the Operating System and CPU based on your own machine, and grab the latest ```rtm``` build. This guide will be using Windows as an example, the layout for other OS might vary.
<img src="/img/softether/softetherclient.png">
<img src="/img/extras/softether/softetherclient.png">
!!! tip ""
Run the installer and choose to install ```SoftEther VPN Client```. Press Next to finish the installation, and start the VPN Client.
<img src="/img/softether/clientinstall.png">
<img src="/img/extras/softether/clientinstall.png">
!!! tip ""
In the VPN Client window, click on ```Add VPN Connection```.
<img src="/img/softether/addvpn.png">
<img src="/img/extras/softether/addvpn.png">
!!! info "If a prompt shows up saying that you need to create a Virtual Network Adapter first, click Yes."
<img src="/img/softether/createadapter.png">
<img src="/img/extras/softether/createadapter.png">
!!! tip ""
Leave the adapter name as default, and press ```OK```. Wait for the creation process to finish.
<img src="/img/softether/createadapter2.png">
<img src="/img/extras/softether/createadapter2.png">
<img src="/img/softether/createadapter3.png">
<img src="/img/extras/softether/createadapter3.png">
---
#### Connecting to a Virtual Hub
@ -182,7 +182,7 @@
After you have created a Virtual Network Adapter, you should be able to add a VPN Hub. Click on ```Add VPN Connection``` again.
<img src="/img/softether/addvpn.png">
<img src="/img/extras/softether/addvpn.png">
!!! tip ""
@ -192,21 +192,21 @@
!!! info "If the Virtual Hub Name shows a blank list even after clicking the dropdown box multiple times, it usually means your client is unable to establish a connection. Double check if the hostname, and your hub config is correct."
<img src="/img/softether/hubname.png">
<img src="/img/extras/softether/hubname.png">
!!! tip ""
- Under ```User Authentication Setting```, input your username and password.
- If you are connecting to another person's hub, ask the person for your login credentials.
<img src="/img/softether/hublogin.png">
<img src="/img/extras/softether/hublogin.png">
!!! tip ""
- Under ```Advanced Setting of Communication```, **UNCHECK THE ```RECONNECTS AUTOMATICALLY AFTER DISCONNECTED``` BOX.** If this option is enabled, your VPN Client will always try to reconnect to the hub when it is running, taking up a spot in the hub. Please do not do this, it's just annoying when you're AFK in someone's hub and hogging up a spot.
- Click ```Advanced Settings...```.
<img src="/img/softether/autoreconnect.png">
<img src="/img/extras/softether/autoreconnect.png">
!!! tip ""
@ -215,13 +215,13 @@
- If you find yourself desyncing a lot when in game, you can also enable ```Use Data Compression``` to improve the connection stability.
- Click on ```OK``` once everything is set.
<img src="/img/softether/advancedclientconfig.png">
<img src="/img/extras/softether/advancedclientconfig.png">
!!! tip ""
Double click on the VPN hub to connect. If it shows you your assigned IP address, congratulations! You are now connected to the Virtual Hub and is ready for some cab-to-cab action!
<img src="/img/softether/connected.png">
<img src="/img/extras/softether/connected.png">
---
### Tips
@ -231,16 +231,16 @@
- If you need to fetch your assigned IP address because the notification window disappeared too fast or if you forgot your IP, you can do so with the ```ipconfig``` command in CMD.
- The Virtual Adapter name will usually be ```Unknown adapter VPN - VPN Client```.
<img src="/img/softether/ipconfig.png">
<img src="/img/extras/softether/ipconfig.png">
!!! tip ""
- If you already have your hub setup and want to share the config with other users, you can ```Export``` your VPN profile and send it to them. Right click on the VPN Hub you wish to share and click ```Export VPN Connection Setting...```.
<img src="/img/softether/export.png">
<img src="/img/extras/softether/export.png">
!!! tip ""
- If you wish to include your username and password in the exported config, click on No. If the hub you are connecting to have different accounts setup for individual users, click on Yes to remove all sensitive information from the config.
<img src="/img/softether/exportpassword.png">
<img src="/img/extras/softether/exportpassword.png">

View File

@ -44,7 +44,7 @@ Some sound cards have a thing called Stereo Mix, which presents itself as a reco
1. Go to Windows Sound device settings. In the Playback tab, make sure the default audio device is set to the sound card output (speakers or headphones).
1. Go to Recording devices tab.
1. Look for Stereo Mix. If you don't see it, right click and check "Show Disabled Devices" and try again.
- <img src="/img/voicemeeter/stereomix.png">
- <img src="/img/extras/voicemeeter/stereomix.png">
!!! tip "Capturing audio in OBS with Stereo Mix"
1. Add a new Audio Input Capture source.
@ -101,7 +101,7 @@ FlexASIO is a virtual ASIO service that can redirect output to various backends,
1. Under the options tab, make sure that ```IIDX Sound Output Device``` is set to default.
2. Directly below it is an option called ```IIDX ASIO Driver```. Type ```FlexASIO``` into it.
<img src="/img/flexasio/1.png">
<img src="/img/extras/flexasio/1.png">
!!! tip "Taiko no Tatsujin Nijiiro"
1. Disable `wasapi_shared` in `config.toml`.
@ -125,7 +125,7 @@ Voicemeeter is free virtual audio mixer for Windows. It allows you to "mux" audi
1. Install and **REBOOT YOUR COMPUTER** when prompted.
1. Launch Voicemeeter Banana or Potato, whichever one you prefer.
1. On the right hand side, you will see flashing red text that says "Select Main Output Device (A1). Look immediately to the left, click on A1 with a down arrow, and choose your output device. Typically you want the one that starts with "WDM:", but if your audio device supports it, "ASIO:" option will provide lower latency.
- <img src="/img/voicemeeter/a1.png">
- <img src="/img/extras/voicemeeter/a1.png">
1. In Windows sound settings, set your default audio playback device to Voicemeeter Input (and not Voicemeeter AUX Input!)
!!! tip "Discord or other voice applications"
@ -145,7 +145,7 @@ At this point, you may want to look up various tutorials on YouTube to learn the
!!! tip "Muxing with Voicemeeter"
1. Launch the game.
2. In Voicemeeter, you'll notice that the VU meter under Voicemeeter VAIO is showing that it is receiving game audio. You'll want to ensure "A1" box is green so that you route the game audio to your main output device, so you can hear the game in your ears.
- <img src="/img/voicemeeter/vumeter.png">
- <img src="/img/extras/voicemeeter/vumeter.png">
3. (Similarly, audio from the voice chat would come through Voicemeeter AUX column.)
4. At this point, you are able to hear both the game & listen to voice chat - success!
@ -178,7 +178,7 @@ We are going to make OBS capture audio and redirect the result to a virtual moni
!!! tip "Option 2 - Using Voicemeeter Potato"
1. We are going to make use of an unused virtual input device which is only available in Potato. In Banana this feature is not present.
1. Go to OBS Settings, Audio, Advanced, Monitoring Device - set to VoiceMeeter VAIO3 Input.
- <img src="/img/voicemeeter/obsvaio3.png">
- <img src="/img/extras/voicemeeter/obsvaio3.png">
1. Go to Edit, Advanced Audio Properties. For any audio channels you want to stream, turn on monitor to "Monitor and Output".
1. In VoiceMeeter Potato, prevent VAIO3 output so that you don't hear the OBS monitor audio in your ears. You can do this by disabling A1, B1, and so on in the VAIO3 column.
@ -187,10 +187,10 @@ We are going to make OBS capture audio and redirect the result to a virtual moni
!!! tip ""
1. Add the game window capture as a scene, as you normally would in OBS.
1. Right click on OBS stage and click on Windows Projector (Preview).
- <img src="/img/voicemeeter/projector.png">
- <img src="/img/extras/voicemeeter/projector.png">
1. Resize the new window as needed.
1. Use Discord to screen share this Windowed Projector.
- <img src="/img/voicemeeter/golive.png">
- <img src="/img/extras/voicemeeter/golive.png">
1. You're done! The screen share should include both the OBS scene and the audio.
## Troubleshooting

View File

@ -1,4 +1,5 @@
# BeatStream アニムトライヴ
<img class="header-logo" src="/img/bemani/beatstream/animutribe/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -12,7 +13,7 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential audio issues on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
@ -20,7 +21,7 @@
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 64-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/bst/1.png">
<img src="/img/bemani/beatstream/animutribe/1.png">
### Configuring Your Tools
@ -40,10 +41,6 @@
- `-ea` enables an integrated e-amusement server within SpiceTools.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/2.png">
### Configuring for an Online Network
!!! tip ""
@ -55,17 +52,13 @@
- `-url` allows you to specify a custom service URL to connect with, simply replace `http://yoururlhere.com/` with your chosen network's URL.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/3.png">
### Final Steps and Setting up the Game
!!! tip ""
The last steps you'll have to do with your chosen tools is simply setting up your desired keybinds! Make sure you setup the `Test` keybind as it will be critical for setting up the game. Once you've done that, launch your game for the first time by double clicking the `.bat` you setup and the game should load.
!!! tip ""
You're all done! If you have a touchscreen monitor make sure it's plugged in, it should work automatically, if it doesn't check out the advertised `Common Problems/Tips` section at the link below.
You're all done! If you have a touchscreen monitor make sure it's plugged in, it should work automatically, if it doesn't check out the advertised `Troubleshooting` section at the link below.
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# BeatStream アニムトライヴ
<img class="header-logo" src="/img/bemani/beatstream/animutribe/logo.png">
### Hardware Specs

View File

@ -0,0 +1,4 @@
# Game Setup (DDR A2O)
<img class="header-logo" src="/img/bemani/ddr/a20/logo.png">
--8<-- "docs/games/bemani/ddr/common/setup.md"

View File

@ -0,0 +1,4 @@
# Troubleshooting (DDR A20)
<img class="header-logo" src="/img/bemani/ddr/a20/logo.png">
--8<-- "docs/games/bemani/ddr/common/troubleshooting.md"

View File

@ -0,0 +1,4 @@
# Game Setup (DDR A2O PLUS)
<img class="header-logo" src="/img/bemani/ddr/a20plus/logo.png">
--8<-- "docs/games/bemani/ddr/common/setup.md"

View File

@ -0,0 +1,4 @@
# Troubleshooting (DDR A20 PLUS)
<img class="header-logo" src="/img/bemani/ddr/a20plus/logo.png">
--8<-- "docs/games/bemani/ddr/common/troubleshooting.md"

View File

@ -0,0 +1,4 @@
# Game Setup (DDR A3)
<img class="header-logo" src="/img/bemani/ddr/a3/logo.png">
--8<-- "docs/games/bemani/ddr/common/setup.md"

View File

@ -0,0 +1,4 @@
# Troubleshooting (DDR A3)
<img class="header-logo" src="/img/bemani/ddr/a3/logo.png">
--8<-- "docs/games/bemani/ddr/common/troubleshooting.md"

View File

@ -33,7 +33,7 @@
You should end up with a file structure with a few folders only, as follows.
<img src="/img/ddr/setup/1_data.png">
<img src="/img/bemani/ddr/common/setup/data.png">
??? warning "If your data doesn't look like this"
@ -89,14 +89,14 @@
- Head over to [spice2x.github.io](https://spice2x.github.io) and download the latest release.
- Extract the `spice.exe` and `spicecfg.exe` files from the archive to your game's directory.
<img src="/img/ddr/setup/2_spicedata32.png">
<img src="/img/bemani/ddr/common/setup/spice2x32data.png">
??? tip "For MDX-003 (64 bits)"
- Head over to [spice2x.github.io](https://spice2x.github.io) and download the latest release.
- Extract the `spice64.exe` and `spicecfg.exe` files from the archive to your game's directory.
<img src="/img/ddr/setup/2_spicedata64.png">
<img src="/img/bemani/ddr/common/setup/spice2x64data.png">
### Configuring Spice2x
@ -143,7 +143,7 @@
#### Patches
!!! info "Go through the [Spice2x Patching](../../../extras/patchsp2x.md) page to import patches."
!!! info "Go through the [Spice2x Patching](/extras/patchsp2x.md) page to import patches."
!!! danger "To prevent issues, avoid patching things you don't need or understand."
@ -155,7 +155,7 @@
!!! info "If you don't know what an option does, hover over the question mark at the very left."
<img src="/img/ddr/setup/3_opthover.png">
<img src="/img/common/spice2x_option_hover.png">
!!! danger "Be very careful changing options you don't understand as it may cause issues."
@ -190,7 +190,7 @@
- `EA Service URL` to the URL provided by your network.
- `PCBID` to the PCBID provided by your network.
<img src="/img/ddr/setup/4_network.png">
<img src="/img/common/spice2x_network.png">
Next you need a card number.
If you don't already have one, generate one in the `Cards` tab.
@ -198,11 +198,11 @@
Once that's done, head to the `Cards` tab, for `Player 1` click `Open...` and point to your text file.
<img src="/img/ddr/setup/4_cards.png">
<img src="/img/common/spice2x_cards.png">
??? tip "Local e-amuse Emulator (Asphyxia)"
This is covered in the [Asphyxia CORE](../../../extras/asphyxia.md) page.
This is covered in the [Asphyxia CORE](/extras/asphyxia.md) page.
---
### Pre-launch requirements
@ -227,4 +227,4 @@
!!! warning "Have any other issue?"
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../../errorcodes/bemani.md) pages.
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](/errorcodes/bemani.md) pages.

View File

@ -0,0 +1,4 @@
# Game Setup (DDR WORLD)
<img class="header-logo" src="/img/bemani/ddr/world/logo.png">
--8<-- "docs/games/bemani/ddr/common/setup.md"

View File

@ -0,0 +1,4 @@
# Troubleshooting (DDR WORLD)
<img class="header-logo" src="/img/bemani/ddr/world/logo.png">
--8<-- "docs/games/bemani/ddr/common/troubleshooting.md"

View File

@ -1,4 +1,5 @@
# GITADORA EXCHAIN
<img class="header-logo" src="/img/bemani/gitadora/exchain/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -12,14 +13,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential audio issues on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, the first thing to do is put your desired 64-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/exchain/1.png">
<img src="/img/bemani/gitadora/exchain/1.png">
!!! tip ""
Why does this look different than the usual? This installation includes a `modules` folder that Spice automatically detects, keeping things clean and simple.
@ -47,7 +48,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/2g.png">
<img src="/img/bemani/gitadora/matixx/2g.png">
!!! tip ""
**FOR DRUM**
@ -61,7 +62,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/2d.png">
<img src="/img/bemani/gitadora/matixx/2d.png">
### Configuring for an Online Network
@ -80,7 +81,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/3g.png">
<img src="/img/bemani/gitadora/matixx/3g.png">
!!! tip ""
**FOR DRUM**
@ -96,7 +97,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/3d.png">
<img src="/img/bemani/gitadora/matixx/3d.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -108,35 +109,35 @@
If it's your first time running the game, you'll immediately be greeted with this screen, oh no!
<img src="/img/matixx/4.png">
<img src="/img/bemani/gitadora/matixx/4.png">
!!! tip ""
This is normal, simply hit your `Test` keybind and continue on to this.
<img src="/img/matixx/5.png">
<img src="/img/bemani/gitadora/matixx/5.png">
!!! tip ""
From here, we will need to set a shop name to play, so select the `GAME OPTIONS` option.
<img src="/img/matixx/6.png">
<img src="/img/bemani/gitadora/matixx/6.png">
!!! tip ""
Then, select `SHOP SETTINGS`.
<img src="/img/matixx/7.png">
<img src="/img/bemani/gitadora/matixx/7.png">
!!! tip ""
Once inside, select `SHOP NAME SETTINGS` and name your shop whatever you desire! For the purpose of the guide, we named it `Guide` but highly encourage fun and/or lazy names. Once that's done, go down to `PREFECTURE` and set it to whatever you desire as well. Finally, go to `SAVE AND EXIT` to get back to the main menu.
<img src="/img/matixx/8.png">
<img src="/img/bemani/gitadora/matixx/8.png">
!!! tip ""
The last menu we'll go inside from the service menu is the clock menu. Go inside `CLOCK` and simply set the clock by hitting `SAVE AND EXIT` as pictured below.
<img src="/img/matixx/9.png">
<img src="/img/bemani/gitadora/matixx/9.png">
!!! tip ""
You're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# GITADORA Matixx Common Problems/Tips
# GITADORA EXCHAIN
<img class="header-logo" src="/img/bemani/gitadora/exchain/logo.png">
### Hardware Specs

View File

@ -1,5 +1,5 @@
# GITADORA FUZZ-UP
<img src="/img/fuzzup/fuzzup.png">
<img class="header-logo" src="/img/bemani/gitadora/fuzzup/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -15,7 +15,7 @@
- Head over to [spice2x.github.io](https://spice2x.github.io) and download the latest release.
- Extract the `spice64.exe` and `spicecfg.exe` files from the archive to your game's directory.
<img src="/img/fuzzup/spice.png">
<img src="/img/bemani/gitadora/fuzzup/spice.png">
---
### General Configuration
@ -43,7 +43,7 @@
#### Patches
!!! info "Go through the [Spice2x Patching](../../extras/patchsp2x.md) page to import patches."
!!! info "Go through the [Spice2x Patching](/extras/patchsp2x.md) page to import patches."
!!! danger "To prevent issues, avoid patching things you don't need or understand."
@ -151,7 +151,7 @@
- `EA Service URL` to the URL provided by your network.
- `PCBID` to the PCBID provided by your network.
<img src="/img/gen/network.png">
<img src="/img/common/spice2x_network.png">
Next you need a card number.
If you don't already have one, generate one in the `Cards` tab.
@ -159,11 +159,11 @@
Once that's done, head to the `Cards` tab, for `Player 1` click `Open...` and point to your text file.
<img src="/img/gen/cards.png">
<img src="/img/common/spice2x_cards.png">
??? tip "Local e-amuse Emulator (Asphyxia)"
This is covered in the [Asphyxia CORE](../../extras/asphyxia.md) page.
This is covered in the [Asphyxia CORE](/extras/asphyxia.md) page.
---
### Pre-launch Requirements
@ -191,7 +191,7 @@
- Open the `Default Format` dropdown.
- Pick the `24 bit, 44100 Hz (Studio Quality)` option and click `Apply` then `OK`.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
---
### First Launch
@ -206,37 +206,37 @@
Upon launching your game, you will be greeted with this `BACKUP DATA ERROR` screen.
<img src="/img/matixx/4.png">
<img src="/img/bemani/gitadora/matixx/4.png">
!!! tip ""
This is normal, simply hit your `Test` keybind to enter test mode.
<img src="/img/matixx/5.png">
<img src="/img/bemani/gitadora/matixx/5.png">
!!! tip ""
From here, we will need to set a shop name to play, so select the `GAME OPTIONS` option.
<img src="/img/matixx/6.png">
<img src="/img/bemani/gitadora/matixx/6.png">
!!! tip ""
Then, select `SHOP SETTINGS`.
<img src="/img/matixx/7.png">
<img src="/img/bemani/gitadora/matixx/7.png">
!!! tip ""
Once inside, select `SHOP NAME SETTINGS` and name your shop whatever you desire! Once that's done, go down to `PREFECTURE` and set it to whatever you desire as well. Finally, go to `SAVE AND EXIT` to get back to the test menu.
<img src="/img/matixx/8.png">
<img src="/img/bemani/gitadora/matixx/8.png">
!!! tip ""
The last menu we'll go inside from the test menu is the clock menu. Go inside `CLOCK` and simply set the clock by hitting `SAVE AND EXIT` as pictured below.
<img src="/img/matixx/9.png">
<img src="/img/bemani/gitadora/matixx/9.png">
!!! tip ""
@ -257,4 +257,4 @@
!!! warning "Have any other issue?"
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../errorcodes/bemani.md) pages.
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](/errorcodes/bemani.md) pages.

View File

@ -1,5 +1,5 @@
# GITADORA FUZZ-UP
<img src="/img/fuzzup/fuzzup.png">
<img class="header-logo" src="/img/bemani/gitadora/fuzzup/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,4 +1,5 @@
# GITADORA Matixx
<img class="header-logo" src="/img/bemani/gitadora/matixx/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -12,14 +13,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential audio issues on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, the first thing to do is put your desired 64-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/matixx/1.png">
<img src="/img/bemani/gitadora/matixx/1.png">
### Configuring Your Tools
@ -44,7 +45,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/2g.png">
<img src="/img/bemani/gitadora/matixx/2g.png">
!!! tip ""
**FOR DRUM**
@ -58,7 +59,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/2d.png">
<img src="/img/bemani/gitadora/matixx/2d.png">
### Configuring for an Online Network
@ -77,7 +78,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/3g.png">
<img src="/img/bemani/gitadora/matixx/3g.png">
!!! tip ""
**FOR DRUM**
@ -93,7 +94,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/matixx/3d.png">
<img src="/img/bemani/gitadora/matixx/3d.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -105,35 +106,35 @@
If it's your first time running the game, you'll immediately be greeted with this screen, oh no!
<img src="/img/matixx/4.png">
<img src="/img/bemani/gitadora/matixx/4.png">
!!! tip ""
This is normal, simply hit your `Test` keybind and continue on to this.
<img src="/img/matixx/5.png">
<img src="/img/bemani/gitadora/matixx/5.png">
!!! tip ""
From here, we will need to set a shop name to play, so select the `GAME OPTIONS` option.
<img src="/img/matixx/6.png">
<img src="/img/bemani/gitadora/matixx/6.png">
!!! tip ""
Then, select `SHOP SETTINGS`.
<img src="/img/matixx/7.png">
<img src="/img/bemani/gitadora/matixx/7.png">
!!! tip ""
Once inside, select `SHOP NAME SETTINGS` and name your shop whatever you desire! For the purpose of the guide, we named it `Guide` but highly encourage fun and/or lazy names. Once that's done, go down to `PREFECTURE` and set it to whatever you desire as well. Finally, go to `SAVE AND EXIT` to get back to the main menu.
<img src="/img/matixx/8.png">
<img src="/img/bemani/gitadora/matixx/8.png">
!!! tip ""
The last menu we'll go inside from the service menu is the clock menu. Go inside `CLOCK` and simply set the clock by hitting `SAVE AND EXIT` as pictured below.
<img src="/img/matixx/9.png">
<img src="/img/bemani/gitadora/matixx/9.png">
!!! tip ""
You're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# GITADORA EXCHAIN Common Problems/Tips
# GITADORA Matixx
<img class="header-logo" src="/img/bemani/gitadora/matixx/logo.png">
### Hardware Specs

View File

@ -1,5 +1,5 @@
# beatmania IIDX 10th style
<img src="/img/iidx10/10_logo.png">
<img class="header-logo" src="/img/bemani/iidx/10thstyle/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -28,7 +28,7 @@
Pictured below is what your folder should look like. We've removed any files not necessary for **10th style**.
<img src="/img/iidx10/setup/1.png">
<img src="/img/bemani/iidx/10thstyle/setup/1.png">
#### Using iidxhook-10.conf & RtEffect.dll
@ -122,7 +122,7 @@
!!! info "If you don't have a numpad, make sure to tick `Use top keyboard row for PIN pad input`. This will also change the `Card In` button to `Backspace`."
<img src="/img/iidx10/setup/2.png">
<img src="/img/bemani/iidx/10thstyle/setup/2.png">
---
### Connecting to a network
@ -157,10 +157,10 @@
Below is an example of how both look like.
??? info "Linear"
<img src="/img/iidx10/iidx10_linear.png">
<img src="/img/bemani/iidx/10thstyle/iidx10_linear.png">
??? info "Point"
<img src="/img/iidx10/iidx10_point.png">
<img src="/img/bemani/iidx/10thstyle/iidx10_point.png">
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
@ -227,21 +227,21 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx10/firstlaunch/1.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/1.png">
<img src="/img/iidx10/firstlaunch/2.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/2.png">
!!! tip ""
Press your `Start` key to confirm to get to the next error message.
#### CLOCK ERROR
<img src="/img/iidx10/firstlaunch/3.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/3.png">
!!! tip ""
Press your `Start` key to confirm. This will bring you into it's service menu.
<img src="/img/iidx10/firstlaunch/4.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/4.png">
!!! tip ""
Instructions on how to navigate the menu are shown at the bottom of the screen.
@ -251,28 +251,28 @@
Navigate to `CLOCK`. You do not need to manually change it. Navigate to `SAVE AND EXIT`.
<img src="/img/iidx10/firstlaunch/5.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/5.png">
#### Enabling e-AMUSEMENT for Online Play
!!! tip ""
From the service menu, go to `e-AMUSEMENT OPTIONS` then `e-AMUSEMENT SETTINGS`.
<img src="/img/iidx10/firstlaunch/6.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/6.png">
<img src="/img/iidx10/firstlaunch/7.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/7.png">
!!! tip ""
It'll bring you to this screen, change it so that `e-AMUSEMENT` switches to `ON` and it will look like this:
<img src="/img/iidx10/firstlaunch/8.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/8.png">
<img src="/img/iidx10/firstlaunch/9.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/9.png">
!!! tip ""
We will need to set a `SHOP NAME SETTING` and change our `PREFECTURE` otherwise the game will throw errors at us.
<img src="/img/iidx10/firstlaunch/10.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/10.png">
!!! tip ""
@ -280,7 +280,7 @@
- Navigate to `EXIT` and select it.
- Change your prefecture once or how many times you'd like, it doesn't matter as long as it's not the default one.
<img src="/img/iidx10/firstlaunch/11.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/11.png">
!!! tip ""
Select `SAVE AND EXIT`. The game will now give you a message, which translated means:
@ -289,7 +289,7 @@
So, close the game and open it again.
<img src="/img/iidx10/firstlaunch/12.png">
<img src="/img/bemani/iidx/10thstyle/firstlaunch/12.png">
---
### Final Notes

View File

@ -1,5 +1,5 @@
# IIDX 10 Troubleshooting
<img src="/img/iidx10/10_logo.png">
<img class="header-logo" src="/img/bemani/iidx/10thstyle/logo.png">
### My Game Is Running Crazy Fast!

View File

@ -1,5 +1,5 @@
# beatmania IIDX 11 IIDX RED
<img src="/img/iidx11/RED_logo.png">
<img class="header-logo" src="/img/bemani/iidx/11_red/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -27,7 +27,7 @@
Pictured below is what your folder should look like. We've removed any files not necessary for **IIDX RED**.
<img src="/img/iidx11/setup/1.png">
<img src="/img/bemani/iidx/11_red/setup/1.png">
#### Using iidxhook-11.conf & RtEffect.dll
@ -109,7 +109,7 @@
!!! info "If you don't have a numpad, make sure to tick `Use top keyboard row for PIN pad input`. This will also change the `Card In` button to `Backspace`."
<img src="/img/iidx11/setup/2.png">
<img src="/img/bemani/iidx/11_red/setup/2.png">
---
### Connecting to a network
@ -144,10 +144,10 @@
Below is an example of how both look like.
??? info "Linear"
<img src="/img/iidx11/iidx11_linear.png">
<img src="/img/bemani/iidx/11_red/iidx11_linear.png">
??? info "Point"
<img src="/img/iidx11/iidx11_point.png">
<img src="/img/bemani/iidx/11_red/iidx11_point.png">
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
@ -217,21 +217,21 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx11/firstlaunch/1.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/1.png">
<img src="/img/iidx11/firstlaunch/2.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/2.png">
!!! tip ""
Press your `Start` key to confirm to get to the next error message.
#### CLOCK ERROR
<img src="/img/iidx11/firstlaunch/3.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/3.png">
!!! tip ""
Press your `Start` key to confirm. This will bring you into it's service menu.
<img src="/img/iidx11/firstlaunch/4.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/4.png">
!!! tip ""
Instructions on how to navigate the menu are shown at the bottom of the screen.
@ -241,28 +241,28 @@
Navigate to `CLOCK`. You do not need to manually change it. Navigate to `SAVE AND EXIT`.
<img src="/img/iidx11/firstlaunch/5.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/5.png">
#### Enabling e-AMUSEMENT for Online Play
!!! tip ""
From the service menu, go to `NETWORK OPTIONS` then `e-AMUSEMENT SETTINGS`.
<img src="/img/iidx11/firstlaunch/6.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/6.png">
<img src="/img/iidx11/firstlaunch/7.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/7.png">
!!! tip ""
It'll bring you to this screen, change it so that `e-AMUSEMENT` switches to `ON` and it will look like this:
<img src="/img/iidx11/firstlaunch/8.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/8.png">
<img src="/img/iidx11/firstlaunch/9.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/9.png">
!!! tip ""
We will need to set a `SHOP NAME SETTING` and change our `PREFECTURE` otherwise the game will throw errors at us.
<img src="/img/iidx11/firstlaunch/10.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/10.png">
!!! tip ""
@ -270,7 +270,7 @@
- Navigate to `EXIT` and select it.
- Change your prefecture once or how many times you'd like, it doesn't matter as long as it's not the default one.
<img src="/img/iidx11/firstlaunch/11.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/11.png">
!!! tip ""
Select `SAVE AND EXIT`. The game will now give you a message, which translated means:
@ -279,7 +279,7 @@
So, close the game and open it again.
<img src="/img/iidx11/firstlaunch/12.png">
<img src="/img/bemani/iidx/11_red/firstlaunch/12.png">
---
### Final Notes

View File

@ -1,5 +1,5 @@
# IIDX 11 Troubleshooting
<img src="/img/iidx11/RED_logo.png">
# beatmania IIDX 11 IIDX RED
<img class="header-logo" src="/img/bemani/iidx/11_red/logo.png">
### My Game Is Running Crazy Fast!

View File

@ -1,5 +1,5 @@
# beatmania IIDX 12 HAPPY SKY
<img src="/img/iidx12/happysky_logo.png">
<img class="header-logo" src="/img/bemani/iidx/12_happysky/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -28,7 +28,7 @@
Pictured below is what your folder should look like. We've removed any files not necessary for **HAPPY SKY**.
<img src="/img/iidx12/setup/1.png">
<img src="/img/bemani/iidx/12_happysky/setup/1.png">
#### Using iidxhook-12.conf & RtEffect.dll
@ -131,7 +131,7 @@
!!! info "If you don't have a numpad, make sure to tick `Use top keyboard row for PIN pad input`. This will also change the `Card In` button to `Backspace`."
<img src="/img/iidx12/setup/2.png">
<img src="/img/bemani/iidx/12_happysky/setup/2.png">
---
### Connecting to a network
@ -166,10 +166,10 @@
Below is an example of how both look like.
??? info "Linear"
<img src="/img/iidx12/iidx12_linear.png">
<img src="/img/bemani/iidx/12_happysky/iidx12_linear.png">
??? info "Point"
<img src="/img/iidx12/iidx12_point.png">
<img src="/img/bemani/iidx/12_happysky/iidx12_point.png">
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
@ -239,21 +239,21 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx12/firstlaunch/1.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/1.png">
<img src="/img/iidx12/firstlaunch/2.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/2.png">
!!! tip ""
Press your `Start` key to confirm to get to the next error message.
#### CLOCK ERROR
<img src="/img/iidx12/firstlaunch/3.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/3.png">
!!! tip ""
Press your `Start` key to confirm. This will bring you into it's service menu.
<img src="/img/iidx12/firstlaunch/4.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/4.png">
!!! tip ""
Instructions on how to navigate the menu are shown at the bottom of the screen.
@ -263,28 +263,28 @@
Navigate to `CLOCK`. You do not need to manually change it. Navigate to `SAVE AND EXIT`.
<img src="/img/iidx12/firstlaunch/5.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/5.png">
#### Enabling e-AMUSEMENT for Online Play
!!! tip ""
From the service menu, go to `NETWORK OPTIONS` then `e-AMUSEMENT SETTINGS`.
<img src="/img/iidx12/firstlaunch/6.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/6.png">
<img src="/img/iidx12/firstlaunch/7.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/7.png">
!!! tip ""
It'll bring you to this screen, change it so that `e-AMUSEMENT` switches to `ON` and it will look like this:
<img src="/img/iidx12/firstlaunch/8.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/8.png">
<img src="/img/iidx12/firstlaunch/9.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/9.png">
!!! tip ""
We will need to set a `SHOP NAME SETTING` and change our `PREFECTURE` otherwise the game will throw errors at us.
<img src="/img/iidx12/firstlaunch/10.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/10.png">
!!! tip ""
@ -292,7 +292,7 @@
- Navigate to `EXIT` and select it.
- Change your prefecture once or how many times you'd like, it doesn't matter as long as it's not the default one.
<img src="/img/iidx12/firstlaunch/11.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/11.png">
!!! tip ""
Select `SAVE AND EXIT`. The game will now give you a message, which translated means:
@ -301,7 +301,7 @@
So, close the game and open it again.
<img src="/img/iidx12/firstlaunch/12.png">
<img src="/img/bemani/iidx/12_happysky/firstlaunch/12.png">
---
### Final Notes

View File

@ -1,5 +1,5 @@
# IIDX 12 Common Problems/Tips
<img src="/img/iidx12/happysky_logo.png">
# beatmania IIDX 12 HAPPY SKY
<img class="header-logo" src="/img/bemani/iidx/12_happysky/logo.png">
### My Game Is Running Crazy Fast!

View File

@ -1,5 +1,5 @@
# beatmania IIDX 13 DistorteD
<img src="/img/iidx13/distorted_logo.png">
<img class="header-logo" src="/img/bemani/iidx/13_distorted/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -28,7 +28,7 @@
Pictured below is what your folder should look like. We've removed any files not necessary for **DistorteD**.
<img src="/img/iidx13/setup/1.png">
<img src="/img/bemani/iidx/13_distorted/setup/1.png">
#### Using iidxhook-13.conf & RtEffect.dll
@ -131,7 +131,7 @@
!!! info "If you don't have a numpad, make sure to tick `Use top keyboard row for PIN pad input`. This will also change the `Card In` button to `Backspace`."
<img src="/img/iidx13/setup/2.png">
<img src="/img/bemani/iidx/13_distorted/setup/2.png">
---
### Connecting to a network
@ -166,10 +166,10 @@
Below is an example of how both look like.
??? info "Linear"
<img src="/img/iidx13/iidx13_linear.png">
<img src="/img/bemani/iidx/13_distorted/iidx13_linear.png">
??? info "Point"
<img src="/img/iidx13/iidx13_point.png">
<img src="/img/bemani/iidx/13_distorted/iidx13_point.png">
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
@ -239,21 +239,21 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx13/firstlaunch/1.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/1.png">
<img src="/img/iidx13/firstlaunch/2.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/2.png">
!!! tip ""
Press your `Test` key to confirm to get to the next error message.
#### CLOCK ERROR
<img src="/img/iidx13/firstlaunch/3.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/3.png">
!!! tip ""
Press your `Test` key to confirm. This will bring you into it's service menu.
<img src="/img/iidx13/firstlaunch/4.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/4.png">
!!! tip ""
Instructions on how to navigate the menu are shown at the bottom of the screen.
@ -263,28 +263,28 @@
Navigate to `CLOCK`. You do not need to manually change it. Navigate to `SAVE AND EXIT`.
<img src="/img/iidx13/firstlaunch/5.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/5.png">
#### Enabling e-AMUSEMENT for Online Play
!!! tip ""
From the service menu, go to `NETWORK OPTIONS` then `e-AMUSEMENT SETTINGS`.
<img src="/img/iidx13/firstlaunch/6.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/6.png">
<img src="/img/iidx13/firstlaunch/7.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/7.png">
!!! tip ""
It'll bring you to this screen, change it so that `e-AMUSEMENT` switches to `ON` and it will look like this:
<img src="/img/iidx13/firstlaunch/8.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/8.png">
<img src="/img/iidx13/firstlaunch/9.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/9.png">
!!! tip ""
We will need to set a `SHOP NAME SETTING` and change our `PREFECTURE` otherwise the game will throw errors at us.
<img src="/img/iidx13/firstlaunch/10.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/10.png">
!!! tip ""
@ -292,7 +292,7 @@
- Navigate to `EXIT` and select it.
- Change your prefecture once or how many times you'd like, it doesn't matter as long as it's not the default one.
<img src="/img/iidx13/firstlaunch/11.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/11.png">
!!! tip ""
Select `SAVE AND EXIT`. The game will now give you a message, which translated means:
@ -301,7 +301,7 @@
So, close the game and open it again.
<img src="/img/iidx13/firstlaunch/12.png">
<img src="/img/bemani/iidx/13_distorted/firstlaunch/12.png">
---
### Final Notes

View File

@ -1,5 +1,5 @@
# IIDX 13 Common Problems/Tips
<img src="/img/iidx13/distorted_logo.png">
# beatmania IIDX 13 DistorteD
<img class="header-logo" src="/img/bemani/iidx/13_distorted/logo.png">
### My Game Is Running Crazy Fast!

View File

@ -1,5 +1,5 @@
# beatmania IIDX 14 GOLD
<img src="/img/iidx14/gold_logo.png">
<img class="header-logo" src="/img/bemani/iidx/14_gold/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -28,7 +28,7 @@
Pictured below is what your folder should look like. We've removed any files not necessary for **GOLD**.
<img src="/img/iidx14/setup/1.png">
<img src="/img/bemani/iidx/14_gold/setup/1.png">
#### Using iidxhook-14.conf
@ -123,7 +123,7 @@
!!! info "If you don't have a numpad, make sure to tick `Use top keyboard row for PIN pad input`. This will also change the `Card In` button to `Backspace`."
<img src="/img/iidx14/setup/2.png">
<img src="/img/bemani/iidx/14_gold/setup/2.png">
---
### Connecting to a network
@ -158,10 +158,10 @@
Below is an example of how both look like.
??? info "Linear"
<img src="/img/iidx14/iidx14_linear.png">
<img src="/img/bemani/iidx/14_gold/iidx14_linear.png">
??? info "Point"
<img src="/img/iidx14/iidx14_point.png">
<img src="/img/bemani/iidx/14_gold/iidx14_point.png">
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
@ -231,26 +231,26 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx14/firstlaunch/1.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/1.png">
!!! warning "If you get `USB I/O ERROR ERROR(FM TRNS-OUT)` or `USB I/O ERROR ERROR(FM-DL TIMEOUT)`"
Reboot the game and it should get fixed.
<img src="/img/iidx14/firstlaunch/2.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/2.png">
!!! tip ""
Press your `Test` key to confirm to get to the next error message.
#### CLOCK ERROR
<img src="/img/iidx14/firstlaunch/3.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/3.png">
!!! tip ""
Press your `Test` key to confirm. The game will then perform a `MONITOR CHECK`.
<img src="/img/iidx14/firstlaunch/4.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/4.png">
<img src="/img/iidx14/firstlaunch/5.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/5.png">
!!! tip ""
After the monitor check, the game will bring you into it's service menu.
@ -262,23 +262,23 @@
Navigate to `CLOCK`. You do not need to manually change it. Navigate to `SAVE AND EXIT`.
<img src="/img/iidx14/firstlaunch/6.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/6.png">
#### Enabling e-AMUSEMENT for Online Play
!!! tip ""
From the service menu, go to `NETWORK OPTIONS` then `e-AMUSEMENT SETTINGS`.
<img src="/img/iidx14/firstlaunch/7.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/7.png">
<img src="/img/iidx14/firstlaunch/8.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/8.png">
<img src="/img/iidx14/firstlaunch/9.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/9.png">
!!! tip ""
We will need to set a `SHOP NAME SETTING` and change our `SETTING AREA` otherwise the game will throw errors at us.
<img src="/img/iidx14/firstlaunch/10.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/10.png">
!!! tip ""
@ -286,12 +286,12 @@
- Navigate to `EXIT` and select it.
- Change your `SETTING AREA` once or how many times you'd like, it doesn't matter as long as it's not the default one.
<img src="/img/iidx14/firstlaunch/11.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/11.png">
!!! tip ""
Select `SAVE AND EXIT`.
<img src="/img/iidx14/firstlaunch/12.png">
<img src="/img/bemani/iidx/14_gold/firstlaunch/12.png">
---
### Final Notes

View File

@ -1,6 +1,5 @@
# IIDX 14 Common Problems/Tips
<img src="/img/iidx14/gold_logo.png">
# beatmania IIDX 14 GOLD
<img class="header-logo" src="/img/bemani/iidx/14_gold/logo.png">
### My Game Is Running Crazy Fast!

View File

@ -1,6 +1,5 @@
# beatmania IIDX 24 SINOBUZ
<img src="/img/iidx24/sb.png">
<img class="header-logo" src="/img/bemani/iidx/24_sinobuz/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -19,7 +18,7 @@
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired **32-bit** tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/iidx24/1.png">
<img src="/img/bemani/iidx/24_sinobuz/1.png">
### Configuring Your Tools
@ -41,7 +40,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx24/2.png">
<img src="/img/bemani/iidx/24_sinobuz/2.png">
### Configuring for an Online Network
@ -56,7 +55,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx24/3.png">
<img src="/img/bemani/iidx/24_sinobuz/3.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -68,47 +67,47 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx24/4.png">
<img src="/img/bemani/iidx/24_sinobuz/4.png">
!!! tip ""
Hit the `Test` keybinding to initialize the backup data, a message will pop up stating it's been initialized.
<img src="/img/iidx24/5.png">
<img src="/img/bemani/iidx/24_sinobuz/5.png">
!!! tip ""
Lastly, you'll run into this error message as well, let's work on eliminating these messages. Let the game run for a bit until the monitor check is complete and you should be taken to the service menu pictured below.
<img src="/img/iidx24/6.png">
<img src="/img/bemani/iidx/24_sinobuz/6.png">
!!! tip ""
Start by navigating up to `CLOCK` and entering that menu.
<img src="/img/iidx24/7.png">
<img src="/img/bemani/iidx/24_sinobuz/7.png">
!!! tip ""
Simply hit save and exit and leave, the clock will be saved. Then, back in the service menu, go up to `GAME OPTIONS`
<img src="/img/iidx24/8.png">
<img src="/img/bemani/iidx/24_sinobuz/8.png">
!!! tip ""
Once inside that menu, navigate your way up to `DEFINITION TYPE` and choose either `HD` or `HD*` depending on your preferences, both run the game at 720p but have a timing difference addressed on the FAQ page. It might be worth noting that the `HD*` option is no longer present as of beatmania IIDX 26 ROOTAGE.
<img src="/img/iidx24/9.png">
<img src="/img/bemani/iidx/24_sinobuz/9.png">
!!! tip ""
The game will then count down asking you to confirm the selection before reverting, just hit `YES` assuming it loaded just fine on your computer. Then, exit out of that menu and head to `NETWORK OPTIONS` from back inside the service menu.
<img src="/img/iidx24/10.png">
<img src="/img/bemani/iidx/24_sinobuz/10.png">
!!! tip ""
From here, we will need to set a shop name to play, so select the `SHOP NAME SETTING` option. Once inside, name your shop whatever you desire! For the purpose of the guide, we named it `Guide` but highly encourage fun and/or lazy names. Once that's done go to `EXIT` and then `SAVE AND EXIT` inside of `NETWORK OPTIONS` once you've chosen your desired name, as pictured below.
<img src="/img/iidx24/11.png">
<img src="/img/bemani/iidx/24_sinobuz/11.png">
<img src="/img/iidx24/12.png">
<img src="/img/bemani/iidx/24_sinobuz/12.png">
!!! tip ""
You're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,6 +1,5 @@
# IIDX 24 Common Problems/Tips
<img src="/img/iidx24/sb.png">
# beatmania IIDX 24 SINOBUZ
<img class="header-logo" src="/img/bemani/iidx/24_sinobuz/logo.png">
### Hardware Specs

View File

@ -1,6 +1,5 @@
# beatmania IIDX 25 CANNON BALLERS
<img src="/img/iidx25/cb.png">
<img class="header-logo" src="/img/bemani/iidx/25_cannonballers/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -15,14 +14,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential crashing on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired **64-bit** tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/iidx25/1.png">
<img src="/img/bemani/iidx/25_cannonballers/1.png">
### Configuring Your Tools
@ -44,7 +43,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/2.png">
<img src="/img/bemani/iidx/25_cannonballers/2.png">
### Configuring for an Online Network
@ -59,7 +58,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/3.png">
<img src="/img/bemani/iidx/25_cannonballers/3.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -71,52 +70,52 @@
If it's your first time running the game, you'll immediately be greeted with this screen, oh no!
<img src="/img/iidx25/4.png">
<img src="/img/bemani/iidx/25_cannonballers/4.png">
!!! tip ""
Ignore this message, simply hit your `Test` keybind and continue onto this.
<img src="/img/iidx25/5.png">
<img src="/img/bemani/iidx/25_cannonballers/5.png">
!!! tip ""
Hit the `Test` keybinding again to initialize the backup data, a message will pop up stating it's been initialized.
<img src="/img/iidx25/6.png">
<img src="/img/bemani/iidx/25_cannonballers/6.png">
!!! tip ""
Lastly, you'll run into this error message as well, let's work on eliminating these messages. Let the game run for a bit until the monitor check is complete and you should be taken to the service menu pictured below.
<img src="/img/iidx25/7.png">
<img src="/img/bemani/iidx/25_cannonballers/7.png">
!!! tip ""
Start by navigating up to `CLOCK` and entering that menu.
<img src="/img/iidx25/8.png">
<img src="/img/bemani/iidx/25_cannonballers/8.png">
!!! tip ""
Simply hit save and exit and leave, the clock will be saved. Then, back in the service menu, go up to `GAME OPTIONS`
<img src="/img/iidx25/9.png">
<img src="/img/bemani/iidx/25_cannonballers/9.png">
!!! tip ""
Once inside that menu, navigate your way up to `DEFINITION TYPE` and choose either `HD` or `HD*` depending on your preferences, both run the game at 720p but have a timing difference addressed on the FAQ page. It might be worth noting that the `HD*` option is no longer present as of beatmania IIDX 26 ROOTAGE.
<img src="/img/iidx25/10.png">
<img src="/img/bemani/iidx/25_cannonballers/10.png">
!!! tip ""
The game will then count down asking you to confirm the selection before reverting, just hit `YES` assuming it loaded just fine on your computer. Then, exit out of that menu and head to `NETWORK OPTIONS` from back inside the service menu.
<img src="/img/iidx25/11.png">
<img src="/img/bemani/iidx/25_cannonballers/11.png">
!!! tip ""
From here, we will need to set a shop name to play, so select the `SHOP NAME SETTING` option. Once inside, name your shop whatever you desire! For the purpose of the guide, we named it `Guide` but highly encourage fun and/or lazy names. Once that's done go to `EXIT` and then `SAVE AND EXIT` inside of `NETWORK OPTIONS` once you've chosen your desired name, as pictured below.
<img src="/img/iidx25/12.png">
<img src="/img/bemani/iidx/25_cannonballers/12.png">
<img src="/img/iidx25/13.png">
<img src="/img/bemani/iidx/25_cannonballers/13.png">
!!! tip ""
You're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,6 +1,5 @@
# IIDX 25 Common Problems/Tips
<img src="/img/iidx25/cb.png">
# beatmania IIDX 25 CANNON BALLERS
<img class="header-logo" src="/img/bemani/iidx/25_cannonballers/logo.png">
### Hardware Specs

View File

@ -1,6 +1,5 @@
# beatmania IIDX 26 Rootage
<img src="/img/iidx26/rootage.png">
<img class="header-logo" src="/img/bemani/iidx/26_rootage/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -15,14 +14,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential crashing on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired **64-bit** tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/iidx25/1.png">
<img src="/img/bemani/iidx/25_cannonballers/1.png">
### Configuring Your Tools
@ -44,7 +43,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/2.png">
<img src="/img/bemani/iidx/25_cannonballers/2.png">
### Configuring for an Online Network
@ -59,7 +58,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/3.png">
<img src="/img/bemani/iidx/25_cannonballers/3.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -71,52 +70,52 @@
If it's your first time running the game, you'll immediately be greeted with this screen, oh no!
<img src="/img/iidx25/4.png">
<img src="/img/bemani/iidx/25_cannonballers/4.png">
!!! tip ""
Ignore this message, simply hit your `Test` keybind and continue onto this.
<img src="/img/iidx25/5.png">
<img src="/img/bemani/iidx/25_cannonballers/5.png">
!!! tip ""
Hit the `Test` keybinding again to initialize the backup data, a message will pop up stating it's been initialized.
<img src="/img/iidx25/6.png">
<img src="/img/bemani/iidx/25_cannonballers/6.png">
!!! tip ""
Lastly, you'll run into this error message as well, let's work on eliminating these messages. Let the game run for a bit until the monitor check is complete and you should be taken to the service menu pictured below.
<img src="/img/iidx25/7.png">
<img src="/img/bemani/iidx/25_cannonballers/7.png">
!!! tip ""
Start by navigating up to `CLOCK` and entering that menu.
<img src="/img/iidx25/8.png">
<img src="/img/bemani/iidx/25_cannonballers/8.png">
!!! tip ""
Simply hit save and exit and leave, the clock will be saved. Then, back in the service menu, go up to `GAME OPTIONS`
<img src="/img/iidx25/9.png">
<img src="/img/bemani/iidx/25_cannonballers/9.png">
!!! tip ""
Once inside that menu, navigate your way up to `DEFINITION TYPE` and choose either `SD` or `HD` depending on your preferences.
<img src="/img/iidx26/1.png">
<img src="/img/bemani/iidx/26_rootage/1.png">
!!! tip ""
The game will then count down asking you to confirm the selection before reverting, just hit `YES` assuming it loaded just fine on your computer. Then, exit out of that menu and head to `NETWORK OPTIONS` from back inside the service menu.
<img src="/img/iidx25/11.png">
<img src="/img/bemani/iidx/25_cannonballers/11.png">
!!! tip ""
From here, we will need to set a shop name to play, so select the `SHOP NAME SETTING` option. Once inside, name your shop whatever you desire! For the purpose of the guide, we named it `Guide` but highly encourage fun and/or lazy names. Once that's done go to `EXIT` and then `SAVE AND EXIT` inside of `NETWORK OPTIONS` once you've chosen your desired name, as pictured below.
<img src="/img/iidx25/12.png">
<img src="/img/bemani/iidx/25_cannonballers/12.png">
<img src="/img/iidx25/13.png">
<img src="/img/bemani/iidx/25_cannonballers/13.png">
!!! tip ""
You're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,6 +1,5 @@
# IIDX 26 Common Problems/Tips
<img src="/img/iidx26/rootage.png">
# beatmania IIDX 26 Rootage
<img class="header-logo" src="/img/bemani/iidx/26_rootage/logo.png">
### Hardware Specs

View File

@ -1,6 +1,5 @@
# beatmania IIDX 27 Lighting Mode Information
<img src="/img/iidx27/hv.png">
# beatmania IIDX 27 Heroic Verse
<img class="header-logo" src="/img/bemani/iidx/27_heroicverse/logo.png">
### Notes

View File

@ -1,6 +1,5 @@
# beatmania IIDX 27 Heroic Verse
<img src="/img/iidx27/hv.png">
<img class="header-logo" src="/img/bemani/iidx/27_heroicverse/logo.png">
!!! note "Author Note:"
Lightning mode specifics: they are found [here](lightning.md)
@ -18,14 +17,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential crashing on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired **64-bit** tools inside the game's `contents` folder, Pictured below is what your folder should look like.
<img src="/img/iidx27/1.png">
<img src="/img/bemani/iidx/27_heroicverse/1.png">
### Configuring Your Tools
@ -47,7 +46,7 @@
Pictured below, the selected options inside the `Options` tab in `spicecfg.exe`.
<img src="/img/iidx27/cfg_ea.png">
<img src="/img/bemani/iidx/27_heroicverse/cfg_ea.png">
### Configuring for an Online Network
@ -66,7 +65,7 @@
Pictured below, the selected options inside the `Options` tab in `spicecfg.exe`.
<img src="/img/iidx27/cfg_on.png">
<img src="/img/bemani/iidx/27_heroicverse/cfg_on.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -74,9 +73,7 @@
### Final Steps and Setting up the Game
!!! tip ""
The last steps you'll have to do with your chosen tools is simply setting up your desired keybinds inside the `Buttons` and `Analogs` tabs! If you'd like an example, I've shown my keybindings below on a DJ DAO FP7 from the 1P side. Make sure you setup the `Test` keybind as it will be critical for setting up the game.
<img src="/img/gen/bind_iidx.png">
The last steps you'll have to do with your chosen tools is simply setting up your desired keybinds inside the `Buttons` and `Analogs` tabs! Make sure you setup the `Test` keybind as it will be critical for setting up the game.
!!! tip ""
@ -84,56 +81,56 @@
If it's your first time running the game, you'll immediately be greeted with this screen, oh no!
<img src="/img/iidx25/4.png">
<img src="/img/bemani/iidx/25_cannonballers/4.png">
!!! tip ""
Ignore this message, simply hit your `Test` keybind and continue onto this.
<img src="/img/iidx25/5.png">
<img src="/img/bemani/iidx/25_cannonballers/5.png">
!!! tip ""
Hit the `Test` keybinding to initialize the backup data, a message will pop up stating it's been initialized.
<img src="/img/iidx25/6.png">
<img src="/img/bemani/iidx/25_cannonballers/6.png">
!!! tip ""
You'll also run into this error message as well, let's work on eliminating these messages. Let the game run for a bit until the monitor check is complete and you should be taken to the service menu pictured below.
<img src="/img/iidx25/7.png">
<img src="/img/bemani/iidx/25_cannonballers/7.png">
!!! tip ""
Start by navigating up to `CLOCK` and entering that menu.
<img src="/img/iidx25/8.png">
<img src="/img/bemani/iidx/25_cannonballers/8.png">
!!! tip ""
Simply hit save and exit and leave, the clock will be saved. Then, back in the service menu, go up to `GAME OPTIONS`
<img src="/img/iidx25/9.png">
<img src="/img/bemani/iidx/25_cannonballers/9.png">
!!! tip ""
Once inside that menu, navigate your way up to `DEFINITION TYPE` and choose either `SD` or `HD` depending on your preferences.
<img src="/img/iidx26/1.png">
<img src="/img/bemani/iidx/26_rootage/1.png">
!!! tip ""
The game will then count down asking you to confirm the selection before reverting, just hit `YES` assuming it loaded just fine on your computer. Then, exit out of that menu and head to `NETWORK OPTIONS` from back inside the service menu.
If it doesn't transition to HD, after you've saved, you can simply reboot the game and all should be well.
<img src="/img/iidx25/11.png">
<img src="/img/bemani/iidx/25_cannonballers/11.png">
!!! tip ""
The final thing we need to set is here inside `NETWORK OPTIONS`, we will need to set a shop name to play, so select the `SHOP NAME SETTING` option. Once inside, name your shop whatever you desire! For the purpose of the guide, we named it `Guide` but highly encourage fun and/or lazy names. Once that's done go to `EXIT` and then `SAVE AND EXIT` inside of `NETWORK OPTIONS` once you've chosen your desired name, as pictured below.
<img src="/img/iidx25/12.png">
<img src="/img/bemani/iidx/25_cannonballers/12.png">
<img src="/img/iidx25/13.png">
<img src="/img/bemani/iidx/25_cannonballers/13.png">
!!! tip ""
You're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Lightning Mode specifics can be found: [here](lightning.md#lightning-specific-troubleshooting)

View File

@ -1,6 +1,5 @@
# IIDX 27 Common Problems/Tips
<img src="/img/iidx27/hv.png">
# beatmania IIDX 27 Heroic Verse
<img class="header-logo" src="/img/bemani/iidx/27_heroicverse/logo.png">
!!! note "Author Note:"
For lightning specific issues, see [lightning cab notes](lightning.md#lightning-specific-troubleshooting)

View File

@ -1,5 +1,5 @@
# beatmania IIDX 30 RESIDENT
<img src="/img/iidx30-32/resident.png">
<img class="header-logo" src="/img/bemani/iidx/30_resident/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,5 +1,5 @@
# beatmania IIDX 30 RESIDENT
<img src="/img/iidx30-32/resident.png">
<img class="header-logo" src="/img/bemani/iidx/30_resident/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -33,7 +33,7 @@
You should end up with a file structure with a few folders only, as follows.
<img src="/img/iidx30-32/setup/2_iidxdata.png">
<img src="/img/bemani/iidx/common/setup/data.png">
??? warning "If your data doesn't look like this"
@ -93,7 +93,7 @@
- Head over to [spice2x.github.io](https://spice2x.github.io) and download the latest release.
- Extract the `spice64.exe` and `spicecfg.exe` files from the archive to your game's directory.
<img src="/img/iidx30-32/setup/4_spicedata.png">
<img src="/img/bemani/iidx/common/setup/spice2x64data.png">
### Configuring Spice2x
@ -163,7 +163,7 @@
Spice2x patching is fairly new and the game's latest releases are prioritized for conversion.
For now use [Mon's BemaniPatcher](https://mon.im/bemanipatcher/iidx30resident.html), more info can be found in the [web patching](../../extras/patchweb.md) page.
For now use [Mon's BemaniPatcher](https://mon.im/bemanipatcher/iidx30resident.html), more info can be found in the [web patching](/extras/patchweb.md) page.
!!! danger "As a general rule of thumb, if you're not sure what a patch does or you're not absolutely certain you need it, leave it alone, regardless of recommendations below."
@ -186,7 +186,7 @@
!!! info "If you don't know what an option does, hover over the question mark at the very left."
<img src="/img/iidx30-32/setup/5_opthover.png">
<img src="/img/common/spice2x_option_hover.png">
!!! danger "Be very careful changing options you don't understand as it may cause issues."
@ -235,7 +235,7 @@
- `EA Service URL` to the URL provided by your network.
- `PCBID` to the PCBID provided by your network.
<img src="/img/iidx30-32/setup/6_network.png">
<img src="/img/common/spice2x_network.png">
Next you need a card number.
If you don't already have one, generate one in the `Cards` tab.
@ -243,11 +243,11 @@
Once that's done, head to the `Cards` tab, for `Player 1` click `Open...` and point to your text file.
<img src="/img/iidx30-32/setup/6_cards.png">
<img src="/img/common/spice2x_cards.png">
??? tip "Local e-amuse Emulator (Asphyxia)"
This is covered in the [Asphyxia CORE](../../extras/asphyxia.md) page.
This is covered in the [Asphyxia CORE](/extras/asphyxia.md) page.
---
### Pre-launch requirements
@ -273,7 +273,7 @@
- Open the `Default Format` dropdown.
- Pick the `24 bit, 44100 Hz (CD Quality)` option and click `Apply` then `OK`.
<img src="/img/iidx30-32/setup/7_audio.png">
<img src="/img/common/audio_24_441.png">
#### Standard / Lightning / Language settings
@ -294,7 +294,7 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx30-32/firstlaunch/1.png">
<img src="/img/bemani/iidx/common/firstlaunch/1.png">
#### CLOCK ERROR
@ -304,13 +304,13 @@
Next, you'll get another error.
<img src="/img/iidx30-32/firstlaunch/2.png">
<img src="/img/bemani/iidx/common/firstlaunch/2.png">
!!! tip ""
Let the game run for a bit until the monitor check is complete and you should be taken to the service menu.
<img src="/img/iidx30-32/firstlaunch/3.png">
<img src="/img/bemani/iidx/common/firstlaunch/3.png">
!!! tip ""
@ -321,7 +321,7 @@
Start by going up to `CLOCK`.
<img src="/img/iidx30-32/firstlaunch/4.png">
<img src="/img/bemani/iidx/common/firstlaunch/4.png">
!!! tip ""
@ -335,8 +335,8 @@
Go to `NETWORK OPTIONS` then `SHOP NAME SETTING`.
<img src="/img/iidx30-32/firstlaunch/5.png">
<img src="/img/iidx30-32/firstlaunch/6.png">
<img src="/img/bemani/iidx/common/firstlaunch/5.png">
<img src="/img/bemani/iidx/common/firstlaunch/6.png">
!!! tip ""
@ -346,8 +346,8 @@
- Go to `EXIT` then `SAVE AND EXIT`.
<img src="/img/iidx30-32/firstlaunch/7.png">
<img src="/img/iidx30-32/firstlaunch/3.png">
<img src="/img/bemani/iidx/common/firstlaunch/7.png">
<img src="/img/bemani/iidx/common/firstlaunch/3.png">
!!! tip ""
@ -381,6 +381,6 @@
!!! warning "Have any other issue?"
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../errorcodes/bemani.md) pages.
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](/errorcodes/bemani.md) pages.
For any more game-specific information, check out [Extra Information](extras.md).

View File

@ -1,5 +1,5 @@
# beatmania IIDX 30 RESIDENT
<img src="/img/iidx30-32/resident.png">
<img class="header-logo" src="/img/bemani/iidx/30_resident/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,5 +1,5 @@
# beatmania IIDX 31 EPOLIS
<img src="/img/iidx30-32/epolis.png">
<img class="header-logo" src="/img/bemani/iidx/31_epolis/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,5 +1,5 @@
# beatmania IIDX 31 EPOLIS
<img src="/img/iidx30-32/epolis.png">
<img class="header-logo" src="/img/bemani/iidx/31_epolis/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -52,7 +52,7 @@
You should end up with a file structure with a few folders only, as follows.
<img src="/img/iidx30-32/setup/2_iidxdata.png">
<img src="/img/bemani/iidx/common/setup/data.png">
??? warning "If your data doesn't look like this"
@ -124,7 +124,7 @@
- Head over to [spice2x.github.io](https://spice2x.github.io) and download the latest release.
- Extract the `spice64.exe` and `spicecfg.exe` files from the archive to your game's directory.
<img src="/img/iidx30-32/setup/4_spicedata.png">
<img src="/img/bemani/iidx/common/setup/spice2x64data.png">
### Configuring Spice2x
@ -190,7 +190,7 @@
#### Patches
!!! info "Go through the [Spice2x Patching](../../extras/patchsp2x.md) page to import patches."
!!! info "Go through the [Spice2x Patching](/extras/patchsp2x.md) page to import patches."
!!! tip ""
@ -208,7 +208,7 @@
!!! info "If you don't know what an option does, hover over the question mark at the very left."
<img src="/img/iidx30-32/setup/5_opthover.png">
<img src="/img/common/spice2x_option_hover.png">
!!! danger "Be very careful changing options you don't understand as it may cause issues."
@ -257,7 +257,7 @@
- `EA Service URL` to the URL provided by your network.
- `PCBID` to the PCBID provided by your network.
<img src="/img/iidx30-32/setup/6_network.png">
<img src="/img/common/spice2x_network.png">
Next you need a card number.
If you don't already have one, generate one in the `Cards` tab.
@ -265,11 +265,11 @@
Once that's done, head to the `Cards` tab, for `Player 1` click `Open...` and point to your text file.
<img src="/img/iidx30-32/setup/6_cards.png">
<img src="/img/common/spice2x_cards.png">
??? tip "Local e-amuse Emulator (Asphyxia)"
This is covered in the [Asphyxia CORE](../../extras/asphyxia.md) page.
This is covered in the [Asphyxia CORE](/extras/asphyxia.md) page.
---
### Pre-launch requirements
@ -295,7 +295,7 @@
- Open the `Default Format` dropdown.
- Pick the `16 (or 24) bit, 44100 Hz` option, click `Apply` then `OK`.
<img src="/img/iidx30-32/setup/7_audio.png">
<img src="/img/common/audio_24_441.png">
#### Standard / Lightning / Language settings
@ -316,7 +316,7 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx30-32/firstlaunch/1.png">
<img src="/img/bemani/iidx/common/firstlaunch/1.png">
#### CLOCK ERROR
@ -326,13 +326,13 @@
Next, you'll get another error.
<img src="/img/iidx30-32/firstlaunch/2.png">
<img src="/img/bemani/iidx/common/firstlaunch/2.png">
!!! tip ""
Let the game run for a bit until the monitor check is complete and you should be taken to the service menu.
<img src="/img/iidx30-32/firstlaunch/3.png">
<img src="/img/bemani/iidx/common/firstlaunch/3.png">
!!! tip ""
@ -343,7 +343,7 @@
Start by going up to `CLOCK`.
<img src="/img/iidx30-32/firstlaunch/4.png">
<img src="/img/bemani/iidx/common/firstlaunch/4.png">
!!! tip ""
@ -357,8 +357,8 @@
Go to `NETWORK OPTIONS` then `SHOP NAME SETTING`.
<img src="/img/iidx30-32/firstlaunch/5.png">
<img src="/img/iidx30-32/firstlaunch/6.png">
<img src="/img/bemani/iidx/common/firstlaunch/5.png">
<img src="/img/bemani/iidx/common/firstlaunch/6.png">
!!! tip ""
@ -368,8 +368,8 @@
- Go to `EXIT` then `SAVE AND EXIT`.
<img src="/img/iidx30-32/firstlaunch/7.png">
<img src="/img/iidx30-32/firstlaunch/3.png">
<img src="/img/bemani/iidx/common/firstlaunch/7.png">
<img src="/img/bemani/iidx/common/firstlaunch/3.png">
!!! tip ""
@ -401,13 +401,13 @@
---
### (optional) Installing Omnimix
!!! info "Check out the [Data Mods and Omnimix](../../extras/datamods.md) guide."
!!! info "Check out the [Data Mods and Omnimix](/extras/datamods.md) guide."
---
### Troubleshooting
!!! warning "Have any other issue?"
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../errorcodes/bemani.md) pages.
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](/errorcodes/bemani.md) pages.
For any more game-specific information, check out [Extra Information](extras.md).

View File

@ -1,5 +1,5 @@
# beatmania IIDX 31 EPOLIS
<img src="/img/iidx30-32/epolis.png">
<img class="header-logo" src="/img/bemani/iidx/31_epolis/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,5 +1,5 @@
# beatmania IIDX 32 Pinky Crush
<img src="/img/iidx30-32/pinky-crush.png">
<img class="header-logo" src="/img/bemani/iidx/32_pinkycrush/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,5 +1,5 @@
# beatmania IIDX 32 Pinky Crush
<img src="/img/iidx30-32/pinky-crush.png">
<img class="header-logo" src="/img/bemani/iidx/32_pinkycrush/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -52,7 +52,7 @@
You should end up with a file structure with a few folders only, as follows.
<img src="/img/iidx30-32/setup/2_iidxdata.png">
<img src="/img/bemani/iidx/common/setup/data.png">
??? warning "If your data doesn't look like this"
@ -124,7 +124,7 @@
- Head over to [spice2x.github.io](https://spice2x.github.io) and download the latest release.
- Extract the `spice64.exe` and `spicecfg.exe` files from the archive to your game's directory.
<img src="/img/iidx30-32/setup/4_spicedata.png">
<img src="/img/bemani/iidx/common/setup/spice2x64data.png">
### Configuring Spice2x
@ -190,7 +190,7 @@
#### Patches
!!! info "Go through the [Spice2x Patching](../../extras/patchsp2x.md) page to import patches."
!!! info "Go through the [Spice2x Patching](/extras/patchsp2x.md) page to import patches."
!!! tip ""
@ -208,7 +208,7 @@
!!! info "If you don't know what an option does, hover over the question mark at the very left."
<img src="/img/iidx30-32/setup/5_opthover.png">
<img src="/img/common/spice2x_option_hover.png">
!!! danger "Be very careful changing options you don't understand as it may cause issues."
@ -257,7 +257,7 @@
- `EA Service URL` to the URL provided by your network.
- `PCBID` to the PCBID provided by your network.
<img src="/img/iidx30-32/setup/6_network.png">
<img src="/img/common/spice2x_network.png">
Next you need a card number.
If you don't already have one, generate one in the `Cards` tab.
@ -265,11 +265,11 @@
Once that's done, head to the `Cards` tab, for `Player 1` click `Open...` and point to your text file.
<img src="/img/iidx30-32/setup/6_cards.png">
<img src="/img/common/spice2x_cards.png">
??? tip "Local e-amuse Emulator (Asphyxia)"
This is covered in the [Asphyxia CORE](../../extras/asphyxia.md) page.
This is covered in the [Asphyxia CORE](/extras/asphyxia.md) page.
---
### Pre-launch requirements
@ -295,7 +295,7 @@
- Open the `Default Format` dropdown.
- Pick the `16 (or 24) bit, 44100 Hz` option, click `Apply` then `OK`.
<img src="/img/iidx30-32/setup/7_audio.png">
<img src="/img/common/audio_24_441.png">
#### Standard / Lightning / Language settings
@ -316,7 +316,7 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx30-32/firstlaunch/1.png">
<img src="/img/bemani/iidx/common/firstlaunch/1.png">
#### CLOCK ERROR
@ -326,13 +326,13 @@
Next, you'll get another error.
<img src="/img/iidx30-32/firstlaunch/2.png">
<img src="/img/bemani/iidx/common/firstlaunch/2.png">
!!! tip ""
Let the game run for a bit until the monitor check is complete and you should be taken to the service menu.
<img src="/img/iidx30-32/firstlaunch/3.png">
<img src="/img/bemani/iidx/common/firstlaunch/3.png">
!!! tip ""
@ -343,7 +343,7 @@
Start by going up to `CLOCK`.
<img src="/img/iidx30-32/firstlaunch/4.png">
<img src="/img/bemani/iidx/common/firstlaunch/4.png">
!!! tip ""
@ -357,8 +357,8 @@
Go to `NETWORK OPTIONS` then `SHOP NAME SETTING`.
<img src="/img/iidx30-32/firstlaunch/5.png">
<img src="/img/iidx30-32/firstlaunch/6.png">
<img src="/img/bemani/iidx/common/firstlaunch/5.png">
<img src="/img/bemani/iidx/common/firstlaunch/6.png">
!!! tip ""
@ -368,8 +368,8 @@
- Go to `EXIT` then `SAVE AND EXIT`.
<img src="/img/iidx30-32/firstlaunch/7.png">
<img src="/img/iidx30-32/firstlaunch/3.png">
<img src="/img/bemani/iidx/common/firstlaunch/7.png">
<img src="/img/bemani/iidx/common/firstlaunch/3.png">
!!! tip ""
@ -403,6 +403,6 @@
!!! warning "Have any other issue?"
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../errorcodes/bemani.md) pages.
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](/errorcodes/bemani.md) pages.
For any more game-specific information, check out [Extra Information](extras.md).

View File

@ -1,5 +1,5 @@
# beatmania IIDX 32 Pinky Crush
<img src="/img/iidx30-32/pinky-crush.png">
<img class="header-logo" src="/img/bemani/iidx/32_pinkycrush/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,5 +1,5 @@
# beatmania IIDX 9th style
<img src="/img/iidx9/9_logo.png">
<img class="header-logo" src="/img/bemani/iidx/9thstyle/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -28,7 +28,7 @@
Pictured below is what your folder should look like. We've removed any files not necessary for **9th style**.
<img src="/img/iidx9/setup/1.png">
<img src="/img/bemani/iidx/9thstyle/setup/1.png">
#### Using iidxhook-09.conf
@ -104,7 +104,7 @@
!!! info "If you don't have a numpad, make sure to tick `Use top keyboard row for PIN pad input`. This will also change the `Card In` button to `Backspace`."
<img src="/img/iidx9/setup/2.png">
<img src="/img/bemani/iidx/9thstyle/setup/2.png">
---
### Connecting to a network
@ -139,10 +139,10 @@
Below is an example of how both look like.
??? info "Linear"
<img src="/img/iidx9/9th_linear.png">
<img src="/img/bemani/iidx/9thstyle/9th_linear.png">
??? info "Point"
<img src="/img/iidx9/9th_point.png">
<img src="/img/bemani/iidx/9thstyle/9th_point.png">
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
@ -212,14 +212,14 @@
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx9/firstlaunch/1.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/1.png">
<img src="/img/iidx9/firstlaunch/2.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/2.png">
!!! tip ""
The game will automatically bring you into it's service menu.
<img src="/img/iidx9/firstlaunch/3.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/3.png">
!!! tip ""
Instructions on how to navigate the menu are shown at the bottom of the screen.
@ -229,7 +229,7 @@
Navigate to `CLOCK SETUP`. You do not need to manually change it. Navigate to `SAVE AND EXIT`.
<img src="/img/iidx9/firstlaunch/4.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/4.png">
!!! info "If you'd like to play offline, you can head straight to [Final Notes](#final-notes)"
@ -238,21 +238,21 @@
!!! tip ""
From the service menu, go to `e-AMUSEMENT OPTIONS` then `e-AMUSEMENT SETTINGS`.
<img src="/img/iidx9/firstlaunch/5.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/5.png">
<img src="/img/iidx9/firstlaunch/6.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/6.png">
!!! tip ""
It'll bring you to this screen, change it so that `e-AMUSEMENT` switches to `ON` and it will look like this:
<img src="/img/iidx9/firstlaunch/7.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/7.png">
<img src="/img/iidx9/firstlaunch/8.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/8.png">
!!! tip ""
We will need to set a `SHOP NAME SETTING` and change our `PREFECTURE` otherwise the game will throw errors at us.
<img src="/img/iidx9/firstlaunch/9.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/9.png">
!!! tip ""
@ -260,7 +260,7 @@
- Navigate to `EXIT` and select it.
- Change your prefecture once or how many times you'd like, it doesn't matter as long as it's not the default one.
<img src="/img/iidx9/firstlaunch/10.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/10.png">
!!! tip ""
Select `SAVE AND EXIT`. The game will now give you a message, which translated means:
@ -269,7 +269,7 @@
So, close the game and open it again.
<img src="/img/iidx9/firstlaunch/11.png">
<img src="/img/bemani/iidx/9thstyle/firstlaunch/11.png">
---
### Final Notes

View File

@ -1,5 +1,5 @@
# IIDX 9 Troubleshooting
<img src="/img/iidx9/9_logo.png">
# beatmania IIDX 9th style
<img class="header-logo" src="/img/bemani/iidx/9thstyle/logo.png">
### My Game Is Running Crazy Fast!

View File

@ -1,4 +1,5 @@
# jubeat clan
<img class="header-logo" src="/img/bemani/jubeat/clan/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -12,7 +13,7 @@
!!! tip ""
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 32-bit tools inside the game's main folder and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/clan/1.png">
<img src="/img/bemani/jubeat/clan/1.png">
### Configuring Your Tools
@ -33,7 +34,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/clan/2.png">
<img src="/img/bemani/jubeat/clan/2.png">
### Configuring for an Online Network
@ -47,7 +48,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/clan/3.png">
<img src="/img/bemani/jubeat/clan/3.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -59,25 +60,25 @@
If it's your first time running the game, you'll immediately be greeted with this screen (cropped to save your sanity with scrolling repeatedly on the page), oh no!
<img src="/img/clan/5.png">
<img src="/img/bemani/jubeat/clan/5.png">
!!! tip ""
This is okay, you can use your mouse or touchscreen to simply hit `TEST` to initialize the backup data, the game will prompt you to reboot, but let's save ourselves some time and instead go into the `GAME OPTIONS` menu instead, as shown below. If you rebooted, you will see a message telling you to set the "Shop Settings" which is what we're going to now do, as shown below.
<img src="/img/clan/7.png">
<img src="/img/bemani/jubeat/clan/7.png">
!!! tip ""
Enter the `GAME OPTIONS` menu and proceed to the `SHOP SETTINGS` menu.
<img src="/img/clan/8.png">
<img src="/img/bemani/jubeat/clan/8.png">
!!! tip ""
From here, we will need to set the `SHOP NAME SETTINGS`. This is a simple process, simply navigate using the controls in the menu to set any name you desire! For the purpose of the guide, we named it `Guide` but highly encourage fun and/or lazy names. Lastly, if you're not connected to an online network, you'll need to set the `SHOP AREA` as well, navigate to any option you prefer, they're all predefined so you can't get creative here, pictured below is what we set ours to.
<img src="/img/clan/9.png">
<img src="/img/bemani/jubeat/clan/9.png">
!!! tip ""
With that, you're all done! Simply exit the service menu or reboot then enjoy the game, have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# jubeat clan Common Problems/Tips
# jubeat clan
<img class="header-logo" src="/img/bemani/jubeat/clan/logo.png">
### Hardware Specs

View File

@ -1,4 +1,5 @@
# MUSECA 1+1/2
<img class="header-logo" src="/img/bemani/museca/1plushalf/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -13,14 +14,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential audio issues on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 64-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/museca/1.png">
<img src="/img/bemani/museca/1plushalf/1.png">
### Configuring Your Tools
@ -40,10 +41,6 @@
- `-ea` enables an integrated e-amusement server within SpiceTools.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/2.png">
### Configuring for an Online Network
!!! tip ""
@ -55,24 +52,18 @@
- `-url` allows you to specify a custom service URL to connect with, simply replace `http://yoururlhere.com/` with your chosen network's URL.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/3.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
### Final Steps and Setting up the Game
!!! tip ""
It's important to note before booting the game that Museca uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait` as pictured.
It's important to note before booting the game that Museca uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait`.
In the event that you do not have the means to run the game in portrait mode and cannot rotate your monitor, it is recommended you boot the game in windowed mode. In SpiceTools, simply add the windowed mode parameter, this parameter is `-w` and can be placed right after any other desired parameters chosen in our `gamestart.bat`
<img src="/img/sdvxiv/4.png">
The last steps you'll have to do with your chosen tools is simply setting up your desired keybinds! Make sure you setup the `Test` keybind as it will be critical for setting up the game. Once you've done that, launch your game for the first time by double clicking the `.bat` you setup and the game should load and be ready to be enjoyed! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) and [Error Code](/errorcodes/bemani.md) sections to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# MUSECA 1+1/2 Common Problems/Tips
# MUSECA 1+1/2
<img class="header-logo" src="/img/bemani/museca/1plushalf/logo.png">
### Hardware Specs

View File

@ -1,4 +1,5 @@
# NOSTALGIA FORTE
<img class="header-logo" src="/img/bemani/nostalgia/forte/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -12,14 +13,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential audio issues on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 64-bit tools inside the game's main folder and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/nost/1.png">
<img src="/img/bemani/nostalgia/common/1.png">
### Configuring Your Tools
@ -39,10 +40,6 @@
- `-ea` enables an integrated e-amusement server within SpiceTools.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/2.png">
### Configuring for an Online Network
!!! tip ""
@ -54,10 +51,6 @@
- `-url` allows you to specify a custom service URL to connect with, simply replace `http://yoururlhere.com/` with your chosen network's URL.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/3.png">
### Final Steps and Setting up the Game
!!! tip ""
@ -65,37 +58,37 @@
If it's your first time running the game, you should be automatically forced into the service menu with lots of scary flashing notifications as pictured below, let's work through them.
<img src="/img/nost/2.png">
<img src="/img/bemani/nostalgia/common/2.png">
!!! tip ""
Interestingly, only the red flashing ones really take any effort to deal with. You can start by entering and exiting the following menus: `SOUND OPTIONS`, `GAME OPTIONS`, `COIN OPTIONS`, `ECOMODE OPTIONS`, and `NETWORK OPTIONS`.
Once you've done that, enter `CLOCK` and set the clock by hitting `SAVE AND EXIT` as pictured below.
<img src="/img/nost/3.png">
<img src="/img/bemani/nostalgia/common/3.png">
!!! tip ""
The final menu we must deal with is `VIRTUAL COIN`, enter the menu and select `OPERATION SETTINGS` as seen below.
<img src="/img/nost/4.png">
<img src="/img/bemani/nostalgia/common/4.png">
!!! tip ""
Once inside this menu, we'll need to deal with all 4 blinking options, let's start by entering the `TAX RATE SETTING` menu, shown below.
<img src="/img/nost/5.png">
<img src="/img/bemani/nostalgia/common/5.png">
!!! tip ""
Set the tax rate by simply selecting `SAVE AND EXIT` while will take us back into the `OPERATING SETTINGS`. Pictured below is the `TAX RATE SETTING` menu.
<img src="/img/nost/6.png">
<img src="/img/bemani/nostalgia/common/6.png">
!!! tip ""
Once back inside the `TAX RATE SETTING` menu, we must deal with the three blinking `PATTERN` options. Doing so is effortless, simply enter all three menus one by one and hit `SAVE AND EXIT` just as we did for the `TAX RATE SETTING` in the previous step. Pictured below is the inside of `PATTERN 1`.
<img src="/img/nost/6.png">
<img src="/img/bemani/nostalgia/common/6.png">
!!! tip ""
After saving and exiting all three `PATTERN` options, you're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# NOSTALGIA FORTE Common Problems/Tips
# NOSTALGIA FORTE
<img class="header-logo" src="/img/bemani/nostalgia/forte/logo.png">
### Hardware Specs

View File

@ -1,4 +1,5 @@
# NOSTALGIA OP.2
<img class="header-logo" src="/img/bemani/nostalgia/op2/logo.png">
!!! danger "Warning:"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -12,14 +13,14 @@
!!! tip ""
Before we even touch the game, let's fiddle with our audio settings to minimize any potential audio issues on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 64-bit tools inside the game's main folder and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/nost/8.png">
<img src="/img/bemani/nostalgia/common/8.png">
### Configuring Your Tools
@ -39,10 +40,6 @@
- `-ea` enables an integrated e-amusement server within SpiceTools.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/2.png">
### Configuring for an Online Network
!!! tip ""
@ -54,10 +51,6 @@
- `-url` allows you to specify a custom service URL to connect with, simply replace `http://yoururlhere.com/` with your chosen network's URL.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/3.png">
### Final Steps and Setting up the Game
!!! tip ""
@ -65,37 +58,37 @@
If it's your first time running the game, you should be automatically forced into the service menu with lots of scary flashing notifications as pictured below, let's work through them.
<img src="/img/nost/2.png">
<img src="/img/bemani/nostalgia/common/2.png">
!!! tip ""
Interestingly, only the red flashing ones really take any effort to deal with. You can start by entering and exiting the following menus: `SOUND OPTIONS`, `GAME OPTIONS`, `COIN OPTIONS`, `ECOMODE OPTIONS`, and `NETWORK OPTIONS`.
Once you've done that, enter `CLOCK` and set the clock by hitting `SAVE AND EXIT` as pictured below.
<img src="/img/nost/3.png">
<img src="/img/bemani/nostalgia/common/3.png">
!!! tip ""
The final menu we must deal with is `VIRTUAL COIN`, enter the menu and select `OPERATION SETTINGS` as seen below.
<img src="/img/nost/4.png">
<img src="/img/bemani/nostalgia/common/4.png">
!!! tip ""
Once inside this menu, we'll need to deal with all 4 blinking options, let's start by entering the `TAX RATE SETTING` menu, shown below.
<img src="/img/nost/5.png">
<img src="/img/bemani/nostalgia/common/5.png">
!!! tip ""
Set the tax rate by simply selecting `SAVE AND EXIT` while will take us back into the `OPERATING SETTINGS`. Pictured below is the `TAX RATE SETTING` menu.
<img src="/img/nost/6.png">
<img src="/img/bemani/nostalgia/common/6.png">
!!! tip ""
Once back inside the `TAX RATE SETTING` menu, we must deal with the three blinking `PATTERN` options. Doing so is effortless, simply enter all three menus one by one and hit `SAVE AND EXIT` just as we did for the `TAX RATE SETTING` in the previous step. Pictured below is the inside of `PATTERN 1`.
<img src="/img/nost/6.png">
<img src="/img/bemani/nostalgia/common/6.png">
!!! tip ""
After saving and exiting all three `PATTERN` options, you're all done! From the service menu select `GAME MODE` and the game should load ready to be played! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# NOSTALGIA OP.2 Common Problems/Tips
# NOSTALGIA OP.2
<img class="header-logo" src="/img/bemani/nostalgia/op2/logo.png">
### Hardware Specs

View File

@ -1,4 +1,5 @@
# HELLO Pop'n
# HELLO Pop'n Music
<img class="header-logo" src="/img/bemani/popn/hello/logo.png">
!!! danger "Warning"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -13,7 +14,7 @@
This game still uses DirectSound so we can skip audio related setup needed for other games. After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 32-bit tools inside the game's `contents` folder. Pictured below is what your folder should look like.
<img src="/img/popn/hello1.png">
<img src="/img/bemani/popn/common/hello1.png">
### Configuring Your Tools
@ -39,7 +40,7 @@
Pictured below, the selected options in `spicecfg.exe`.
<img src="/img/popn/hello2.png">
<img src="/img/bemani/popn/common/hello2.png">
### Configuring for an Online Network
@ -59,7 +60,7 @@
Pictured below, the enabled options in `spicecfg.exe`.
<img src="/img/popn/hello3.png">
<img src="/img/bemani/popn/common/hello3.png">
!!! tip ""
@ -71,7 +72,7 @@
While we're still in `spicecfg.exe`, why not set up the keybinds? To do this you'll have to head on over to the `Buttons` tab. Here you simply click `Bind` and press the button on your controller (or keyboard). Below are my keybinds for a keyboard. Notice that I've also bound the `Service`, `Test` and `Coin Mech` buttons to my keyboard. This might come in handy but shouldn't be necessary to play the game.
<img src="/img/popn/hello4.png">
<img src="/img/bemani/popn/common/hello4.png">
### Final Steps and Setting up the Game
@ -80,8 +81,8 @@
The boot sequence may have a very light blue background. Press any overlay hotkey (F12, for example) to make it display normally.
<img src="/img/popn/helloboot1.png">
<img src="/img/popn/helloboot2.png">
<img src="/img/bemani/popn/common/helloboot1.png">
<img src="/img/bemani/popn/common/helloboot2.png">
!!! tip ""
Simply follow the on-screen text in the bottom left corner to continue. On the first boot, the game may tell you to press `Test`, and then `Service`.
@ -91,4 +92,4 @@
You're all done! The game takes a couple of seconds to load all of the data.
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
HELLO Pop'n Common Problems/Tips
# HELLO Pop'n Music
<img class="header-logo" src="/img/bemani/popn/hello/logo.png">
### My Game Is Running Slow/Lagging

View File

@ -1,4 +1,5 @@
# Pop&apos;n Peace
# Pop'n Music Peace
<img class="header-logo" src="/img/bemani/popn/peace/logo.png">
!!! danger "Warning"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -13,7 +14,7 @@
This game still uses DirectSound so we can skip audio related setup needed for other games. After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 32-bit tools inside the game's `contents` folder. Pictured below is what your folder should look like.
<img src="/img/popn/2.png">
<img src="/img/bemani/popn/common/2.png">
### Configuring Your Tools
@ -39,7 +40,7 @@
Pictured below, the selected options in `spicecfg.exe`.
<img src="/img/popn/3.png">
<img src="/img/bemani/popn/common/3.png">
### Configuring for an Online Network
@ -59,7 +60,7 @@
Pictured below, the enabled options in `spicecfg.exe`.
<img src="/img/popn/4.png">
<img src="/img/bemani/popn/common/4.png">
!!! tip ""
@ -71,7 +72,7 @@
While we're still in `spicecfg.exe`, why not set up the keybinds? To do this you'll have to head on over to the `Buttons` tab. Here you simply click `Bind` and press the button on your controller (or keyboard). Below are my keybinds of an arduino based controller. Notice that I've also bound the `Service`, `Test` and `Coin Mech` buttons to my keyboard. This might come in handy but shouldn't be necessary to play the game.
<img src="/img/popn/5.png">
<img src="/img/bemani/popn/common/5.png">
### Booting
@ -80,4 +81,4 @@
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
Pop&apos;n Peace Common Problems/Tips
# Pop'n Music Peace
<img class="header-logo" src="/img/bemani/popn/peace/logo.png">
### Hardware Specs

View File

@ -1,4 +1,5 @@
# Pop&apos;n Usaneko
# Pop'n Usaneko
<img class="header-logo" src="/img/bemani/popn/usaneko/logo.png">
!!! danger "Warning"
Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.
@ -13,7 +14,7 @@
This game still uses DirectSound so we can skip audio related setup needed for other games. After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 32-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file anything you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/popn/1.png">
<img src="/img/bemani/popn/common/1.png">
### Configuring Your Tools
@ -39,7 +40,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/sdvxiv/2.png">
<img src="/img/bemani/sdvx/4_heavenlyhaven/2.png">
### Configuring for an Online Network
@ -55,7 +56,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/sdvxiv/3.png">
<img src="/img/bemani/sdvx/4_heavenlyhaven/3.png">
!!! tip ""
@ -68,4 +69,4 @@
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
Pop&apos;n Usaneko Common Problems/Tips
# Pop'n Music Usaneko
<img class="header-logo" src="/img/bemani/popn/usaneko/logo.png">
### Hardware Specs

View File

@ -1,4 +1,5 @@
# REFLEC BEAT: The Reflesia of Eternity
<img class="header-logo" src="/img/bemani/reflecbeat/reflesia/logo.png">
!!! danger "Warning"
@ -16,7 +17,7 @@
This game still uses DirectSound so we can skip audio related setup needed for other games. After downloading your data, the first thing to do is put your desired 32-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file anything you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/reflesia/reflesia.png">
<img src="/img/bemani/reflecbeat/reflesia/data.png">
### Configuring Your Tools
@ -40,10 +41,6 @@
- `-ea` enables an integrated e-amusement server within SpiceTools.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/sdvxiv/2.png">
### Configuring for an Online Network
!!! tip ""
@ -56,10 +53,6 @@
- `-url` allows you to specify a custom service URL to connect with, simply replace `http://yoururlhere.com/` with your chosen network's URL.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/sdvxiv/3.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -68,18 +61,16 @@
!!! tip ""
It's important to note before booting the game that Reflec Beat uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait` as pictured.
<img src="/img/sdvxiv/4.png">
It's important to note before booting the game that Reflec Beat uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait`.
In the event that you do not have the means to run the game in portrait mode and cannot rotate your monitor, it is recommended you boot the game in windowed mode. In SpiceTools, simply add the windowed mode parameter, this parameter is `-w` and can be placed right after any other desired parameters chosen in our `gamestart.bat`
As for the touch stuff, by default SpiceTools should detect your mouse just fine, you can use the `-s` parameter to have your cursor show at all times above the game window. For touchscreen monitors, it's a bit tricky to write something encompassing them all. Many should be detected automatically, however some may require adding the `-wintouch` parameter for support.
You can check out some documented touchscreen monitors [here.](../../extras/pollingrates.md)
You can check out some documented touchscreen monitors [here.](/extras/pollingrates.md)
With that, you're all done! The final step you'll have to do with your chosen tools is simply setting up your desired keybinds! Once you've done that, Boot the game with your `gamestart.bat` and the game should load and be ready to be enjoyed! Have fun!
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,4 +1,5 @@
# REFLEC BEAT: Reflesia Common Problems/Tips
# REFLEC BEAT: Reflesia
<img class="header-logo" src="/img/bemani/reflecbeat/reflesia/logo.png">
### Hardware Specs

View File

@ -1,6 +1,5 @@
# SOUND VOLTEX IV HEAVENLY HAVEN
<img src="/img/sdvxiv/hh.png">
<img class="header-logo" src="/img/bemani/sdvx/4_heavenlyhaven/logo.png">
!!! danger "Warning"
@ -16,7 +15,7 @@
This game still uses DirectSound so we can skip audio related setup needed for other games. After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 32-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file anything you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/sdvxiv/1.png">
<img src="/img/bemani/sdvx/4_heavenlyhaven/setup/1.png">
### Configuring Your Tools
@ -42,7 +41,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/sdvxiv/2.png">
<img src="/img/bemani/sdvx/4_heavenlyhaven/setup/2.png">
### Configuring for an Online Network
@ -58,7 +57,7 @@
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/sdvxiv/3.png">
<img src="/img/bemani/sdvx/4_heavenlyhaven/setup/3.png">
!!! tip ""
@ -68,9 +67,7 @@
!!! tip ""
It's important to note before booting the game that Sound Voltex uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait` as pictured.
<img src="/img/sdvxiv/4.png">
It's important to note before booting the game that Sound Voltex uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait`.
In the event that you do not have the means to run the game in portrait mode and cannot rotate your monitor, it is recommended you boot the game in windowed mode. In SpiceTools, simply add the windowed mode parameter, this parameter is `-w` and can be placed right after any other desired parameters chosen in our `gamestart.bat`
@ -78,4 +75,4 @@
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,6 +1,5 @@
# SDVX IV Common Problems/Tips
<img src="/img/sdvxiv/hh.png">
# SDVX IV Troubleshooting
<img class="header-logo" src="/img/bemani/sdvx/4_heavenlyhaven/logo.png">
### Hardware Specs

View File

@ -1,6 +1,5 @@
# SOUND VOLTEX VIVID WAVE
<img src="/img/sdvxv/vw.png">
<img class="header-logo" src="/img/bemani/sdvx/5_vividwave/logo.png">
!!! danger "Warning"
@ -16,13 +15,13 @@
Before we even touch the game, let's fiddle with our audio settings to minimize any potential crashing on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured.
<img src="/img/gen/441.png">
<img src="/img/common/audio_24_441.png">
!!! tip ""
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 64-bit tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file anything you desire, for the sake of convenience we've named ours `gamestart.bat`.
<img src="/img/sdvxv/1.png">
<img src="/img/bemani/sdvx/5_vividwave/setup/1.png">
!!! tip ""
Why does this look different than the usual? This installation includes a `modules` folder that Spice automatically detects, keeping things clean and simple. If your version of the game doesn't have this, it probably has the `contents` folder populated with many different dll files such as the main `soundvoltex.dll`. You should still place your tools here if so!
@ -48,10 +47,6 @@
- `-ea` enables an integrated e-amusement server within SpiceTools.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/2.png">
### Configuring for an Online Network
!!! tip ""
@ -63,10 +58,6 @@
- `-url` allows you to specify a custom service URL to connect with, simply replace `http://yoururlhere.com/` with your chosen network's URL.
- `-w` will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove `-w` to run the game fullscreen once you're done setting up!
Pictured below, the contents of our `gamestart.bat` file in Notepad++.
<img src="/img/iidx25/3.png">
!!! tip ""
One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.
@ -74,9 +65,7 @@
!!! tip ""
It's important to note before booting the game that Sound Voltex uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait` as pictured.
<img src="/img/sdvxiv/4.png">
It's important to note before booting the game that Sound Voltex uses portrait mode and attempting to boot the game fullscreen in most landscape environments will result in a crash. To alleviate this, we must set our *main* monitor to portrait mode and be ready to rotate it! To do so, right click on your desktop and go into `Display Settings`, then simply set the orientation to `Portrait`.
In the event that you do not have the means to run the game in portrait mode and cannot rotate your monitor, it is recommended you boot the game in windowed mode. In SpiceTools, simply add the windowed mode parameter, this parameter is `-w` and can be placed right after any other desired parameters chosen in our `gamestart.bat`
@ -84,4 +73,4 @@
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section and [Error Code](../../errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.
Check out the [Troubleshooting](troubleshooting.md) section and [Error Code](/errorcodes/bemani.md) section to resolve any issues not seen in this guide to greater depth.

View File

@ -1,6 +1,5 @@
# SDVX VW Common Problems/Tips
<img src="/img/sdvxv/vw.png">
# SDVX VW Troubleshooting
<img class="header-logo" src="/img/bemani/sdvx/5_vividwave/logo.png">
### Hardware Specs

View File

@ -1,5 +1,5 @@
# SOUND VOLTEX EXCEED GEAR
<img src="/img/sdvx6/exceedgear.png">
<img class="header-logo" src="/img/bemani/sdvx/6_exceedgear/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,5 +1,5 @@
# SOUND VOLTEX EXCEED GEAR
<img src="/img/sdvx6/exceedgear.png">
<img class="header-logo" src="/img/bemani/sdvx/6_exceedgear/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."
@ -17,7 +17,7 @@
You should end up with a file structure with a few folders only, as follows.
<img src="/img/sdvx6/setup/1_sdvxdata.png">
<img src="/img/bemani/sdvx/6_exceedgear/setup/data.png">
??? warning "If your data doesn't look like this"
@ -75,7 +75,7 @@
- Head over to [spice2x.github.io](https://spice2x.github.io) and download the latest release.
- Extract the `spice64.exe` and `spicecfg.exe` files from the archive to your game's directory.
<img src="/img/sdvx6/setup/3_spicedata.png">
<img src="/img/bemani/sdvx/6_exceedgear/setup/spice2x64data.png">
??? warning "If you're using an AMD graphics card"
@ -83,7 +83,7 @@
- From the spice2x archive, extract the `.dll` files found in `spice2x\stubs\64\` to your data's `modules` folder.
<img src="/img/sdvx6/setup/3_dllamd.png">
<img src="/img/bemani/sdvx/6_exceedgear/setup/dllamd.png">
### Configuring Spice2x
@ -146,7 +146,7 @@
#### Patches
!!! info "Go through the [Spice2x Patching](../../extras/patchsp2x.md) page to import patches."
!!! info "Go through the [Spice2x Patching](/extras/patchsp2x.md) page to import patches."
!!! tip ""
@ -164,7 +164,7 @@
!!! info "If you don't know what an option does, hover over the question mark at the very left."
<img src="/img/sdvx6/setup/4_opthover.png">
<img src="/img/common/spice2x_option_hover.png">
!!! danger "Be very careful changing options you don't understand as it may cause issues."
@ -200,7 +200,7 @@
- `EA Service URL` to the URL provided by your network.
- `PCBID` to the PCBID provided by your network.
<img src="/img/gen/network.png">
<img src="/img/common/spice2x_network.png">
Next you need a card number.
If you don't already have one, generate one in the `Cards` tab.
@ -208,11 +208,11 @@
Once that's done, head to the `Cards` tab, for `Player 1` click `Open...` and point to your text file.
<img src="/img/gen/cards.png">
<img src="/img/common/spice2x_cards.png">
??? tip "Local e-amuse Emulator (Asphyxia)"
This is covered in the [Asphyxia CORE](../../extras/asphyxia.md) page.
This is covered in the [Asphyxia CORE](/extras/asphyxia.md) page.
---
### Pre-launch requirements
@ -238,7 +238,7 @@
- Open the `Default Format` dropdown.
- Pick the `16 bit, 44100 Hz (CD Quality)` option and click `Apply` then `OK`.
<img src="/img/sdvx6/setup/6_audio.png">
<img src="/img/common/audio_16_441.png">
#### Monitor orientation
@ -252,7 +252,7 @@
- Click `Display Options`.
- Look for `Display orientation` and set it to `Portrait` or `Portrait (flipped)`.
<img src="/img/sdvx6/setup/6_orientation.png">
<img src="/img/common/orientation_portrait.png">
- Rotate your monitor vertically.
@ -275,7 +275,7 @@
#### Calibration
<img src="/img/sdvx6/calibration/1.png">
<img src="/img/bemani/sdvx/6_exceedgear/calibration/1.png">
!!! tip ""
@ -289,14 +289,14 @@
Select `I/O CHECK` and press `Start`.
<img src="/img/sdvx6/calibration/2.png">
<img src="/img/bemani/sdvx/6_exceedgear/calibration/2.png">
!!! tip ""
Select `CALIBRATION SETTINGS` and press `Start`.
<img src="/img/sdvx6/calibration/3.png">
<img src="/img/sdvx6/calibration/4.png">
<img src="/img/bemani/sdvx/6_exceedgear/calibration/3.png">
<img src="/img/bemani/sdvx/6_exceedgear/calibration/4.png">
!!! tip ""
@ -316,13 +316,13 @@
7. **Slowly turn** your **RIGHT knob clockwise** (`VOL-R Right`) until the first line says `COUNT = OK`.
8. Press `Start`.
<img src="/img/sdvx6/calibration/5.png">
<img src="/img/bemani/sdvx/6_exceedgear/calibration/5.png">
!!! tip ""
Select `SAVE AND EXIT` and press `Start`.
<img src="/img/sdvx6/calibration/6.png">
<img src="/img/bemani/sdvx/6_exceedgear/calibration/6.png">
!!! tip ""
@ -345,6 +345,6 @@
!!! warning "Have any other issue?"
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../errorcodes/bemani.md) pages.
Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](/errorcodes/bemani.md) pages.
For any more game-specific information, check out [Extra Information](extras.md).

View File

@ -1,6 +1,5 @@
# SOUND VOLTEX EXCEED GEAR
<img src="/img/sdvx6/exceedgear.png">
<img class="header-logo" src="/img/bemani/sdvx/6_exceedgear/logo.png">
!!! danger "Please make sure you downloaded your data from an appropriate source.<br>This guide is unable to troubleshoot any problems related to bad or poorly managed data."

View File

@ -1,4 +0,0 @@
# Cab-to-Cab Play over Internet (LUMINOUS)
<img src="/img/chunithm/sdhd/luminous.png">
--8<-- "docs/games/chusan/c2c.md"

View File

@ -1,4 +0,0 @@
# Controllers (LUMINOUS)
<img src="/img/chunithm/sdhd/luminous.png">
--8<-- "docs/games/chusan/controllers.md"

View File

@ -1,4 +0,0 @@
# Game Setup (LUMINOUS)
<img src="/img/chunithm/sdhd/luminous.png">
--8<-- "docs/games/chusan/setup.md"

View File

@ -1,4 +0,0 @@
# Troubleshooting (LUMINOUS)
<img src="/img/chunithm/sdhd/luminous.png">
--8<-- "docs/games/chusan/troubleshooting.md"

View File

@ -1,4 +0,0 @@
# Cab-to-Cab Play over Internet (LUMINOUS PLUS)
<img src="/img/chunithm/sdhd/luminousplus.png">
--8<-- "docs/games/chusan/c2c.md"

View File

@ -1,4 +0,0 @@
# Controllers (LUMINOUS PLUS)
<img src="/img/chunithm/sdhd/luminousplus.png">
--8<-- "docs/games/chusan/controllers.md"

View File

@ -1,4 +0,0 @@
# Game Setup (LUMINOUS PLUS)
<img src="/img/chunithm/sdhd/luminousplus.png">
--8<-- "docs/games/chusan/setup.md"

View File

@ -1,4 +0,0 @@
# Troubleshooting (LUMINOUS PLUS)
<img src="/img/chunithm/sdhd/luminousplus.png">
--8<-- "docs/games/chusan/troubleshooting.md"

View File

@ -1,4 +0,0 @@
# Cab-to-Cab Play over Internet (NEW)
<img src="/img/chunithm/sdhd/new.png">
--8<-- "docs/games/chusan/c2c.md"

View File

@ -1,4 +0,0 @@
# Controllers (NEW)
<img src="/img/chunithm/sdhd/new.png">
--8<-- "docs/games/chusan/controllers.md"

View File

@ -1,4 +0,0 @@
# Game Setup (NEW)
<img src="/img/chunithm/sdhd/new.png">
--8<-- "docs/games/chusan/setup.md"

View File

@ -1,4 +0,0 @@
# Troubleshooting (NEW)
<img src="/img/chunithm/sdhd/new.png">
--8<-- "docs/games/chusan/troubleshooting.md"

View File

@ -1,4 +0,0 @@
# Cab-to-Cab Play over Internet (NEW PLUS)
<img src="/img/chunithm/sdhd/newplus.png">
--8<-- "docs/games/chusan/c2c.md"

View File

@ -1,4 +0,0 @@
# Controllers (NEW PLUS)
<img src="/img/chunithm/sdhd/newplus.png">
--8<-- "docs/games/chusan/controllers.md"

View File

@ -1,4 +0,0 @@
# Game Setup (NEW PLUS)
<img src="/img/chunithm/sdhd/newplus.png">
--8<-- "docs/games/chusan/setup.md"

Some files were not shown because too many files have changed in this diff Show More