update IIDX9 problems page (CLVSD.ax)

This commit is contained in:
yurei 2023-09-17 01:27:02 +02:00
parent 3552e9b38d
commit 7561e9a78f
2 changed files with 10 additions and 11 deletions

View File

@ -1 +0,0 @@
regsvr32 CLVSD.ax

View File

@ -13,15 +13,16 @@
### Fix #1 (Missing codec)
!!! tip ""
You need to install a codec that is missing. Inside the [Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip) archive, navigate to `\iidx.zip\iidx\misc\` where you'll find `CLVSD.ax`.
Extract `CLVSD.ax` inside the folder that contains the bm2dx.exe which should be located in `\C02\D\C02\JAG`
We have [provided a `.bat` file](/files/install-CLVSD.bat). Right click the link and select `Save link as`, save it into `\C02\D\C02\JAG` again.
Open up the command prompt as ***administrator***. Now type `regsvr32 "<location of your game>\CLVSD.ax"` into the command prompt.
When you have both files in that directory, right click `install-CLVSD.bat` and select `Run as administrator`. This will install the codec for you.
As an example, it could look like this: `regsvr32 "D:\BEMANI\IIDX\9TH-STYLE\C02\JAG\CLVSD.ax"` A prompt should appear telling you that it has been installed successfully. If an error occurs, you didn't run the command prompt as administrator or you messed up the location of the file.
You may want to delete `install-CLVSD.bat` now but you **can not** move or delete `CLVSD.ax` **at all**
You ***can not*** move or delete `CLVSD.ax` ***at all***, otherwise it will revert the changes and you have to install it again.
### Fix #2 (Missing file)
@ -29,4 +30,3 @@
If the game still refuses to start, inside the [Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip) archive, navigate to `iidx.zip/iidx/misc` and extract `RtEffect_stub.dll` inside the folder that contains the bm2dx.exe which should be located in `\C02\D\C02\JAG`.
Rename `RtEffect_stub.dll` to `RtEffect.dll`.