diff --git a/docs/games/sdvx6/setup.md b/docs/games/sdvx6/setup.md index d6e0369..2df4b68 100644 --- a/docs/games/sdvx6/setup.md +++ b/docs/games/sdvx6/setup.md @@ -66,7 +66,7 @@ If `2023042500` already has `2023042500` then you're good to go. If it has anything other than that, change it to `2023042500`. This is the games datacode, basically telling the game what version it is on. -!!! info "If you'd like to enable the Valkyrie Model mode, which is `off` by default, head over to [Valkyrie Model](valk.md#setting-up-valkyrie-model-subscreen-120fps)" +!!! info "If you'd like to enable the Valkyrie Model mode, which is `off` by default or want to change the game language to English, head over to [Valkyrie Model](valk.md#setting-up-valkyrie-model-subscreen-120fps)" ### Configuring for a Network diff --git a/docs/games/sdvx6/valk.md b/docs/games/sdvx6/valk.md index 1223ef8..3f60c51 100644 --- a/docs/games/sdvx6/valk.md +++ b/docs/games/sdvx6/valk.md @@ -2,6 +2,78 @@ +### ea3-config.xml Explanation + +!!! tip "" + + The `ea3-config.xml` is located inside the `contents\prop\` folder. You might see a lot of different files but we're only interested in the one that's specifically named `ea3-config.xml`. + + Below is an explanation on what the parameters do. + + ``` + + 00010203040506070809 + 00010203040506070809 + + ``` + + + ``` + : + ``` + This option changes the PCBID that your system reports to your e-amusement server. There is ^^**no need to manually change this**^^ as `spice2x` will do it for us when we configure it inside of `spice2x`. + + ``` + : + ``` + This option changes the Hardware ID that your system reports to your e-amusement server. Changing this isn't required to make the game functional. + + !!! tip "" + + ``` + + KFC + J + F + A + 2023042500 + + ``` + + ``` + KFC + ``` + + This option determines what version of the game you are running. You should never changes this. It should always say KFC. + + ``` + : + ``` + + This option determines what region the game is running in. Use ^^`J`^^ for Japanese, ^^`K`^^ for Korean, or ^^`A`^^ for English. + + ``` + : + ``` + + This option determines if you are running the game in Nemsys or Valkyrie mode. Use ^^`F`^^ for Nemsys mode or ^^`G`^^ for Valkyrie mode. + + ``` + : + ``` + + This option determines your datecode. Always keep it up to date with the datacode you'd like to run. + + !!! tip "" + + ``` + + http://localhost:8083 + + ``` + + This option determine what Service URL Server `spice2x` is supposed to connect to. You do not need to manually edit this, as `spice2x` does it for us. + ### Setting up Valkyrie Model (Subscreen & 120FPS) !!! tip "" @@ -43,4 +115,30 @@ Next, head over to the `Overlay` tab and configure the key for `Toggle Subscreen`. I've set it to `Prt Scr` but you can use what ever key you'd like. - \ No newline at end of file + + +### Changing the games language + +!!! tip "" + + Go into `contents\prop` folder and open the `ea3-config.xml` file. + I'll be using [Notepad++](https://notepad-plus-plus.org/) for that. + + In there, we're interested in these lines: + ``` + + KFC + J + F + A + 2023042500 + + ``` + + `J` This line determines in what language the game is supposed to run. + + Use ^^`J`^^ for Japanese, ^^`K`^^ for Korean, or ^^`A`^^ for English. + + In my case, I'll be using English. + + \ No newline at end of file diff --git a/docs/img/sdvx6/lang.png b/docs/img/sdvx6/lang.png new file mode 100644 index 0000000..e289780 Binary files /dev/null and b/docs/img/sdvx6/lang.png differ diff --git a/docs/index.md b/docs/index.md index 46539a4..739f647 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ description: A compendium of information and guides written to ease headaches. A compendium of information and guides written to ease headaches. -Last Updated: April 14th, 2024. +Last Updated: April 25th, 2024. Changelogs will posted on the Discord in detail.