The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.18 (Linux)
|
GeckoLoader - Wii/GCN Code loader! - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Coding & Hacking General Discussion (https://mariokartwii.com/forumdisplay.php?fid=23) +--- Thread: GeckoLoader - Wii/GCN Code loader! (/showthread.php?tid=1516) Pages:
1
2
|
GeckoLoader - Wii/GCN Code loader! - JoshuaMK - 04-12-2020 GeckoLoader v7.1.0
What is it?
GeckoLoader is a C++ written gecko code allocator for Wii/GCN games
How does it work?
It reallocates the memory in the target game to give reliable room for many codes
Where can I download it?
Credits
riidefi(Taught me C, and helped me debug any issues)
Wiimm and Leseratte(Basic idea)
RE: GeckoLoader - Wii/GCN Code loader! - Vega - 04-12-2020 Nice work! Can you add a feature for the user to use a txt file instead of a GCT? RE: GeckoLoader - Wii/GCN Code loader! - JoshuaMK - 04-12-2020 That could be done for sure, maybe in the next week or two, as I have lots of stuff I'm working on RE: GeckoLoader - Wii/GCN Code loader! - Mewmaster99 - 04-12-2020 Does this work with texture loading? RE: GeckoLoader - Wii/GCN Code loader! - JoshuaMK - 04-13-2020 Well, what kind of texture loading are you describing? Simply loading from the disc, or something more specfic? RE: GeckoLoader - Wii/GCN Code loader! - CLF78 - 04-13-2020 If i have an already patched DOL, is there be a way to repatch it with a different GCT or do i have to get another clean DOL? RE: GeckoLoader - Wii/GCN Code loader! - JoshuaMK - 04-13-2020 This will put your patched DOL in the folder ./BUILD/ as is described in the README.md. This leaves your original clean DOL file where it still was, in the current directory. This means you can keep patching using the same DOL file with ease. As for an already patched DOL, the effects will vary. This is designed to find usable sections, so an already patched DOL like one from WSTRT is not an issue. The problem lies in the fact that this will inherently disable mods like LE-CODE, or CT-CODE, since they also hijack the main.dol in a similar manner as this. But this is a MKW specific issue, and not an across the board thing. Lastly, if you have certain values changed in the main.dol, like instruction swaps, this is fine for GeckoLoader. RE: GeckoLoader - Wii/GCN Code loader! - Vega - 04-16-2020 Off-topic, but now that are learning C, have you thought about doing any HBC apps? RE: GeckoLoader - Wii/GCN Code loader! - JoshuaMK - 04-16-2020 Yes, but I am not dedicating myself to any HBC development right now, as I have other projects in the works, and my time is quite short on a per day basis RE: GeckoLoader - Wii/GCN Code loader! - JoshuaMK - 04-17-2020 GeckoLoader v2.0.2 is out!
|