From 056d9b05f03d8c1d7b867cee227406db35c578e0 Mon Sep 17 00:00:00 2001 From: M&M Date: Sun, 29 Nov 2020 14:33:56 -0800 Subject: [PATCH] [Rio 2016] Make it load mods from mod directory instead of raw directory --- Mods/M&SRio2016_ModLoader/patches.txt | 9 +++++++-- Mods/M&SRio2016_ModLoader/rules.txt | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Mods/M&SRio2016_ModLoader/patches.txt b/Mods/M&SRio2016_ModLoader/patches.txt index da926f0b..d1061cab 100644 --- a/Mods/M&SRio2016_ModLoader/patches.txt +++ b/Mods/M&SRio2016_ModLoader/patches.txt @@ -1,5 +1,10 @@ [unisonModLoader] moduleMatches = 0xD44C22E3 -0x02003110 = li r0, 0x10 #Lower priority of unison_0.cpk -0x0291B17C = li r12, 1 #Enable loading game files from raw directory +0x02003110 = li r0, 0x10 # Lower priority of unison_0.cpk +0x0291B17C = li r12, 1 # Enable loading game files from raw directory + +# Rename raw to mod +0x10000C74 = .byte 0x6D +0x10000C75 = .byte 0x6F +0x10000C76 = .byte 0x64 diff --git a/Mods/M&SRio2016_ModLoader/rules.txt b/Mods/M&SRio2016_ModLoader/rules.txt index f53cd045..c274e57f 100644 --- a/Mods/M&SRio2016_ModLoader/rules.txt +++ b/Mods/M&SRio2016_ModLoader/rules.txt @@ -2,5 +2,5 @@ titleIds = 0005000010190300,00050000101E5300,00050000101E5400 name = Mod Loader path = "Mario & Sonic at the Rio 2016 Olympic Games/Mods/Mod Loader" -description = Allows the game to load data from a directory before the cpk file. You will need to put the modified data into 'content/raw' in order for the mod to work. Made by Radfordhound and Slashiee. -version = 4 +description = Allows the game to load data from a directory before the cpk file.|You will need to put the modified data into 'content/mod' in order for the mod to work.|Made by Radfordhound and Slashiee. +version = 6