two-torial/docs/games/iidx31/setup.md

176 lines
8.9 KiB
Markdown
Raw Normal View History

2023-11-16 12:13:58 +01:00
# beatmania IIDX 31 EPOLIS
<img src="/img/iidx31/epolis.png">
!!! note "Author Note:"
Last updated: 09.02.2024 (Currently using `2023101800`)
2023-11-16 12:13:58 +01:00
For hex edits: Go to [Türksigara Patcher](https://p.eagate.turksigara.net/)
2023-11-16 12:13:58 +01:00
For lightning mode specifics: they are found [here](lightning.md)
!!! 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.
If you obtained data from a torrent file, make sure you're not seeding the data before proceeding as well.
This guide will use [spice2x](https://spice2x.github.io/) which is a fork of SpiceTools that gets regular updates and will be needed to get the game running.
This guide will try to accommodate for both an Upgrade Kit and a whole file set.
### Getting Started
!!! tip ""
2023-11-21 09:24:24 +01:00
Before we even touch the game, let's fiddle with our audio settings to minimize crashes on start up. 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 `48000 Hz` and check both of the options inside `Exclusive Mode` as pictured.
2023-11-16 12:13:58 +01:00
Using the "usual" `44100 Hz` will result in crackling and desync.
<img src="/img/gen/480.png">
!!! tip ""
Once that's done, it's time to work on setting up your data.
2023-11-21 09:24:24 +01:00
After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, if that's the case, uncheck it from the main folder in the Windows Properties tab if so. Then, put your `spice2x` **64-bit** tools inside the game's `contents` folder. Pictured below is what your folder should look like.
2023-11-16 12:13:58 +01:00
<img src="/img/iidx31/1.png">
2024-02-09 14:15:29 +01:00
!!! info "If you have gotten a complete data set, you are done and can head over to [Configuring for a Network](setup.md#configuring-for-a-network)"
2023-11-16 12:13:58 +01:00
### Merging LDJ-2023090500 (RESIDENT final) with EPOLIS
!!! tip ""
If you have downloaded an upgrade, the contents of it should look like this:
<img src="/img/iidx31/upgrade.png">
!!! tip ""
Next, unpack the contents of the archive and drag & drop all files into your `contents` folder of `LDJ-2023090500`. Make sure to confirm if it prompts you to replace files in the destination, this is normal.
Lastly, head over to `\contents\prop` and open up `ea3-config.xml` with a text editor of your choice. We'll be using [Notepad++](https://notepad-plus-plus.org/) for that. In this example, we'll use `2023101800`.
Look for these lines which should be at the top:
```
<soft>
<model __type="str">LDJ</model>
<dest __type="str">J</dest>
<spec __type="str">A</spec>
<rev __type="str">A</rev>
<ext __type="str">2023101800</ext>
</soft>
```
If `<ext __type="str">2023101800</ext>` already has `2023101800` then you're good to go. If it has anything other than that, change it to `2023101800`.
This is the games datacode, basically telling the game what version it is on.
### Configuring for a Network
2023-11-16 12:13:58 +01:00
!!! danger "You can decide between the two, whether you want to play on an online network or use a local e-amuse emulator. ***Do not*** use both. Only choose one."
??? tip "Online Network"
2023-11-16 12:13:58 +01:00
Now that you have your files ready, open up `spicecfg.exe` and head to the `Options` where we'll set our desired parameters.
On the `Service URL: -url` parameter, we're going to input our chosen network URL like so: `http://yoururlhere.com/`
To go alongside this, we'll also be inputting into the `PCBID: -p` parameter, the PCBID given to us from our network, like so: `XXXXXXXXXXXXXXXXXXXX`
Lastly, we'll click on the `Windowed Mode: -w` parameter.
What do these different parameters do?
- `-url` allows you to specify a custom service URL to connect with, simply replace `http://yoururlhere.com/` with your chosen network's URL.
- `-p` takes your PCBID on your network of choice, simply replace `XXXXXXXXXXXXXXXXXXXX` with your PCBID.
- `-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 selected options inside the `Options` tab in `spicecfg.exe`.
<img src="/img/iidx31/cfg_on.png">
2023-11-16 12:13:58 +01:00
One final note, since you're playing on a network, you will have one additional step of setting up your card file if you do not already have one.
For this, simply head to the `Cards` tab and press `Generate`.
2023-11-21 09:24:24 +01:00
I highly recommend that you copy your `Card Number`, create a `.txt`, paste the `Card Number` and store the `.txt` file somewhere safe where you won't lose it. It doesn't matter what you name it. **For the purpose of this guide, I've chosen the root of my `D:\` drive for easy access and called the text file `guidecard.txt`.**
2023-11-16 12:13:58 +01:00
Next, click on the three dots (`...`) next to `Card Path` and locate your card text file. Keep in mind that `Player 1` refers to 1P **side** and will log you in on the **left**, Player 2 does the opposite respectively.
If you have done everything correctly, it should look like this:
<img src="/img/iidx31/card.png">
??? tip "e-amuse Emulator (Asphyxia CORE)"
We've written a guide on how to setup ```Asphyxia CORE``` which you can access [here.](/extras/asphyxia)
The process is universal and isn't specific to any game in particular.
When you're done setting up ```Asphyxia CORE``` come back here and continue with the guide.
2023-11-16 12:13:58 +01:00
### Audio & Keybinds
!!! note "This guide will utilize ```WASAPI Shared``` because it is the easiest to set up in most cases. There are more methods to use which you can read about [here.](/extras/audio/) The next best method we recommend is using ```FlexASIO```. You can read more about it on what it does and how to set it up [here.](/extras/streamaudio/#option-4-flexasio)"
2023-11-16 12:13:58 +01:00
!!! tip ""
Before we go over the keybinds, we'll change our `IIDX Sound Output Device` to `WASAPI`. This has (from my experience) the highest chance of working. If it doesn't work for you, try using `FlexASIO`. It really comes down to your own hardware setup.
2023-11-16 12:13:58 +01:00
If you're still having issues, feel free to join our [Discord server](https://discord.gg/yAtdhvee79) and ask away in the troubleshooting section as this could be something very specific. Keep in mind that if you're using `WASAPI`, IIDX will go into WASAPI exclusive mode which means that only IIDX will output it's audio and nothing else [(this can be changed with a hex edit if you'd like).](problems.md#when-i-run-this-game-all-other-background-audio-is-gone-whats-going-on)
Below is an example of how it looks like using `WASAPI`.
<img src="/img/iidx31/wasapi.png">
!!! tip ""
The last steps you'll have to do 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 Keyboard from the 1P side. Make sure you setup the `Test` keybind as it will be critical for setting up the game.
<img src="/img/iidx31/iidx_bind.png">
### Disabling Cameras
!!! tip ""
Go back to the `Options` tab and make sure to enable `IIDX Disable Cameras` or else you will encounter an error and you will be unable to proceed otherwise.
<img src="/img/iidx31/disable_cam.png">
### Setting up the game
!!! tip ""
Finally we're ready to start the game. Go ahead and start `spice64.exe`.
If it's your first time running the game, you'll immediately be greeted with this screen.
<img src="/img/iidx31/2.png">
!!! tip ""
Hit the `Test` keybinding to initialize the backup data, a message will pop up stating it's been initialized.
<img src="/img/iidx31/3.png">
!!! tip ""
You'll also run into this error message as well. 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/iidx31/4.png">
!!! tip ""
Start by navigating up to `CLOCK` and entering that menu.
<img src="/img/iidx31/5.png">
!!! tip ""
Simply hit save and exit and leave, the clock will be saved. Then, back in the service menu head to `NETWORK OPTIONS` from back inside the service menu.
<img src="/img/iidx25/11.png">
!!! tip ""
2023-11-21 09:24:24 +01:00
The final thing we need to set is here inside `NETWORK OPTIONS`, we will need to set a shop name to play. Select the `SHOP NAME SETTING` option. Once inside, name your shop to whatever you'd like. For the purpose of the guide, we named it `Guide`. 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.
2023-11-16 12:13:58 +01:00
<img src="/img/iidx25/12.png">
<img src="/img/iidx25/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/) 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)