@ -154,7 +154,7 @@ fn_fastdl_preview(){
# Garry's Mod
# Garry's Mod
if [ " ${ shortname } " = = "gmod" ] ; then
if [ " ${ shortname } " = = "gmod" ] ; then
cd " ${ systemdir } " || exit
cd " ${ systemdir } " || exit
allowed_extentions_array = ( "*.ain" "*.bsp" "*.mdl" "*.mp3" "*.ogg" "*.otf" "*.pcf" "*.phy" "*.png" "*.vtf" "*.vmt" "*.vtx" "*.vvd" "*.ttf" "*.wav" )
allowed_extentions_array = ( "*.ain" "*.bsp" "*.mdl" "*.mp3" "*.ogg" "*.otf" "*.pcf" "*.phy" "*.png" "*.svg" "*. vtf" "*.vmt" "*.vtx" "*.vvd" "*.ttf" "*.wav" )
for allowed_extention in " ${ allowed_extentions_array [@] } " ; do
for allowed_extention in " ${ allowed_extentions_array [@] } " ; do
fileswc = 0
fileswc = 0
tput sc
tput sc
@ -176,7 +176,7 @@ fn_fastdl_preview(){
if [ " ${ directory } " = = "maps" ] ; then
if [ " ${ directory } " = = "maps" ] ; then
local allowed_extentions_array = ( "*.bsp" "*.ain" "*.nav" "*.jpg" "*.txt" )
local allowed_extentions_array = ( "*.bsp" "*.ain" "*.nav" "*.jpg" "*.txt" )
elif [ " ${ directory } " = = "materials" ] ; then
elif [ " ${ directory } " = = "materials" ] ; then
local allowed_extentions_array = ( "*.vtf" "*.vmt" "*.vbf" )
local allowed_extentions_array = ( "*.vtf" "*.vmt" "*.vbf" "*.png" "*.svg" )
elif [ " ${ directory } " = = "models" ] ; then
elif [ " ${ directory } " = = "models" ] ; then
local allowed_extentions_array = ( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" )
local allowed_extentions_array = ( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" )
elif [ " ${ directory } " = = "particles" ] ; then
elif [ " ${ directory } " = = "particles" ] ; then
@ -315,7 +315,7 @@ fn_fastdl_source(){
if [ " ${ directory } " = = "maps" ] ; then
if [ " ${ directory } " = = "maps" ] ; then
local allowed_extentions_array = ( "*.bsp" "*.ain" "*.nav" "*.jpg" "*.txt" )
local allowed_extentions_array = ( "*.bsp" "*.ain" "*.nav" "*.jpg" "*.txt" )
elif [ " ${ directory } " = = "materials" ] ; then
elif [ " ${ directory } " = = "materials" ] ; then
local allowed_extentions_array = ( "*.vtf" "*.vmt" "*.vbf" )
local allowed_extentions_array = ( "*.vtf" "*.vmt" "*.vbf" "*.png" "*.svg" )
elif [ " ${ directory } " = = "models" ] ; then
elif [ " ${ directory } " = = "models" ] ; then
local allowed_extentions_array = ( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" )
local allowed_extentions_array = ( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" )
elif [ " ${ directory } " = = "particles" ] ; then
elif [ " ${ directory } " = = "particles" ] ; then
@ -430,4 +430,4 @@ echo "FastDL files are located in:"
echo " ${ fastdldir } "
echo " ${ fastdldir } "
echo "FastDL completed"
echo "FastDL completed"
fn_script_log_info "FastDL completed"
fn_script_log_info "FastDL completed"
core_exit.sh
core_exit.sh