split - mechpaul/NXPatcher GitHub Wiki
ifoutputbase
Default value: 1
If set to 0:
The base file is not output during the split procedure
If set to 1:
The base file is output during the split procedure
outputbase
Default value: {nxpatcher:inputfileprefix}.base
This is the place where the base file is written. This file is only written if {split:ifoutputbase} is set to 1. This can be an absolute or a relative reference.
ifoutputnotice
Default value: 1
If set to 0:
The notice file is not output during the split procedure
If set to 1:
The notice file is output during the split procedure
outputnotice
Default value: {nxpatcher:inputfileprefix}.txt
This is the place where the notice file is written. This file is only written if {split:ifoutputnotice} is set to 1. This can be an absolute or a relative reference.
ifoutputpatch
Default value: 1
If set to 0:
The patch file is not output during the split procedure
If set to 1:
The patch file is output during the split procedure
outputpatch
Default value: {nxpatcher:inputfileprefix}.patch
This is the place where the patch file is written. This file is only written if {split:ifoutputpatch} is set to 1. This can be an absolute or a relative reference.