Tagged 'compile'

Wall Worm Model Tools

61 votes

The complete pipeline toolset for Goldsrc, Source and Source 2 featuring a broad array of importers, exporters and general workflows. Added in version 7 are a new Asset Browser and Soundscape Editor and the WallWormBitmap that loads game textures without having to extract them to files on disk.

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