first commit
This commit is contained in:
BIN
Maps/DM-1on1-Judith][.unr
Normal file
BIN
Maps/DM-1on1-Judith][.unr
Normal file
Binary file not shown.
BIN
Maps/DM-1on1-Rose.unr
Normal file
BIN
Maps/DM-1on1-Rose.unr
Normal file
Binary file not shown.
BIN
Maps/DM-8Balls2theWall][.unr
Normal file
BIN
Maps/DM-8Balls2theWall][.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Agio.unr
Normal file
BIN
Maps/DM-Agio.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Agony.unr
Normal file
BIN
Maps/DM-Agony.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Deck420][.unr
Normal file
BIN
Maps/DM-Deck420][.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Empowered][-Remix.unr
Normal file
BIN
Maps/DM-Empowered][-Remix.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Empowered][.unr
Normal file
BIN
Maps/DM-Empowered][.unr
Normal file
Binary file not shown.
BIN
Maps/DM-GangWar-Kairo.unr
Normal file
BIN
Maps/DM-GangWar-Kairo.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Gen][.unr
Normal file
BIN
Maps/DM-Gen][.unr
Normal file
Binary file not shown.
BIN
Maps/DM-HyperCube]I[.unr
Normal file
BIN
Maps/DM-HyperCube]I[.unr
Normal file
Binary file not shown.
BIN
Maps/DM-InfinityCity.unr
Normal file
BIN
Maps/DM-InfinityCity.unr
Normal file
Binary file not shown.
BIN
Maps/DM-NaliTemple.unr
Normal file
BIN
Maps/DM-NaliTemple.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Urban.unr
Normal file
BIN
Maps/DM-Urban.unr
Normal file
Binary file not shown.
BIN
Maps/DM-Vrais.unr
Normal file
BIN
Maps/DM-Vrais.unr
Normal file
Binary file not shown.
BIN
Maps/DM-[BBST]-SkateOrDie.unr
Normal file
BIN
Maps/DM-[BBST]-SkateOrDie.unr
Normal file
Binary file not shown.
BIN
Maps/DM-[DoC]MokumXtreme[RmX].unr
Normal file
BIN
Maps/DM-[DoC]MokumXtreme[RmX].unr
Normal file
Binary file not shown.
BIN
Music/Mayhem.umx
Normal file
BIN
Music/Mayhem.umx
Normal file
Binary file not shown.
BIN
Music/RAMsk8ordie.umx
Normal file
BIN
Music/RAMsk8ordie.umx
Normal file
Binary file not shown.
BIN
Music/bkcase1.umx
Normal file
BIN
Music/bkcase1.umx
Normal file
Binary file not shown.
42
Run.sh
Normal file
42
Run.sh
Normal file
@@ -0,0 +1,42 @@
|
||||
#!/bin/bash
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
OUTPUT_DIR="$2"
|
||||
|
||||
function install() {
|
||||
rsync -a $SCRIPT_DIR/Maps/ $OUTPUT_DIR/Maps/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/Music/ $OUTPUT_DIR/Music/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git'
|
||||
rsync -a $SCRIPT_DIR/Sounds/ $OUTPUT_DIR/Sounds/ --exclude '.git'
|
||||
|
||||
echo install ok
|
||||
}
|
||||
}
|
||||
function show_help() {
|
||||
echo
|
||||
echo "Usage: $0 { install } <UT99_INSTALL_DIR>"
|
||||
echo
|
||||
}
|
||||
|
||||
function check_game_dir() {
|
||||
### Check if a directory does not exist ###
|
||||
if [ -z $OUTPUT_DIR ]
|
||||
then
|
||||
echo "incorrect <UT99_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/dmc_dr.uax
Normal file
BIN
Sounds/dmc_dr.uax
Normal file
Binary file not shown.
BIN
Sounds/hc-sounds.uax
Normal file
BIN
Sounds/hc-sounds.uax
Normal file
Binary file not shown.
BIN
Textures/Egypt.utx
Normal file
BIN
Textures/Egypt.utx
Normal file
Binary file not shown.
BIN
Textures/EgyptPan.utx
Normal file
BIN
Textures/EgyptPan.utx
Normal file
Binary file not shown.
BIN
Textures/Empowered][.utx
Normal file
BIN
Textures/Empowered][.utx
Normal file
Binary file not shown.
BIN
Textures/HH3_Clockwork.utx
Normal file
BIN
Textures/HH3_Clockwork.utx
Normal file
Binary file not shown.
BIN
Textures/HourPitores_UT.utx
Normal file
BIN
Textures/HourPitores_UT.utx
Normal file
Binary file not shown.
BIN
Textures/HyperCube.utx
Normal file
BIN
Textures/HyperCube.utx
Normal file
Binary file not shown.
BIN
Textures/Hyper_Cube.utx
Normal file
BIN
Textures/Hyper_Cube.utx
Normal file
Binary file not shown.
BIN
Textures/QUAKE3c.utx
Normal file
BIN
Textures/QUAKE3c.utx
Normal file
Binary file not shown.
BIN
Textures/Quakearena.utx
Normal file
BIN
Textures/Quakearena.utx
Normal file
Binary file not shown.
BIN
Textures/Rose.utx
Normal file
BIN
Textures/Rose.utx
Normal file
Binary file not shown.
BIN
Textures/SGTech1.utx
Normal file
BIN
Textures/SGTech1.utx
Normal file
Binary file not shown.
BIN
Textures/Sk8OrDie.utx
Normal file
BIN
Textures/Sk8OrDie.utx
Normal file
Binary file not shown.
BIN
Textures/hctex.utx
Normal file
BIN
Textures/hctex.utx
Normal file
Binary file not shown.
BIN
Textures/mokumpack.utx
Normal file
BIN
Textures/mokumpack.utx
Normal file
Binary file not shown.
BIN
Textures/nya_inf_tex.utx
Normal file
BIN
Textures/nya_inf_tex.utx
Normal file
Binary file not shown.
Reference in New Issue
Block a user