Homebrew Emulator My collection of Single ROM Loaders for some best Wii homebrew emulators :)

grandosegood

Well-Known Member
Member
Joined
Oct 5, 2017
Messages
342
Trophies
0
Age
36
XP
941
Country
United States
hey there, some of the forwarder wads i made don't work in usb loader gx, such as ones for smash remix (wii64 rice) and a link to the past redux (snes9x tx). they show the mini wii screens and crashes back to wii menu. do SRL forwarder wads not work in usb loader gx?
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,836
Country
Ecuador
hey there, some of the forwarder wads i made don't work in usb loader gx, such as ones for smash remix (wii64 rice) and a link to the past redux (snes9x tx). they show the mini wii screens and crashes back to wii menu. do SRL forwarder wads not work in usb loader gx?
Since i don't have a Wii/Wii U for test them on USB Loader GX i can't help with that.

Maybe someone i know has the answer.
@YourBoyMrt , @XFlak , @jeannotte , etc., are you there?
 

grandosegood

Well-Known Member
Member
Joined
Oct 5, 2017
Messages
342
Trophies
0
Age
36
XP
941
Country
United States
hey there, some of the forwarder wads i made don't work in usb loader gx, such as ones for smash remix (wii64 rice) and a link to the past redux (snes9x tx). they show the mini wii screens and crashes back to wii menu. do SRL forwarder wads not work in usb loader gx?
hey there, wanted to thank you once again for all your hard work @SaulFabre . after further research, it turns out to be an incompatibility with usb loader gx. the current dev, blackb0x is aware of it, and may have a potential fix. this issue occurs when the data (rom and dol file) are on usb, error doesn't occur when data is on SD. it's all part of my attempt to have everything game related on usb, since it would be more ideal in terms of speeds/reliability
 
  • Like
Reactions: SaulFabre

cadeswii

Active Member
Newcomer
Joined
Aug 30, 2023
Messages
44
Trophies
0
Age
23
XP
141
Country
United States
if you want to use forwarder channels for these SRLs, you have to make a DOL forwarder (a DOL for load the emulator's DOL and read the meta.xml file) that points to the boot.dol and read the meta.xml file of the SRL's folder using @XFlak's ModMii tool, and then insert the resulting DOL in an AHBPROT-enabled homebrew base WAD using @Leathl's CustomizeMii tool. For get an AHBPROT-enabled base WAD, you can go here: https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/

Greetings
Sorry I am kinda new to this, do you have any tutorials you could point me to that would help with making channels for the single rom loaders?

I want to put Duck Hunt NES on one of the loaders, then create a Wii channel using Duck Hunt artwork that points to the loader with it. I sorta unstand what you are saying but if you could maybe write out a more descriptive step by step process that would be super helpful. Thank you!
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,836
Country
Ecuador
Sorry I am kinda new to this, do you have any tutorials you could point me to that would help with making channels for the single rom loaders?

I want to put Duck Hunt NES on one of the loaders, then create a Wii channel using Duck Hunt artwork that points to the loader with it. I sorta unstand what you are saying but if you could maybe write out a more descriptive step by step process that would be super helpful. Thank you!
Read completely this complete tutorial, maybe you can understand better what i'm saying.
https://gbatemp.net/threads/how-to-...ls-of-your-favorite-retro-games-d-wii.602640/

Cheers :D
 

IceBlueLugia

Well-Known Member
Member
Joined
Nov 4, 2016
Messages
233
Trophies
0
XP
763
Country
United States
I could try looking for a Wiiflow compatible version of jzintvWii emulator so i could make a SRL template.
I'd appreciate it if it's at all possible. If not, no worries at all. These SRLs have been tremendously useful for me and I had no idea any of this stuff was even possible till I saw your threads. The tutorials are very detailed too, appreciate all the time you put into this stuff :)
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,836
Country
Ecuador
Hi there, i am redoing a Wii but notice some of my SRLs stopped working. Do you know if the latest version of not64 has the meta.xml loading feature built into it? the latest version is 20221121

https://github.com/extremscorner/not64/releases/download/20221121/mupen64-20221121.zip
This version still supports autoloading N64 games at startup, but its arguments in the meta.xml are different from other SRLs:

Code:
<arguments>
    <arg>rompath="device:/path/to/rom.z64"</arg>
    <arg>SkipMenu=1</arg>
</arguments>

The "rompath" argument is for tell the emulator which ROM file will load the emu at startup. You can change it with the full path of the ROM you want to load.
The "SkipMenu" argument is for make the emu to skip the menu and boot directly the N64 game.
 

grandosegood

Well-Known Member
Member
Joined
Oct 5, 2017
Messages
342
Trophies
0
Age
36
XP
941
Country
United States
This version still supports autoloading N64 games at startup, but its arguments in the meta.xml are different from other SRLs:

Code:
<arguments>
    <arg>rompath="device:/path/to/rom.z64"</arg>
    <arg>SkipMenu=1</arg>
</arguments>

The "rompath" argument is for tell the emulator which ROM file will load the emu at startup. You can change it with the full path of the ROM you want to load.
The "SkipMenu" argument is for make the emu to skip the menu and boot directly the N64 game.

thanks for your reply, i have those arguments (device has been replaced to say fat for my usb), but the SRL fails to load from either the homebrew channel or the forwarder. they either load the not64 menu with no game autoboot, or just return back to wii menu.
Post automatically merged:

thanks for your reply, i have those arguments (device has been replaced to say fat for my usb), but the SRL fails to load from either the homebrew channel or the forwarder. they either load the not64 menu with no game autoboot, or just return back to wii menu.
i actually just completley redid everything, including the wad and the SRL and the forwarding dol. it works now with the latest not64 and those arguments. thanks again! something must have been corrupted somewhere. and i believe my ps1 games are having issues due to the .cue file not being updated with changed file names.
 
Last edited by grandosegood,
  • Like
Reactions: SaulFabre

Nintendo Maniac

Well-Known Member
Member
Joined
Apr 26, 2007
Messages
851
Trophies
1
XP
741
Country
United States
Hey I have a minor request:
Do you think you could simply recompile Not64 but without LZMA2 compression?

As mentioned over on GC-Forever, I was finally looking towards putting into practice the idea of individual per-game configurations, but Not64 in particular supposedly has had LZMA2 compression applied as of build 2016-04-20, making build 2015-02-05 the most recent version usable with my "custom paths via hex-editing" trick:
...unless you could figure out some way to straight-up implement a meta.xml argument specifically for using a custom settings folder that doesn't break the other meta.xml argument functionality (specifically the ability to use any of Not64's settings.cfg arguments as a meta.xml argument). Though, even if you did manage to do that, I'd still like the option of an uncompressed Not64 "boot.dol" file.
 
Last edited by Nintendo Maniac,

grandosegood

Well-Known Member
Member
Joined
Oct 5, 2017
Messages
342
Trophies
0
Age
36
XP
941
Country
United States
for mame 2003, is there a way to access dipswtiches for free play, etc?

nm, it seems to be core dependant, some have them, some dont
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @Materia_tofu, We do learn a lot from plenty of talented individuals.
  • Materia_tofu @ Materia_tofu:
    this is true! i learned how to make soundfont remixes from a friend back in 2021
    +1
  • BakerMan @ BakerMan:
    Update on my brother: He's home now, tired and hungry, obviously, but other than that, seems to be doing fine.
    +2
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
    +1
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
  • BakerMan @ BakerMan:
    Also, no, that was his first time having a seizure, and hopefully the last
    +1
    BakerMan @ BakerMan: Also, no, that was his first time having a seizure, and hopefully the last +1