Talk:WSZSTools - GUI

From Custom Mario Kart
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The setup tools says, that "Visual Basic Power Packs 9" is needed. The internet gives me only v3.
Wiimm 21:40, 20 August 2011 (CEST)

Than I'd have to include it :P Problem is that I dont know how. I used the basic publisher tool of VB.net express 2008 to make the installer.
PS isn't is Power Pack 9 (not packS), I have v1.1 on my pc and it works.
Vulcanus2 22:21, 20 August 2011 (CEST)
The KMP Modifier dll is what you need (not 100% sure though)
kHacker35000vr 22:40, 20 August 2011 (CEST)

Machine Readable Output

@Vulcanus2

Before you start to scan the output: It's easy for me to write machine readable output. I have done it before with my iso tools.

Example, standard output:

# wit ls .

ID6     2 discs (3031 MiB)
------------------------------
RMCP01  Mario Kart Wii (PAL)
RHAP01  Wii Play
------------------------------
Total: 2 discs, 3031 MiB used.

# wit ls -ll .

ID6      m-date    MiB Reg.  2 discs (3031 MiB)
-------------------------------------------------
RMCP01 2010-01-16 2862 PAL   Mario Kart Wii (PAL)
RHAP01 2010-07-07  169 PAL   Wii Play
-------------------------------------------------
Total: 2 discs, 3031 MiB used.

And now with options --sections:

# wit ll . --sections

[summary]
total-discs=2
total-size=3178233856

[disc-0]
id=RMCP01
name=MarioKartWii
title=Mario Kart Wii (PAL)
region=PAL
size=3001046176
itime=1316261115 2011-09-17 14:05:15
mtime=1263640906 2010-01-16 12:21:46
ctime=1316261115 2011-09-17 14:05:15
atime=1316261118 2011-09-17 14:05:18
filetype=WDF/WII
container=WDF
disctype=2 Wii
n-partitions=3
partition-info=DUC-
wbfs_slot=-1
filename=./mkw.wdf
source=./mkw.wdf

[disc-1]
id=RHAP01
name=PARTY PACK for REVOLUTION
title=Wii Play
region=PAL
size=177160888
itime=1316261115 2011-09-17 14:05:15
mtime=1278523557 2010-07-07 19:25:57
ctime=1316261115 2011-09-17 14:05:15
atime=1316261118 2011-09-17 14:05:18
filetype=WDF/WII
container=WDF
disctype=2 Wii
n-partitions=2
partition-info=DU--
wbfs_slot=-1
filename=./wpl.wdf
source=./wpl.wdf

The second one is very easy to scan. And more important: If I change the table layout, you must change the scanning too. But If you use the above kind of section output, the parameter names are stable and new parameters are no problem (just ignore unknown parameters).

In the SZS tools, the ERROR and VERSION commands already support the --sections option. Let me know if you are interested and give me a hint, where to start.

Wiimm 14:15, 17 September 2011 (CEST)