first commit
This commit is contained in:
BIN
Maps/CTF-1on1-Valor.ut2
Normal file
BIN
Maps/CTF-1on1-Valor.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Arid-v2.ut2
Normal file
BIN
Maps/CTF-Arid-v2.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Arid-v5.ut2
Normal file
BIN
Maps/CTF-Arid-v5.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-ChristmasRush_UK4.ut2
Normal file
BIN
Maps/CTF-ChristmasRush_UK4.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Divergence.ut2
Normal file
BIN
Maps/CTF-Divergence.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Fragtion.ut2
Normal file
BIN
Maps/CTF-Fragtion.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Gralada.ut2
Normal file
BIN
Maps/CTF-Gralada.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Hydro64-LE.ut2
Normal file
BIN
Maps/CTF-Hydro64-LE.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Hydro64.ut2
Normal file
BIN
Maps/CTF-Hydro64.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Liandri-Warehouse2K4.ut2
Normal file
BIN
Maps/CTF-Liandri-Warehouse2K4.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Lucius2004SE2.ut2
Normal file
BIN
Maps/CTF-Lucius2004SE2.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Opposite][.ut2
Normal file
BIN
Maps/CTF-Opposite][.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Oraxin-SE.ut2
Normal file
BIN
Maps/CTF-Oraxin-SE.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-OtherWorld2007.ut2
Normal file
BIN
Maps/CTF-OtherWorld2007.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Retribution.ut2
Normal file
BIN
Maps/CTF-Retribution.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-STARGATE-OBLIVION-FINAL.ut2
Normal file
BIN
Maps/CTF-STARGATE-OBLIVION-FINAL.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-StoneCove.ut2
Normal file
BIN
Maps/CTF-StoneCove.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-TwosretRock][.ut2
Normal file
BIN
Maps/CTF-TwosretRock][.ut2
Normal file
Binary file not shown.
BIN
Maps/CTF-Volatile][.ut2
Normal file
BIN
Maps/CTF-Volatile][.ut2
Normal file
Binary file not shown.
BIN
Maps/Ctf-Onyx.ut2
Normal file
BIN
Maps/Ctf-Onyx.ut2
Normal file
Binary file not shown.
BIN
Music/DOTHSLimits.ogg
Normal file
BIN
Music/DOTHSLimits.ogg
Normal file
Binary file not shown.
BIN
Music/ISVKran-Deck1.ogg
Normal file
BIN
Music/ISVKran-Deck1.ogg
Normal file
Binary file not shown.
BIN
Music/JB-Divergence.ogg
Normal file
BIN
Music/JB-Divergence.ogg
Normal file
Binary file not shown.
BIN
Music/OtherWorldAmbientMusic.ogg
Normal file
BIN
Music/OtherWorldAmbientMusic.ogg
Normal file
Binary file not shown.
BIN
Music/Three Wheels Turning.ogg
Normal file
BIN
Music/Three Wheels Turning.ogg
Normal file
Binary file not shown.
BIN
Music/christmasrush.ogg
Normal file
BIN
Music/christmasrush.ogg
Normal file
Binary file not shown.
BIN
Music/utr-firebr2.ogg
Normal file
BIN
Music/utr-firebr2.ogg
Normal file
Binary file not shown.
45
Run.sh
Normal file
45
Run.sh
Normal file
@@ -0,0 +1,45 @@
|
||||
#!/bin/bash
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
OUTPUT_DIR="$2"
|
||||
|
||||
function install() {
|
||||
#rsync -a $SCRIPT_DIR/Animations/ $OUTPUT_DIR/Animations/ --exclude '.git'
|
||||
#rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/Maps/ $OUTPUT_DIR/Maps/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/Music/ $OUTPUT_DIR/Music/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/Sounds/ $OUTPUT_DIR/Sounds/ --exclude '.git'
|
||||
#rsync -a $SCRIPT_DIR/StaticMeshes/ $OUTPUT_DIR/StaticMeshes/ --exclude '.git'
|
||||
#rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git'
|
||||
|
||||
echo install ok
|
||||
}
|
||||
|
||||
function show_help() {
|
||||
echo
|
||||
echo "Usage: $0 { install } <UT2k4_INSTALL_DIR>"
|
||||
echo
|
||||
}
|
||||
|
||||
function check_game_dir() {
|
||||
### Check if a directory does not exist ###
|
||||
if [ -z $OUTPUT_DIR ]
|
||||
then
|
||||
echo "incorrect <UT2k4_INSTALL_DIR>"
|
||||
show_help
|
||||
exit 9999 # die with error code 9999
|
||||
fi
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
||||
'install')
|
||||
check_game_dir
|
||||
install
|
||||
;;
|
||||
*)
|
||||
show_help
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
exit 0
|
||||
BIN
Sounds/Desp-TelMecoMex.usx
Normal file
BIN
Sounds/Desp-TelMecoMex.usx
Normal file
Binary file not shown.
BIN
Sounds/DespTech2-STA.usx
Normal file
BIN
Sounds/DespTech2-STA.usx
Normal file
Binary file not shown.
BIN
Sounds/stargate.usx
Normal file
BIN
Sounds/stargate.usx
Normal file
Binary file not shown.
BIN
Textures/DespTel_mecoMEXTEX.utx
Normal file
BIN
Textures/DespTel_mecoMEXTEX.utx
Normal file
Binary file not shown.
BIN
Textures/stargate.utx
Normal file
BIN
Textures/stargate.utx
Normal file
Binary file not shown.
Reference in New Issue
Block a user