Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ports/chronodivide-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Red Alert 2: Chrono Divide Guide"
sidebar_position: 29
sidebar_position: 30
description: "A guide for setting up Chrono Divide on dev mode."
tags:
- guides
Expand Down
131 changes: 131 additions & 0 deletions docs/ports/doom64ex-classic-guide.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
---
title: "Doom64EX Classic Guide"
sidebar_position: 10
description: "A guide for setting up Doom64EX Classic on dev mode."
tags:
- guides
- ports
- xbox
slug: doom64ex-classic-guide
---


### Requirements
- You will need a legally owned **Doom 64 N64** ROM in `.z64` format.
- You will also need the Windows release, as it includes `WadGen.exe`:

```text
https://github.com/caorthann-celt/Doom64EX-SDL2/releases/tag/v2.6
```

- Only the USA `doom.z64` ROM has been tested. Other ROM versions may work, but have not been checked.

### Generate the Base Files
- Unzip the Windows release folder.
- Double click `WadGen.exe`.
- Select your legally owned Doom 64 N64 `.z64` ROM in the file explorer.
- Run the conversion.
- If it errors, try running it again.

Once successful, `WadGen.exe` will create:

```text
DOOM64.WAD
DOOMSND.SF2
```

### Internal Storage Setup
- Launch the Xbox app once.
- Close the app.
- This creates the app's LocalState folder.
- Open the Xbox Device Portal file browser.
- Place both generated files here:

```text
Doom64ex/LocalState/
```

The folder should contain:

```text
Doom64ex/LocalState/DOOM64.WAD
Doom64ex/LocalState/DOOMSND.SF2
```

### External Storage Setup
- Create the following folder on your external drive:

```text
E:/doom64ex/
```

- Place both generated files in that folder.

The folder should contain:

```text
E:/doom64ex/DOOM64.WAD
E:/doom64ex/DOOMSND.SF2
```

### Custom WAD Setup
Custom WADs can be placed in either of these folders:

```text
LocalState/wads/
E:/doom64ex/wads/
```

- Choose **Custom WAD** from the launcher.
- The left list shows every WAD found in both locations.
- Press **A** to add a WAD to the load order on the right.
- Press **X** to remove a WAD from the load order.
- Press **Menu** to start the game with the selected load order.

For multiple WADs, add them in the order you want them loaded.

To move a selected WAD through the load order:

- Hold **View**.
- Press **D-pad Up** or **D-pad Down**.

### Default Xbox Controls

| Xbox Control | Default Action |
| --- | --- |
| Left Stick | Move |
| Right Stick | Look |
| A | Use |
| X | Run |
| Y | Automap |
| LB / RB | Previous / next weapon |
| RT | Fire |

### Control Settings
Everything can be changed in:

```text
Options > Controls > Bindings > Gamepad
```

This page also includes separate **Right Stick X** and **Right Stick Y** sensitivity sliders, vertical look, and invert look.

The left stick is analogue:

- a light push walks
- a full push runs

Autorun is mainly useful for the D-pad if you choose to change the movement binds.

### Useful Settings
- Change the resolution in **Options > Video**.
- To remove the mouse cursor in the top-left corner, go to **Options > Setup** and turn **Show Cursor** off.
- Leave the frame rate set to **Capped**.
- **Smooth** currently causes problems and is best avoided.

### Saves and Settings
Saves and settings stay in LocalState.

---

