first commit

This commit is contained in:
cclecle
2022-07-25 01:24:00 +02:00
commit ba3b25d9c6
38 changed files with 42 additions and 0 deletions

BIN
Maps/DM-1on1-Judith][.unr Normal file

Binary file not shown.

BIN
Maps/DM-1on1-Rose.unr Normal file

Binary file not shown.

Binary file not shown.

BIN
Maps/DM-Agio.unr Normal file

Binary file not shown.

BIN
Maps/DM-Agony.unr Normal file

Binary file not shown.

BIN
Maps/DM-Deck420][.unr Normal file

Binary file not shown.

Binary file not shown.

BIN
Maps/DM-Empowered][.unr Normal file

Binary file not shown.

BIN
Maps/DM-GangWar-Kairo.unr Normal file

Binary file not shown.

BIN
Maps/DM-Gen][.unr Normal file

Binary file not shown.

BIN
Maps/DM-HyperCube]I[.unr Normal file

Binary file not shown.

BIN
Maps/DM-InfinityCity.unr Normal file

Binary file not shown.

BIN
Maps/DM-NaliTemple.unr Normal file

Binary file not shown.

BIN
Maps/DM-Urban.unr Normal file

Binary file not shown.

BIN
Maps/DM-Vrais.unr Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Music/Mayhem.umx Normal file

Binary file not shown.

BIN
Music/RAMsk8ordie.umx Normal file

Binary file not shown.

BIN
Music/bkcase1.umx Normal file

Binary file not shown.

42
Run.sh Normal file
View 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

Binary file not shown.

BIN
Sounds/hc-sounds.uax Normal file

Binary file not shown.

BIN
Textures/Egypt.utx Normal file

Binary file not shown.

BIN
Textures/EgyptPan.utx Normal file

Binary file not shown.

BIN
Textures/Empowered][.utx Normal file

Binary file not shown.

BIN
Textures/HH3_Clockwork.utx Normal file

Binary file not shown.

BIN
Textures/HourPitores_UT.utx Normal file

Binary file not shown.

BIN
Textures/HyperCube.utx Normal file

Binary file not shown.

BIN
Textures/Hyper_Cube.utx Normal file

Binary file not shown.

BIN
Textures/QUAKE3c.utx Normal file

Binary file not shown.

BIN
Textures/Quakearena.utx Normal file

Binary file not shown.

BIN
Textures/Rose.utx Normal file

Binary file not shown.

BIN
Textures/SGTech1.utx Normal file

Binary file not shown.

BIN
Textures/Sk8OrDie.utx Normal file

Binary file not shown.

BIN
Textures/hctex.utx Normal file

Binary file not shown.

BIN
Textures/mokumpack.utx Normal file

Binary file not shown.

BIN
Textures/nya_inf_tex.utx Normal file

Binary file not shown.