MegaZarf files can be used to distribute an environment in a package file, and then install it on a different system. This scenario can be useful to distribute preconfigured environments to other team members. If the MegaZarf allows the overriding of the environment name or path location, these values can be overridden by the current Global State.
Create a MegaZarf file using the GUI version of Nintendo Developer Interface (NDI). Note: Currently, this operation is not supported by NDICmd.
Distribute the MegaZarf file.
To install the MegaZarf file, run the following command.
ndicmd mz Install env1.megazarf |
If the "Allow overriding name" or "Allow overriding path location" options were selected when creating the MegaZarf, the following command can be run to change the path and environment name when installing.
ndicmd SetGS DefaultEnvironment.RootDir c:\myEnv DefaultEnvironment.Name myEnvName THEN mz Install env1.megazarf |
CONFIDENTIAL