*Contributor: MewLew*
2 changes: 1 addition & 1 deletion docs/ports/dusklight-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Dusklight (Twilight Princess) Guide"
sidebar_position: 10
sidebar_position: 11
description: "A guide for setting up Dusklight (Twilight Princess) on dev mode"
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/dxxrebirth-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "DXX Rebirth Guide"
sidebar_position: 11
sidebar_position: 12
description: "A guide for setting up DXX Rebirth on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/gzdoom-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 13
sidebar_position: 14
title: GZDoom Setup and Modding Guide
description: Complete guide for installing and setting up GZDoom Doom engine port on Xbox
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/hurrican-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Hurrican Guide"
sidebar_position: 14
sidebar_position: 15
description: "A guide for setting up and using Hurrican on Xbox Dev Mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/inferno-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Inferno Guide"
sidebar_position: 15
sidebar_position: 16
description: "A guide for setting up Inferno on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/ioquake3-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "ioquake3 Guide"
sidebar_position: 16
sidebar_position: 17
description: "A guide for setting up ioquake3 on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/jazz2-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Jazz² Resurrection Guide"
sidebar_position: 17
sidebar_position: 18
description: "A guide for setting up Jazz² Resurrection on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/jkdf2-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Open JKDF2 Guide"
sidebar_position: 22
sidebar_position: 23
description: "A guide for setting up Open JKDF2 on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/maze-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Maze0x72 Guide"
sidebar_position: 18
sidebar_position: 19
description: "A guide for setting up Maze0x72 on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/mega-man-x8-16bit-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Mega Man X8 16-bit Guide"
sidebar_position: 19
sidebar_position: 20
description: "A guide for setting up Mega Man X8 16-bit on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/mine-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Minesweeper 3D Guide"
sidebar_position: 20
sidebar_position: 21
description: "A guide for setting up Minesweeper 3D on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/nzp-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Nazi Zombies: Portable Guide"
sidebar_position: 21
sidebar_position: 22
description: "A guide for setting up Nazi Zombies: Portable on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/openbor-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "OpenBOR Guide"
sidebar_position: 23
sidebar_position: 24
description: "A guide for setting up OpenBOR on dev mode."
tags:
- ports
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/openlara-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "OpenLara Guide"
sidebar_position: 24
sidebar_position: 25
description: "A guide for setting up OpenLara on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/opentyrian-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "OpenTyrian 2000 Guide"
sidebar_position: 25
sidebar_position: 26
description: "A guide for setting up OpenTyrian 2000 on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/pekka-kana-2-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Pekka Kana 2 Guide"
sidebar_position: 26
sidebar_position: 27
description: "A guide for setting up Pekka Kana 2 on Xbox Dev Mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/perfectdark-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Perfect Dark Guide"
sidebar_position: 27
sidebar_position: 28
description: "A guide for setting up Perfect Dark on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/razeuwp-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 28
sidebar_position: 29
title: RazeUWP Setup Guide
description: Complete guide for installing and setting up RazeUWP Build engine port on Xbox
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/relichunters-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Relic Hunters Zero Guide"
sidebar_position: 30
sidebar_position: 31
description: "A guide for setting up Relic Hunters Zero on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/reminiscence-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Flashback / REminiscence Guide"
sidebar_position: 12
sidebar_position: 13
description: "A guide for setting up Flashback with the REminiscence engine on Xbox dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/rigelengine-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Rigel Engine Guide"
sidebar_position: 31
sidebar_position: 32
description: "A guide for setting up and using Rigel Engine on Xbox Dev Mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/rsdkv4-uwp-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "RSDKv4 UWP Guide"
sidebar_position: 32
sidebar_position: 33
description: "A guide for setting up RSDKv4 UWP on Xbox Dev Mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sdlpop-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SDLPOP (Prince of Persia) Guide"
sidebar_position: 33
sidebar_position: 34
description: "A guide for setting up SDLPOP (Prince of Persia) on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sm64coopdx-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "sm64coopdx Guide"
sidebar_position: 34
sidebar_position: 35
description: "A guide for setting up sm64coopdx on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sm64ex-uwp-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "sm64ex UWP Guide"
sidebar_position: 35
sidebar_position: 36
description: "A guide for setting up sm64ex UWP on Xbox Dev Mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/snake-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Snake Guide"
sidebar_position: 36
sidebar_position: 37
description: "A guide for setting up Snake on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/soh-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SOH (Ship of Harkinian) Foxtrot UWP Edition Guide"
sidebar_position: 37
sidebar_position: 38
description: "A guide for setting up SOH (Ship of Harkinian) Foxtrot UWP Edition on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sonic-adventure-blast2-uwp-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 42
sidebar_position: 43
title: Sonic Adventure Blast 2 UWP Setup Guide
description: Complete guide for installing and setting up Sonic Adventure Blast 2 UWP on Xbox
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sonic-unleashed-recompiled-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 49
sidebar_position: 50
title: Sonic Unleashed Recompiled UWP Setup Guide
description: Complete guide for installing and setting up Sonic Unleashed Recompiled UWP on Xbox
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sonic1decomp-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Sonic 1 Decompilation Guide"
sidebar_position: 39
sidebar_position: 40
description: "A guide for setting up Sonic 1 Decompilation on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sonic2decomp-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Sonic 2 Decompilation Guide"
sidebar_position: 40
sidebar_position: 41
description: "A guide for setting up Sonic 2 Decompilation on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/sonic3air-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Sonic 3 A.I.R. Guide"
sidebar_position: 41
sidebar_position: 42
description: "A guide for setting up Sonic 3 A.I.R on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/soniccd-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Sonic CD (Decompilation) Guide"
sidebar_position: 43
sidebar_position: 44
description: "A guide for setting up Sonic CD (Decompilation) on dev mode."
tags:
- guides
Expand Down
Loading