diff --git a/docs/ports/syphon-filter-guide.mdx b/docs/ports/syphon-filter-guide.mdx new file mode 100644 index 0000000..eab1acd --- /dev/null +++ b/docs/ports/syphon-filter-guide.mdx @@ -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 +``` + +--- diff --git a/docs/ports/tailsadventure-guide.mdx b/docs/ports/tailsadventure-guide.mdx index bd9a66e..cc97364 100644 --- a/docs/ports/tailsadventure-guide.mdx +++ b/docs/ports/tailsadventure-guide.mdx @@ -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 diff --git a/docs/ports/trogdor-guide.mdx b/docs/ports/trogdor-guide.mdx index 00d3d6e..72be4ab 100644 --- a/docs/ports/trogdor-guide.mdx +++ b/docs/ports/trogdor-guide.mdx @@ -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 diff --git a/docs/ports/uhexen2-guide.mdx b/docs/ports/uhexen2-guide.mdx index c0c0071..e03851a 100644 --- a/docs/ports/uhexen2-guide.mdx +++ b/docs/ports/uhexen2-guide.mdx @@ -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 diff --git a/docs/ports/virtua-fighter-guide.mdx b/docs/ports/virtua-fighter-guide.mdx index 5e13dfb..8834230 100644 --- a/docs/ports/virtua-fighter-guide.mdx +++ b/docs/ports/virtua-fighter-guide.mdx @@ -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 diff --git a/docs/ports/virtua-racing-guide.mdx b/docs/ports/virtua-racing-guide.mdx index 3e5131c..2f8a72f 100644 --- a/docs/ports/virtua-racing-guide.mdx +++ b/docs/ports/virtua-racing-guide.mdx @@ -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 diff --git a/docs/ports/vvvvvv-guide.mdx b/docs/ports/vvvvvv-guide.mdx index 22f950b..be42430 100644 --- a/docs/ports/vvvvvv-guide.mdx +++ b/docs/ports/vvvvvv-guide.mdx @@ -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 diff --git a/docs/ports/zelda3-guide.mdx b/docs/ports/zelda3-guide.mdx index 50de03a..5ca1973 100644 --- a/docs/ports/zelda3-guide.mdx +++ b/docs/ports/zelda3-guide.mdx @@ -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 diff --git a/docs/ports/zelda64-guide.mdx b/docs/ports/zelda64-guide.mdx index 9d73bdc..237a088 100644 --- a/docs/ports/zelda64-guide.mdx +++ b/docs/ports/zelda64-guide.mdx @@ -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 diff --git a/docs/ports/zircon-guide.mdx b/docs/ports/zircon-guide.mdx index 8a0ca98..c19e5a8 100644 --- a/docs/ports/zircon-guide.mdx +++ b/docs/ports/zircon-guide.mdx @@ -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