Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
LariVille edited this page Apr 23, 2024 · 6 revisions

FAQ


Q: What is Pygafi?

A: Pygafi is a Python tool that helps you compare two file systems of the game Super Mario Galaxy (2) and lets you extract any changes made from the original files.


Q: Does it work with other Wii games?

A: The tool was originally designed for the Super Mario Galaxy (2) file system. However, it may also be compatible with file systems of other games. While I can’t guarantee 100% functionality, I encourage you to test it yourself.

TL;DR: Maybe, try it yourself and see.


Q: When i'm generating an output file I get an error saying that a file is empty and it was ignored, should I be concerned?

A: No, it's totally normal, some files in the original Super Mario Galaxy (2) File System are empty, it won't modify the result.


Q: When i'm trying to run the .sh files, it says access denied or no permission what should I do?

A: You need to set the .sh files as an executable by entering chmod +x [name of the file].sh in the console. (Without the brackets)


Q: Why is the output file so large?

A: It depends on the path length:

image_2024-04-16_150310411


Q: How did you made the GUI?

A: I used a Figma Design File with Tkinter GUI Designer.


Q: What does .ogfs and .mgfs mean?

A: Original Galaxy File System and Modified Galaxy File System


Q: How did you compile the GUI to an executable file?

A: PyInstaller.


Q: When will you fix the known bugs?

A: I'll do it when I will have some free time and motivation.


If you have any more questions you can go to the issues tab with the QUESTION tag.

Available Pages:

Usage Guide
Info Pages
Other Pages

Tip

Latest Version: v0.4-beta


Clone this wiki locally