Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal guide regarding input validation #102

Merged
merged 2 commits into from
Dec 2, 2024
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
23 changes: 23 additions & 0 deletions _posts/core/2024-12-02-input-validation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: post
title: "Input Validation"
tags: prime1 prime2
---
When an error happens when exporting the game, it's important to make sure the game files you are using are the originals with no modifications. Randovania only supports unmodified game files.

# Verifying your game files

## Metroid Prime and Metroid Prime 2: Echoes

Both games only support the GameCube versions of the game, with uncompressed files in the ISO format.

In order to verify the if your ISO is identical, we recommend using [Dolphin Emulator](https://dolphin-emu.org/).

{% include blog/figure.html src="/assets/guides/input_validation/dolphin-game-list.png" caption="Dolphin Game List" %}

Make sure the ISO you want to verify is in Dolphin's Game Folders, then right click → Properties.

{% include blog/figure.html src="/assets/guides/input_validation/verify-result.png" caption="Game verified, with good dump" %}

In the new window, select the tab Verify and then press **Verify Integrity**. You should see `Good dump` in `Redump.org Status`.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/guides/input_validation/verify-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading