Skip to content

Instantly share code, notes, and snippets.

@mikew
Created August 20, 2020 18:34
Show Gist options
  • Save mikew/19acebf29412a55cddd393059d61a3fc to your computer and use it in GitHub Desktop.
Save mikew/19acebf29412a55cddd393059d61a3fc to your computer and use it in GitHub Desktop.
FF9 / Moguri Mod Woes

Update: On August 18th, 2020, Moguri version 8.2.1.2 was released. Sadly, it breaks Steam's controller support, which in turn means Steam Remote Play is also broken.


On August 6th, 2020, an update was release for Final Fantasy 9 on Steam. This broke Moguri Mod.


Read below for instructions on how to downgrade FF9 and Moguri Mod.


Back to stock FF9

  1. Uninstall Moguri Mod.
  2. Uninstall FF9 on Steam.
  3. Remove any steamapps\common\FINAL FANTASY IX\ folder.
  4. Re-install FF9 on Steam.
  5. Verify it's working by booting the game and loading a save.

At this point you should be back to stock Final Fantasy 9. Now we'll need to downgrade:

Downgrade FF9

  1. Download and install the .NET Core Desktop Runtime.

  2. Download and extract DepotDownloader.

  3. Open Powershell (or Command Prompt) and do:

    cd Downloads\depotdownloader-2.3.6
    .\depotdownloader.bat -app 377840 -depot 377842 -manifest 6513325078397675727 -username MY_STEAM_USERNAME
    

    Of course, replace MY_STEAM_USERNAME with the username you use to log in to Steam.

    This will download the previous version of FF9 to Downloads\depotdownloader-2.3.6\depots\377842\5378074

  4. Once that's finished, copy all the files downloaded by DepotDownloader to your steamapps\common\FINAL FANTASY IX\ folder, overwriting everything that already exists.

  5. Verify it's working by booting the game and loading a save.

At this point, you should be running the version of FF9 prior to the August 2020 update. Now, we need to install the old version of Moguri:

Install Moguri Mod 8.0

  1. Download and extract Moguri Mod 8.0.
  2. Double-click MoguriMod_8.0.1.0.exe and install as normal.
  3. Verify it's working by booting the game and loading a save.

At this point you're done. You have an older version of FF9 and Moguri. Enjoy!

Notes

This is all thanks to Steam providing downloads for older versions. This will work for most any release on there, and comes in handy when unexpected updates break mods. Here are some instructions on how to find the app, depot, and manifest ids used for DepotDownloader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment