Skip to content

Commit

Permalink
Merge pull request #102 from randovania/feature/input-valdiation
Browse files Browse the repository at this point in the history
Add minimal guide regarding input validation
  • Loading branch information
Miepee authored Dec 2, 2024
2 parents 418a7ab + 8ddf5b6 commit 155dc85
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
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.

0 comments on commit 155dc85

Please sign in to comment.