Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] File browser to install file #271

Open
eku opened this issue Feb 20, 2021 · 7 comments
Open

[FR] File browser to install file #271

eku opened this issue Feb 20, 2021 · 7 comments

Comments

@eku
Copy link

eku commented Feb 20, 2021

Hi @DacoTaco

There is a German mod of the PriiLoader, which brings a file browser to select the installtion of the startup file and does not limit the file to bootl.dol but offers all DOLs.

Since I recently switched from this mod to your original, I miss the function.

As a workaround, you have to create a directory under apps each time and put the DOL in it as boot.dol before it is offered for selection in PriiLoader.

Are you enthusiastic about the function and would you perhaps implement it in PriiLoader? Unfortunately, I have not been able to find the source code of the mod, which would have simplified the adoption of the function start.

@DacoTaco
Copy link
Owner

DacoTaco commented Feb 20, 2021

i was always under the impression the german mod kinda died long ago.
BadUncle also had commit rights to priiloader back when it was on googlecode. i wonder why he never ported that feature to the main codebase ...

can you provide screenshots of some kinda of this file browser?
currently priiloader can install any homebrew in the apps folder to use as autoboot, but im curious how it looked in the mod.

@eku
Copy link
Author

eku commented Feb 21, 2021

@DacoTaco please follow the link I gave in my first post. From there you can download the package and try it out in Dolphin or on a real Wii to get an idea of how it works.

If I remember correctly, the mod also includes a wad installer.

@eku
Copy link
Author

eku commented Mar 16, 2021

Hello @DacoTaco
I would like to ask if you still expect information or whatever from me? Is there anything else I can do to speed up the implementation?

@DacoTaco
Copy link
Owner

image

finally got the menu to show up. i understand how it was implemented. ill have to look to reproduce it with the current code

@DacoTaco
Copy link
Owner

@eku : i was wondering what the use case of this change?
priiloader currently lists everything in the apps folder (just like HBC) + all files in the root of the fat device (sd or usb).

there are 2 options currently in priiloader to list homebrew applications :

  • place the dol/elf on the root of the SD/USB , any name is possible and priiloader will pick it up. HBC however will not show it
  • place the dol/elf as boot.dol/boot.elf in a folder in apps and priiloader will pick it up, just like HBC would.

is there a reason why this menu is preferred over the current system, in which we are more in line with HBC?

@eku
Copy link
Author

eku commented Apr 5, 2022

@DacoTaco There are programmes that are especially adapted to the start function of the Prilloader, such as uneoboot.dol for ULGX. You do not want to put these in the apps directory or in the root directory of the SD card.

Currently, you are forced to put them in one of the two places you mentioned. I'm not sure what pattern the name has to follow.

@DacoTaco
Copy link
Owner

DacoTaco commented Apr 5, 2022

why would having the forwarders in the apps directory be bad? they do work there, if named correctly.
that way you could even use them in HBC too.
see guides like https://gh.andrewtech.net/wiiflow_forwarder.html for more info. the idea in this guide is the same as for UsbLoaderGX. instead of a folder names wiiflow_forwarder you could name it something like UsbLoaderGX_Forwarder

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

No branches or pull requests

2 participants