Tagged 'package'

GTVFX_Toolbox

12 votes

 

 

 Updates:

===================================================================================

08/16/2014:

v2.34

Some minor bug fixes to the Toolbox. Added additional tools to the system menu.

05/23/2014:

v2.32

Fixed a bug that prevented the system menu from generating.

 

04/20/2014:

v2.31

Package Script

0 votes

This utility takes a script filename as input, and compiles all of the included scripts into a single script file. You can exclude individual scripts by name when you add them to an array of excluded filenames. You can encrypt the script by passing "true" for the argument "encrypt".

Example Usage:
-- exclude these scripts form compiling into the output script
packageScriptExcludeFiles = #("Custom.ms", "XMLExample.ms", "AnimationViewer.ms")
packageScript "YourInputScriptName.ms" "OutputName.ms" encrypt:true

Syndicate content