diff --git a/docs/ports/virtua-fighter-guide.mdx b/docs/ports/virtua-fighter-guide.mdx new file mode 100644 index 0000000..9d937a2 --- /dev/null +++ b/docs/ports/virtua-fighter-guide.mdx @@ -0,0 +1,39 @@ +--- +title: "Virtua Fighter Guide" +sidebar_position: 58 +description: "A guide for setting up Virtua Fighter on dev mode." +tags: + - guides + - ports + - xbox +slug: virtua-fighter-guide +--- + + +### Requirements +- You will require the **Sega Model 1 Virtua Fighter** game files in the format `vf.zip`. +- Do not extract `vf.zip`. + +### Install the Virtua Fighter App +- Install `XboxOne-VirtuaFighter.appx` via the dev portal. + +### External Storage Setup +- Add `vf.zip` to the root of your **E:** drive. +- On initial launch, the app will automatically copy `vf.zip` to LocalState. + +### Internal Storage Setup +- Launch the game once. +- Close the app once it black screens. +- Open the Dev Portal file explorer. +- Go to: + +```text +Virtua Fighter/LocalState/roms +``` + +- Upload `vf.zip` to this folder. +- Do not extract `vf.zip`. + +--- + +*Contributor: MewLew* diff --git a/docs/ports/vvvvvv-guide.mdx b/docs/ports/vvvvvv-guide.mdx index 9be50a4..0940c77 100644 --- a/docs/ports/vvvvvv-guide.mdx +++ b/docs/ports/vvvvvv-guide.mdx @@ -1,6 +1,6 @@ --- title: "VVVVVV (V6) Guide" -sidebar_position: 58 +sidebar_position: 59 description: "A guide for setting up VVVVVV (V6) on dev mode." tags: - guides diff --git a/docs/ports/zelda3-guide.mdx b/docs/ports/zelda3-guide.mdx index 237c94c..2ba84fd 100644 --- a/docs/ports/zelda3-guide.mdx +++ b/docs/ports/zelda3-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zelda 3 Guide" -sidebar_position: 59 +sidebar_position: 60 description: "A guide for setting up Zelda 3 on dev mode." tags: - guides diff --git a/docs/ports/zelda64-guide.mdx b/docs/ports/zelda64-guide.mdx index d9eb482..53c6fa2 100644 --- a/docs/ports/zelda64-guide.mdx +++ b/docs/ports/zelda64-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zelda 64 Recompiled Guide" -sidebar_position: 60 +sidebar_position: 61 description: "A guide for setting up Zelda 64 Recompiled on dev mode." tags: - guides diff --git a/docs/ports/zircon-guide.mdx b/docs/ports/zircon-guide.mdx index 8201a6e..1699ccf 100644 --- a/docs/ports/zircon-guide.mdx +++ b/docs/ports/zircon-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zircon (Quake) Guide" -sidebar_position: 61 +sidebar_position: 62 description: "A guide for setting up Zircon (Quake) on dev mode." tags: - guides