-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path!readme.txt
55 lines (37 loc) · 1.36 KB
/
!readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Update the items.txt list if applicable
-Adding items requires updating this list
Remove the developer folder so it is not compiled
-Dev scripts should not be compiled at all
Use the -vr flag to with the scriptpack.exe to compiled scripts for release.
- The 'e' flag will print errors to via file 'errors.txt'
- The 'r' flag will remove all debug messages and whitespaces.
- The 'v' means verbose printing.
It is recommend to use the batch files to pack the scripts as it does everything for you.
- 'pack_dev.bat' will pack the scripts for dev builds.
- '!pack_release.bat' will pack the scripts for release builds.
----
-h output:
USAGE:
scriptpack [-efhprv] [--version] [-o <The output directory for packed
scripts>]
Where:
-o <The output directory for packed scripts>, --output <The output
directory for packed scripts>
Output Directory
-r, --release
Release build, this will clean the scipts then pack them.
-v, --verbose
Verbose printing.
-e, --errfile
Print errors to text file.
-f, --fail
Exit on script error.
-p, --pack
Turn off script packing.
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
--version
Displays version information and exits.
-h, --help
Displays usage information and exits.
Packs via scripts for use with MSR