tiagosr / cfg-loader

Automatically exported from code.google.com/p/cfg-loader
0 stars 0 forks source link

Please add support for arguments #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Wii-App Mighty Channels is able to use arguments --> 
http://gbatemp.net/t271798-mighty-channels

Example meta.xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1.0">
    <name>Mighty Channels</name>
    <version>beta1</version>
        <release_date>201012280000</release_date>
    <coder>marc_max</coder>
    <short_description>Wiiware/Virtual Console Loader</short_description>
    <long_description></long_description>
<arguments>
  <arg>--ios=250</arg>
  <arg>--auto=USB</arg>
</arguments>
</app>

I want to leave the stubbed IOS249 installed and load cfg-loader with another 
IOS.

Original issue reported on code.google.com by C.Reimer...@gmail.com on 6 Jan 2011 at 3:29

GoogleCodeExporter commented 9 years ago
What does that app have to do with cfg loader?

Original comment by ogg...@gmail.com on 6 Jan 2011 at 8:58

GoogleCodeExporter commented 9 years ago
Nothing but I like these arguments. I would be nice to start cfg-loader with a 
--ios=247 parameter. As I said, I want to leave the IOS249 stubbed.

Original comment by C.Reimer...@gmail.com on 6 Jan 2011 at 9:28

GoogleCodeExporter commented 9 years ago
Just write in the meta.xml:
<arguments><arg>ios=247</arg></arguments>

This feature has been already introduced (use of course a very recent CFG 
version)

Original comment by cambini...@gmail.com on 6 Jan 2011 at 9:50

GoogleCodeExporter commented 9 years ago
See also this page at the "Installation Procedure" section:
http://gwht.wikidot.com/usb-loader

Original comment by cambini...@gmail.com on 6 Jan 2011 at 9:52

GoogleCodeExporter commented 9 years ago
all options can be passed this way.
this has been possible since always, even before meta.xml arguments - because 
wiiload supports that too.

Original comment by ogg...@gmail.com on 6 Jan 2011 at 10:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This works great for nand_emu = partial, thanks (<arg>nand_emu = 
partitial</arg>). I just had to use a forwarder for priiloader to make sure it 
used the meta.xml in the cfg's app folder such as USBLoaderCFG - UCXF - v12 dol.

Original comment by Jason.G....@gmail.com on 8 Jan 2013 at 3:32