sumomo214 / cfg-loader-mod

Automatically exported from code.google.com/p/cfg-loader-mod
GNU General Public License v2.0
0 stars 0 forks source link

GC game showed only if a usb drive is inserted #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I haven't any HD connected at the console, the program doesn't start, but 
try to search an usb storage media on usb.
If I have my GC Game on sd i can't play without an usb drive inserted
if in the config file this is the option:

####################
device = usb  <--
partition = NTFS1
####################

So if it's possibile this is the request:
The program after a number of second setted in the config file start and show 
only the gc game stored in the sd.
An option like
seconds = 0 (the program do like it's do now)
seconds = * (the program wait for * second if after this second doesn't find 
the drive start and show the GC game stored in the sd)

Original issue reported on code.google.com by Snake...@gmail.com on 7 Mar 2012 at 10:34

GoogleCodeExporter commented 8 years ago
Here is a little patch I wrote against r32 (and the corresponding .dol file).

This addresses exactly your problem.
If the HDD cannot be found CFG now presents you with another option: "Press 1 
to skip WBFS mounting". This skips the mounting of a WBFS partition (USB drive) 
and allows for a "GC only" mode.

Original comment by baka0815...@gmail.com on 17 May 2012 at 3:35

Attachments:

GoogleCodeExporter commented 8 years ago
Here is another version of my patch. The main changes compared to the previous 
version:

1) If you try to add a GC game that will work, but an error message is 
displayed if you try to add a Wii game.
2) If you try to select a partition it won't try but directly display a message.

* The NoWBFS.patch is against r34 (but the last one should still work)
* The cfgr34m.dol.zip contains the compiled dol file.
* The DE.lang contains the translated messages (I added some) in German. If you 
want to have the correct German texts copy this file to 
sd:/usb-loader/languages/

Original comment by baka0815...@gmail.com on 22 May 2012 at 5:09

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by softwiiv2 on 12 Jul 2012 at 11:20

GoogleCodeExporter commented 8 years ago
Included in r34b4: 
http://code.google.com/p/cfg-loader-mod/issues/detail?id=48#c20

Original comment by softwiiv2 on 12 Jul 2012 at 5:55

GoogleCodeExporter commented 8 years ago
Also included in official release r41.

Original comment by softwiiv2 on 9 Aug 2012 at 2:58