Skip to content
mechpaul edited this page Sep 16, 2018 · 1 revision

ifinputbase

Default value: 0

If set to 0:
The default base file is used.

If set to 1:
NXPatcher looks for the base file listed in {write:inputbase} to use instead of the default base file. This file must exist or NXPatcher will throw an exception.

inputbase

Default value: ManualPatch.base

If the user does not want to use the default base file that NXPatcher provides, set {write:ifinputbase} to 1 and include the location of the base file in {write:inputbase}. NXPatcher will then use this alternate base file instead of its own.

ifinputnotice

Default value: 0

If set to 0:
The default notice is used. The default notice is "Written by Fiel - http://www.southperry.net/"

If set to 1:
NXPatcher looks for the notice file listed in {write:inputnotice} to use instead of the default notice file. This file must exist or NXPatcher will throw an exception.

inputnotice

Default value: ManualPatch.base

If the user does not want to use the default notice that NXPatcher provides, set {write:ifinputnotice} to 1 and include the location of the notice file in {write:inputnotice}. NXPatcher will then use this alternate notice instead of its own. Note that the only way the notice is shown during the patching is if the pre-patcher cannot access the internet during the patching procedure.

outputexe

Default value: {nxpatcher:inputfileprefix}.exe

This is the location where the pre-patcher is written.

ifautorun

Default value: 0

If set to 0:
The pre-patcher is not automatically started after its creation. It's a good idea to set this to 0 if multiple pre-patchers are being made for redistribution.

If set to 1:
The pre-patcher is automatically started after it's created. It's a good idea to set this to 1 for personal use.