Suchergebnisse

Suchergebnisse 1-11 von insgesamt 11.

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    Ah

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    I found an option called --patch-file in ui-wit.c, but I don't really understand how to use it. Using wit diff a.wbfs b.wbfs --patch-file test.txt on two different files prints a list of the differing files, but the resulting test.txt does not contain anything useful. Am I using the option incorrectly? I could find no other documentation on the site or through the command line, so I am not sure whether I am using it right.

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    I'm having some trouble understanding the code, my aim is to add a --extract option to the diff command that calls the extract command with the specific file, but I can't find the filepath variable, the one which wit prints when --verbose is passed along with (f)diff. Can anyone explain where that variable is and how I would pass it to --extract?

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    I've moved the source off the usb, and now it seems to compile fine! Still throws a few warnings though.

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    I've properly installed lncurses, and now it mostly compiles, but throws a few errors.

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    I added the line, and I get less errors now and it seems closer to compiling properly. I copied the line verbatim (bar the space at the end) but my makefile looks different from the snippet you posted. Attaching new log and makefile (with .txt extension so the forum accepts it)

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    Installed that, same error.

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    Quite a few, attaching log. (Cygwin failed to dump the log properly, so I copied the console output to a new log) Although, I made a fresh install of cygwin, and now I get a new error, found in log2.txt.

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    I have some ideas on getting it to work, but I'm having some trouble getting wit to compile. Are there any instructions on compiling wit from source?

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    I thought so, thanks anyways

  • wit+wwt : Wiimms ISO+WBFS Tools

    Zopolis4 - - PC-Tools

    Beitrag

    How would I automatically (bulk) extract files (and the folder structure they are located in) differing from two wfbs/iso files? More specifically, how could I automatically extract the patched files from prepatched isos. I assume I would need to use wit diff, but I can only get it to print the differing files, not extract them. EDIT: I ended up creating github.com/Zopolis4/iso-depatcher to do the job. FYI, it cannot extract the patched code from patched .dol files yet.