|
@ -259,6 +259,8 @@ case "$getopt" in |
|
|
command_dev_debug.sh;; |
|
|
command_dev_debug.sh;; |
|
|
i|install) |
|
|
i|install) |
|
|
command_install.sh;; |
|
|
command_install.sh;; |
|
|
|
|
|
ai|auto-install) |
|
|
|
|
|
fn_autoinstall;; |
|
|
mc|map-compressor) |
|
|
mc|map-compressor) |
|
|
compress_ut99_maps.sh;; |
|
|
compress_ut99_maps.sh;; |
|
|
dd|depsdetect) |
|
|
dd|depsdetect) |
|
@ -382,6 +384,8 @@ case "$getopt" in |
|
|
command_dev_debug.sh;; |
|
|
command_dev_debug.sh;; |
|
|
i|install) |
|
|
i|install) |
|
|
command_install.sh;; |
|
|
command_install.sh;; |
|
|
|
|
|
ai|auto-install) |
|
|
|
|
|
fn_autoinstall;; |
|
|
mc|map-compressor) |
|
|
mc|map-compressor) |
|
|
compress_unreal2_maps.sh;; |
|
|
compress_unreal2_maps.sh;; |
|
|
dd|depsdetect) |
|
|
dd|depsdetect) |
|
|