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
Changes from 1 commit
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
12 changes: 12 additions & 0 deletions _posts/core/2024-12-02-input-validation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention that you can use dolphin to verify your input ISO (right click the game -> properties -> verify tab -> verify integrity button)

Also the user should have acccess to the clean hashes so they know they have a good dump (can probably copy paste them from the rdv repo)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to have the hashes duplicated here, that seems terrible

Copy link
Contributor

@Miepee Miepee Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could maybe get the hashes dynamically here somehow, would need to ask dunc
But the end user should be able to see the clean supported hashes here for UX purposes.

Loading