diff --git a/docs/games/iidx11/troubleshooting.md b/docs/games/iidx11/troubleshooting.md index a5802cb..ad472b3 100644 --- a/docs/games/iidx11/troubleshooting.md +++ b/docs/games/iidx11/troubleshooting.md @@ -5,7 +5,7 @@ ### My Game Is Running Crazy Fast! !!! tip "" - The most common reason for this is the game is running over its required 59.95hz, the game is hardcoded to run at 59.95hz and this cannot be changed. To solve this, check [this section](setup.md#setting-up-the-games-resolution-locking-fps-and-fixing-stretched-videos) of the guide again. + The most common reason for this is the game is running over its required 59.95hz, the game is hardcoded to run at 59.95hz and this cannot be changed. To solve this, check [this section](setup.md#game-resolution-and-locking-fps) of the guide again. ### I'm getting "NETWORK WARNING" instead of "NETWORK OK" @@ -23,18 +23,18 @@ You need to install a codec. - 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`. + Inside the :material-zip-box:[Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip) archive, navigate to :material-folder:`\iidx.zip\iidx\misc\` where you'll find :material-file:`CLVSD.ax`. - Extract `CLVSD.ax` inside a folder that you know won't be moved or renamed. + Extract :material-file:`CLVSD.ax` inside a :material-folder:folder that you know won't be moved or renamed. - Open up the command prompt as ***administrator***. Now type `regsvr32 "\CLVSD.ax"` into the command prompt. + Open up the :material-console:command prompt as ***administrator***. Now type `regsvr32 "\CLVSD.ax"` into the command prompt. As an example, it could look like this: `regsvr32 "D:\BEMANI\IIDX\CLVSD.ax"` A prompt should appear telling you that it has been installed successfully. This applies for all styles that require this codec. If an error occurs, you didn't run the command prompt as administrator or you messed up the location of the file. - You ***can not*** move or delete `CLVSD.ax` ***at all***, otherwise it will revert the changes and you have to install it again. + You ***can not*** move or delete :material-file:`CLVSD.ax` ***at all***, otherwise it will revert the changes and you have to install it again. ### My game crashes immediately! @@ -54,4 +54,4 @@ #### Fix #2 (RtEffects.dll didn't get replaced) !!! tip "" - Refer to [Getting Started](setup.md#getting-started) again and check if you have followed all the instructions explained in it. \ No newline at end of file + Refer to [Using iidxhook-11.conf & RtEffect.dll](setup.md#using-iidxhook-11conf-rteffectdll) again and check if you have followed all the instructions explained in it. \ No newline at end of file diff --git a/docs/img/iidx12/happysky_logo.png b/docs/img/iidx12/happysky_logo.png index 15d7dd1..988ae7f 100644 Binary files a/docs/img/iidx12/happysky_logo.png and b/docs/img/iidx12/happysky_logo.png differ