Hacking wiiflow, multiple magic numbers per icon

Lunchbox7985

Active Member
OP
Newcomer
Joined
Jan 9, 2016
Messages
32
Trophies
0
Age
38
XP
153
Country
United States
i hvae a couple things grouped together under one icon, even though title in there use different emulators, such as, i have both FB alpha and FB CPS2, but i have them grouped together under one icon, as such

[BUTTON_9]
image=arcade.png
image_s=arcade.png
source=plugin
magic=464E254F,43505332
emuflow=3

i also have all my smaller games on the SD, but the larger ones such as wii, gamecube and playstation on the USB. now the wii and gamecube are fine, when i click on my playstation icon, the games (on usb) show fine. if i click on nintendo, the games (on SD) show up fine. if i click the arcade button, the games (on SD) for both FB alpha, and FB CPS2 emulators, in two different folders, show up fine.

the problem is when i click playstation, then back out and click on arcade (or the other 2 icons that use 2 folders) it gives me the message saying it cant find anything. it is looking on the usb. i can switch it back to sd, and the games show up. or if i back out, click on nintendo (or any other icon using one folder on SD) then click on arcade, it has kicked it back over to SD, and the games show up fine.

so its only playstation (the only "plugin" set to usb), followed by any of the 3 that have 2 magic numbers that cause me problems.

i hope all that makes sense, it took me a minute to find the connection.

now i saw somehting on wiiflows guide

romDir=fceugx/roms //This is the folder where your roms or movies will be kept. In this example NES roms should be in root:/fceugx/roms/. If you have it in a different partition or device (SD, USB) than WiiFlow you will have to go to emu mode>config and change the partition. Note - this will affect all plugins.

this makes me think maybe its just not liking me having the "plugin" roms located on both usb and SD. but it was working fine until i grouped a couple things, and the grouped things in and of themselves work fine.

i also see this arguments setting in the individual plugin ini files.

arguments={device}:/{path}|{name}|{loader} //This is the arguments sent to the plugin app itself. For more than one argument a '|' is used to separate them and when words are in between { and } wiiflow knows to get that info and put it in place of that word. So {device} would be SD or USB for example.

i tried changing it to
arguments={SD}:/{path}|{name}|{loader}
for each one, and ubs for the playstation one, but im not sure exactly what the arguments line is for, or if i put that in the right format.

i realize the easy solution is to move everything to the usb, and im willing to do that, but im afraid that will set of a chain of stuff braking and me having to fix it. ive been doing just that forever and this seems like the last "broken" thing, so if i can just fix it, ill be happy
 

AbdallahTerro

da KiNG
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
i hvae a couple things grouped together under one icon, even though title in there use different emulators, such as, i have both FB alpha and FB CPS2, but i have them grouped together under one icon, as such

[BUTTON_9]
image=arcade.png
image_s=arcade.png
source=plugin
magic=464E254F,43505332
emuflow=3

i also have all my smaller games on the SD, but the larger ones such as wii, gamecube and playstation on the USB. now the wii and gamecube are fine, when i click on my playstation icon, the games (on usb) show fine. if i click on nintendo, the games (on SD) show up fine. if i click the arcade button, the games (on SD) for both FB alpha, and FB CPS2 emulators, in two different folders, show up fine.

the problem is when i click playstation, then back out and click on arcade (or the other 2 icons that use 2 folders) it gives me the message saying it cant find anything. it is looking on the usb. i can switch it back to sd, and the games show up. or if i back out, click on nintendo (or any other icon using one folder on SD) then click on arcade, it has kicked it back over to SD, and the games show up fine.

so its only playstation (the only "plugin" set to usb), followed by any of the 3 that have 2 magic numbers that cause me problems.

i hope all that makes sense, it took me a minute to find the connection.

now i saw somehting on wiiflows guide

romDir=fceugx/roms //This is the folder where your roms or movies will be kept. In this example NES roms should be in root:/fceugx/roms/. If you have it in a different partition or device (SD, USB) than WiiFlow you will have to go to emu mode>config and change the partition. Note - this will affect all plugins.

this makes me think maybe its just not liking me having the "plugin" roms located on both usb and SD. but it was working fine until i grouped a couple things, and the grouped things in and of themselves work fine.

i also see this arguments setting in the individual plugin ini files.

arguments={device}:/{path}|{name}|{loader} //This is the arguments sent to the plugin app itself. For more than one argument a '|' is used to separate them and when words are in between { and } wiiflow knows to get that info and put it in place of that word. So {device} would be SD or USB for example.

i tried changing it to
arguments={SD}:/{path}|{name}|{loader}
for each one, and ubs for the playstation one, but im not sure exactly what the arguments line is for, or if i put that in the right format.

i realize the easy solution is to move everything to the usb, and im willing to do that, but im afraid that will set of a chain of stuff braking and me having to fix it. ive been doing just that forever and this seems like the last "broken" thing, so if i can just fix it, ill be happy
take a look at /apps/wiiflow/wiiflow.ini file
you'll find a section like this
Code:
[PLUGINS/PARTITION]
4336344e=1
434f434f=0
...  etc
it's magic number = partition (0 is for SD 1 is USB)
so make use your PS number is = 0 and make sure the file is not read only
don't play with the argument line, so undo whatever you edited there
 
