mightymouse2016 / wiiflow

Automatically exported from code.google.com/p/wiiflow
0 stars 0 forks source link

selectable default cIOS #483

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
please, in the next RC give to the users the possibility to choose the default 
cIOS used by the loader.
This will help the people not willing to use the slots 222,223,224,249,250 
stubbed by system 4.3 and will help the developers which could produce one only 
version of WiiFlow.
An option "IOS = 249" could be added in wiiflow.ini, or a meta tag could be 
added in "meta.xml"...
thanks for your attention...

Original issue reported on code.google.com by cambini...@gmail.com on 24 Jan 2011 at 12:00

GoogleCodeExporter commented 8 years ago
I strongly agree with your request. For instance I have the same problems 
reported in issue 481, with wiflow 2.2 (304) on IOS 222 giving ne a black 
screen only. I'm only able to launch games running with wiiflow 2.2 (304) on 
IOS 249 then changing the IOS for the game to 222. If it maybe of help here is 
my syscheck:

sysCheck v2.0 by Double_A
...runs on IOS58 (rev 6176).

Region: PAL
System Menu 4.3 (v514)
Hollywood v0x11
Console ID: 61592265
Boot2 v4

Found 87 titles.
Found 49 IOS on this console. 12 of them are stub.

IOS4 (rev 65280): Stub
IOS9 (rev 1034): No Patches
IOS10 (rev 768): Stub
IOS11 (rev 256): Stub
IOS12 (rev 526): No Patches
IOS13 (rev 1032): No Patches
IOS14 (rev 1032): No Patches
IOS15 (rev 1032): No Patches
IOS16 (rev 512): Stub
IOS17 (rev 1032): No Patches
IOS20 (rev 256): Stub
IOS21 (rev 1039): No Patches
IOS22 (rev 1294): No Patches
IOS28 (rev 1807): No Patches
IOS30 (rev 2816): Stub
IOS31 (rev 3608): No Patches
IOS33 (rev 3608): No Patches
IOS34 (rev 3608): No Patches
IOS35 (rev 3608): No Patches
IOS36 (rev 3608): No Patches
IOS37 (rev 5663): No Patches
IOS38 (rev 4124): No Patches
IOS40 (rev 3072): Stub
IOS41 (rev 3607): No Patches
IOS43 (rev 3607): No Patches
IOS45 (rev 3607): No Patches
IOS46 (rev 3607): No Patches
IOS48 (rev 4124): No Patches
IOS50 (rev 5120): Stub
IOS51 (rev 4864): Stub
IOS52 (rev 5888): Stub
IOS53 (rev 5663): No Patches
IOS55 (rev 5663): No Patches
IOS56 (rev 5662): No Patches
IOS57 (rev 5919): No Patches
IOS58 (rev 6176): No Patches
IOS60 (rev 6400): Stub
IOS61 (rev 5662): No Patches
IOS70 (rev 6912): Stub
IOS80 (rev 6944): No Patches
IOS202 (rev 65535): Trucha Bug, NAND Access, USB 2.0
IOS222 (rev 65535): Trucha Bug, ES Identify, NAND Access, USB 2.0
IOS223 (rev 65535): Trucha Bug, NAND Access, USB 2.0
IOS224 (rev 65535): Trucha Bug, NAND Access, USB 2.0
IOS236 (rev 65535): Trucha Bug, ES Identify, NAND Access
IOS249 (rev 20): Trucha Bug, ES Identify, NAND Access
IOS250 (rev 65535): Trucha Bug, ES Identify, NAND Access
IOS252 (rev 20): Trucha Bug, ES Identify, NAND Access
IOS254 (rev 65281): BootMii
BC v6
MIOS v10

Report generated on 2011/01/11.

Original comment by lcmls...@gmail.com on 24 Jan 2011 at 12:32

GoogleCodeExporter commented 8 years ago
A way better solution is running WiiFlow (not games) on IOS58 like USB Loader 
GX already does.

Original comment by digley on 24 Jan 2011 at 4:34

GoogleCodeExporter commented 8 years ago
Even if WiiFlow runs on IOS58 there is still the need to define the defaut cIOS 
for games (like GX and CFG already does)

Original comment by cambini...@gmail.com on 24 Jan 2011 at 6:10

GoogleCodeExporter commented 8 years ago
You can do that in the options, either specify an IOS for each game or set a 
default one for all games (at least I think you can do that).

Original comment by digley on 24 Jan 2011 at 6:40

GoogleCodeExporter commented 8 years ago
For sure you can specify a specific cIOS for each single game, but are you sure 
that it is possible to define the default cIOS in the global options?

Original comment by cambini...@gmail.com on 24 Jan 2011 at 8:06

GoogleCodeExporter commented 8 years ago
The base cIOS for all games is the IOS wiiflow is compiled for, thats why there 
are 5 versions for every wiiflow built 249/250/222/223 and 224, so you only 
need to set the IOS for special games that cant use the base that is used for 
the version you use

Original comment by spidy1...@gmail.com on 24 Jan 2011 at 8:11

GoogleCodeExporter commented 8 years ago
@spidy
thanks a lot... I know the existence of these 5 different versions...
My request was actually aimed to have a version of WiiFlow based on neither 249 
nor 250/222/223/224...

These slots are stubbed by 4.3 update, many people uses CFG or GX installing 
the default cIOS on 246 for example... 
Since it is crazy to have 10 different versions of WiiFlow, the easiest 
opportunity is to let the user choose the default cIOS... such as 
245/246/247/248...

Original comment by cambini...@gmail.com on 24 Jan 2011 at 5:02

GoogleCodeExporter commented 8 years ago
dunno if it works but try changing the IOS port in the makefile yourself

#-------------------------------------------------------------------------------
--
# Default build shell script options
#-------------------------------------------------------------------------------
--
ios         :=  249 <----(change this to whatever slot you want)
port                :=  0

Original comment by digley on 25 Jan 2011 at 11:46

GoogleCodeExporter commented 8 years ago
You will have to create your own version then.

Type: make ios=xx at the commandline, where xx is the ios you want wiiflow to 
use. Loading the ios from the configfile is not an option at the moment, since 
ios is needed to actually read the configfile (chicken and egg, who was there 
first).

Original comment by r-...@live.com on 9 Jul 2011 at 6:14