Skip to content

Releases: julesontheroad/NSC_BUILDER

NUT_BATCH_CLEANER v0.21

20 Sep 22:37
92cd7ab
Compare
Choose a tag to compare

v0.21- Fixed issue with manual mode not detecting the user repacking input correctly
Added better check for dlcs and updates, according to id
Added another config parameter to "nsp_cleaner_options.cmd" (xnsp_ifnotgame)
> This parameter serves to repack dlcs and updates as nsp if processing list as xci only.
Options are:
* true: repack dlcs and updates as nsp
* false: skip dlc and update repacking when exporting as xci.

NUT_BATCH_CLEANER v0.2

19 Sep 00:32
3414e11
Compare
Choose a tag to compare

v0.2 - Added xci repacking. You can now repack as:
*xci
*nsp
*both formats
- Added nsp_cleaner_options.cmd at zconfig. It'll let you configure the repack
option for auto-mode as (xci,nsp,both)
- If xci repacking filenames with [UPD] tag are skipped
- If with xci repacking an error is logged it activates a fallback and an
xci + [lc].nsp are build.
- Now we support subfolders, thanks to MadScript77 for the advice on how to
set it as in the other great advices he gave about the code.
- For manual mode you can allways choose what format to build from the current
list.
- More changes coming soon.

NOTE: STILL DIDN'T HAVE TIME TO FIX THE WEIRD CHARACTERS ERROR
also repacking a batch to get python libraries dependencies. I believe they're
only "urllib3" and unidecode but added commented the other ones from nut if
you want to install them take off the "::"

NUT_BATCH_CLEANER 0.1

16 Sep 22:23
ded081a
Compare
Choose a tag to compare

Nut_batch_cleaner uses the awesome function "REMOVE_TITLE_RIGHTS" from nut by blawar
this function let's you erase the titlerights encryption from nsp files.
Tinfoil and SX installer will install the ticket either way so for it to not stay in
your system you need to erase the ticket and cert from the nsp, this batch will take
care of that.

This batch automates a process you can do yourself with nut and let's make clean nsp
files that you can also pass for XCI-Batch-Builder to generate xci files that don't
need a ticket.

This batch fetures numerous new options that will be implemented in the future version
of XCI-Batch-Builder.

The batch has 2 modes:

  • auto mode: you drag nsp files individually or folders with severall nsp files and
    you get clean nsp files in "o_clean_nsp" folder
    Note: auto mode won't process subfolders yet.
  • manual mode: you double click the batch and uou can build a list of nsp files to
    clean, you can even erase items via batch or directly in the list before starting.
    You can resume the list if you close the window before compleating all the cleanings.
    It also fetures a check that will stop the cleaning for a file if the titlerights
    can't be stripped from it. In this case it will generate a log.txt with the file name.
    If an error is found that file is skipped an the batch continues processing the queue.