Last edited by AbdallahTerro,

Lunchbox7985

Active Member
OP
Newcomer
Joined
Jan 9, 2016
Messages
32
Trophies
0
Age
38
XP
153
Country
United States
i was afraid it would be in there, but at least i know what im looking for. there are no "enters" in any of my ini files, so they all just run on. so let me comb through there and make it readable, and find that setting.

thanks
 

Lunchbox7985

Active Member
OP
Newcomer
Joined
Jan 9, 2016
Messages
32
Trophies
0
Age
38
XP
153
Country
United States
the numbers in that header were all messed up. it had some that i was no longer using, and it was missing some that i am currently using. i just manually put them all in there (in numerical order, tho i dont know if i needed to do that)

it did seem to be having problems with the second magic number for the 3 icons that have 2 assigned, but even after i changed them, its still doing it.

what is the [PLUGIN] header right above that, where each number has a yes or no, do those need to match the ones that i just changed and all of them to be yes?
 

Lunchbox7985

Active Member
OP
Newcomer
Joined
Jan 9, 2016
Messages
32
Trophies
0
Age
38
XP
153
Country
United States
guess not, i backed up the ini file and tried that, but it didnt work either.

i dont know if it matters, but before i figured out that i could do 2 magic numbers per button, i found the option in the GUI to check multiple plugins within wiiflow, and it did show both sets of games, but when you hit b to go back to source flow, and clicked on the icon again it reverted back. so its almost like wiiflow is having problems saving the ini file properly, it is not set to read only, nor is the switch on my card locked. and as a matter of fact, after i went and hit enter at the end of every setting to make it more easily readable, changed the sd and usb settings like you said, booted up the wii, and then put the card back in my computer, it had gotten rid of my beautification, so i know it is capable of editing and saving the file. it just doenst seem to be doing it right.

its looking more and more easy to just move all the stuff on the sd card over to the usb, its a terabyte drive, so its not like im short of space, its more the challenge of figuring it out at this point.
 

Lunchbox7985

Active Member
OP
Newcomer
Joined
Jan 9, 2016
Messages
32
Trophies
0
Age
38
XP
153
Country
United States
that's good info, id say I wish I knew that before, but honestly I prefer just editing the text files, its just how I am.

still I think im going to just move everything over to the usb when I get a chance, I think I have a good enough understanding of this stuff now to fix any problems that may arise from doing that. I think I should be able to leave all the album art, and that on the sd, and just move the roms, change the source to usb for all of em. that should fix my problem. hell I should move the album art over too, my sd card reader on my desktop quit working, so I have been using my netbook, and its a pain to bust that out everytime I find another game to add.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Psionic Roshambo @ Psionic Roshambo:
    It could get banned from PSN but you can change your ID I think?
  • Xdqwerty @ Xdqwerty:
    also gonna install twilight menu in my r4 flashcard
  • Psionic Roshambo @ Psionic Roshambo:
    One thing that just occurred to me.... The sound on the 2600 sucked less back then the harsh sound we hear now is from infinitely better speakers we have now, back when the 2600 was new speakers produced a almost muffled sound, like CRTs made old graphics look slightly better.
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if I could recommend that to some emulation devs that perhaps the sound could use some smoothing out to simulate those old TVs
  • Psionic Roshambo @ Psionic Roshambo:
    I think a few of the early systems could benefit from that, at least up to the 8 bit generation, by the 16 bit generation I think TVs had gotten a lot better in almost every way
  • Xdqwerty @ Xdqwerty:
    i dont have an sd card adapter but I have an usb sd card adapter
  • K3Nv2 @ K3Nv2:
    Old people games
  • Xdqwerty @ Xdqwerty:
    its not the one that comes with the r4
  • Xdqwerty @ Xdqwerty:
    doesnt work (my flashcard is from r4isdhc.com)
  • Xdqwerty @ Xdqwerty:
    might install ysmenu first
  • Psionic Roshambo @ Psionic Roshambo:
    Try Wood firmware
  • Psionic Roshambo @ Psionic Roshambo:
    For your R4
  • Psionic Roshambo @ Psionic Roshambo:
    It's old but it's the best firmware out for DS stuff
  • Xdqwerty @ Xdqwerty:
    it says it only works for the original R4, R4i Gold (r4ids.cn), R4iDSN (r4idsn.com) and Acekard R.P.G.
  • Xdqwerty @ Xdqwerty:
    nvm it does support mine
  • Xdqwerty @ Xdqwerty:
    but why choose it over ysmenu @Psionic Roshambo?
  • Xdqwerty @ Xdqwerty:
    bc im stupid?
  • Xdqwerty @ Xdqwerty:
    yea ik im stupid
  • Xdqwerty @ Xdqwerty:
    good night
  • Psionic Roshambo @ Psionic Roshambo:
    Just give it a try, but honestly if you have a 3DS you can play DS games without a card just off the internal SD card
  • Psionic Roshambo @ Psionic Roshambo:
    Slightly slower loading but a bit more convenient
  • BakerMan @ BakerMan:
    guys, my fuckin headphones have an out of place speaker
  • K3Nv2 @ K3Nv2:
    Did you try wearing them?
    K3Nv2 @ K3Nv2: Did you try wearing them?