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
81 changes: 81 additions & 0 deletions docs/ports/syphon-filter-guide.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
title: "Syphon Filter Guide"
sidebar_position: 60
description: "A guide for setting up Syphon Filter UWP on Xbox dev mode."
tags:
- guides
- ports
- xbox
slug: syphon-filter-uwp-guide
---


### Requirements
- **Syphon Filter USA v1.1** game `.cue` and `.bin` dump.
- The required game ID is `SCUS-94240`.

### Install the Syphon Filter UWP App
- Install the Syphon Filter `.appx` package via the dev portal.
- Install the included dependency file.
- Launch **Syphon Filter UWP** from Dev Mode.

### External Storage Setup
- Place your matching `.cue` and `.bin` files together in one folder on your external drive.
- Launch the app.
- When the folder picker opens, select the folder containing the game files.
- The game will import the files into LocalState and start.

The imported files are stored here:

```text
LocalState/GAME
```

### Internal Storage Setup
- Launch the app once.
- Close the app after the LocalState folders are created.
- Open the Dev Portal file explorer.
- Go to **LocalAppData**.
- Select the `SyphonFilterUWP` package.
- Open:

```text
LocalState/GAME
```

- Upload your matching `.bin` and `.cue` game files.
- Launch the app again.
- The game will automatically prepare the files for use.

### Default Xbox Controls

| Xbox Control | Default Action |
| --- | --- |
| Left Stick / D-pad | Move, turn, and navigate menus |
| Right Stick | Look while aiming |
| A | Kneel / confirm |
| B | Roll, zoom out, or cancel |
| X | Fire |
| Y | Interact or zoom in |
| LB | Aim |
| RB | Target lock |
| LT / RT | Step left / right |
| View | Change weapon |
| View + LT / RT | Cycle weapons |
| Menu | Pause |
| L3 + R3 | Open Display & Performance |

### Controls and Display Settings
Controller presets and custom bindings are available from:

```text
Pause > Options > Controller
```

Display settings are available from:

```text
Pause > Options > Display & Performance
```

---
2 changes: 1 addition & 1 deletion docs/ports/tailsadventure-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Tails Adventure Remake Guide"
sidebar_position: 60
sidebar_position: 61
description: "A guide for setting up Tails Adventure Remake on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/trogdor-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Trogdor Reburninated Guide"
sidebar_position: 61
sidebar_position: 62
description: "A guide for setting up Trogdor Reburninated on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/uhexen2-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "uHexen2 Guide"
sidebar_position: 62
sidebar_position: 63
description: "A guide for setting up uHexen2 on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/virtua-fighter-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Virtua Fighter Guide"
sidebar_position: 63
sidebar_position: 64
description: "A guide for setting up Virtua Fighter on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/virtua-racing-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Virtua Racing Guide"
sidebar_position: 64
sidebar_position: 65
description: "A guide for setting up Virtua Racing on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/vvvvvv-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "VVVVVV (V6) Guide"
sidebar_position: 65
sidebar_position: 66
description: "A guide for setting up VVVVVV (V6) on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/zelda3-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Zelda 3 Guide"
sidebar_position: 66
sidebar_position: 67
description: "A guide for setting up Zelda 3 on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/zelda64-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Zelda 64 Recompiled Guide"
sidebar_position: 67
sidebar_position: 68
description: "A guide for setting up Zelda 64 Recompiled on dev mode."
tags:
- guides
Expand Down
2 changes: 1 addition & 1 deletion docs/ports/zircon-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Zircon (Quake) Guide"
sidebar_position: 68
sidebar_position: 69
description: "A guide for setting up Zircon (Quake) on dev mode."
tags:
- guides
Expand Down