first commit

This commit is contained in:
cclecle
2022-12-03 21:43:00 +00:00
commit 059c72262f
20 changed files with 50 additions and 0 deletions

BIN
Maps/ONS-DG-SandStone.ut2 Normal file

Binary file not shown.

BIN
Maps/ONS-Dinora.ut2 Normal file

Binary file not shown.

BIN
Maps/ONS-Iguazu.ut2 Normal file

Binary file not shown.

BIN
Maps/ONS-NMP2-Panalesh.ut2 Normal file

Binary file not shown.

Binary file not shown.

BIN
Maps/ONS-Nevermore-ECE.ut2 Normal file

Binary file not shown.

BIN
Maps/ONS-Surripere-ECE.ut2 Normal file

Binary file not shown.

BIN
Maps/ONS-diamondsword_8.ut2 Normal file

Binary file not shown.

Binary file not shown.

BIN
Musics/distantwar.ogg Normal file

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
StaticMeshes/HourDinora.usx Normal file

Binary file not shown.

View File

@@ -0,0 +1,3 @@
[Public]
Object=(Name=NuttersMiscPack.NuttersKActor,Class=Class,MetaClass=Engine.KActor)
Object=(Name=NuttersMiscPack.NBoxExplosion,Class=Class,MetaClass=Engine.Emitter)

BIN
System/NuttersMiscPack.u Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
Map=(MapName="ONS-NMP2-Panalesh",Acronym=ONS,PlayerCountMin=10,PlayerCountMax=24,FriendlyName=ONS-NMP2-Panalesh.LevelSummary.Title,Author="Bradley (Nutter) Jones",ScreenShot=NuttersMapPak2.Screenys.PanShader,ExtraInfo=LinkSetups=Default;Slut_Bag;Domination,Description=ONS-NMP2-Panalesh.LevelSummary.Description,FallbackDesc="As new and inhabitable worlds are discovered at a rate of five a month, a lot have races that live or have lived on them. Panalesh contained a race that is believed to have become extinct only recently and most think this is the work of the infamous Skaarj. This was confirmed when huge quantities of Tarydium deposits were discovered which gives a definite objective for the Skaarj, and Liandri even bought the whole planet. Whilst performing extensive mining on most of the planet and fighting off Skaarj and Izanagi strike forces, this Tarydium induced lake was saved just for the tournament Onslaught matches due to its size. The Lake Mynolor site or Watcher of the Sky, settled amongst the Kreenook spire mountain range was perfect for a large Onslaught map. And seriously tests the combatants team management and cooperation.",FallbackName="Panalesh ")

View File

@@ -0,0 +1 @@
Map=(MapName="ONS-NMP2-PanaleshSE",Acronym=ONS,PlayerCountMin=10,PlayerCountMax=32,FriendlyName=ONS-NMP2-PanaleshSE.LevelSummary.Title,Author="Bradley (Nutter) Jones",ScreenShot=NuttersMapPak2.Screenys.PanaleshScreeny,ExtraInfo=LinkSetups=Default;Slut_Bag;Domination,Description=ONS-NMP2-PanaleshSE.LevelSummary.Description,FallbackDesc="As new and inhabitable worlds are discovered at a rate of five a month, a lot have races that live or have lived on them. Panalesh contained a race that is believed to have become extinct only recently and most think this is the work of the infamous Skaarj. This was confirmed when huge quantities of Tarydium deposits were discovered which gives a definite objective for the Skaarj, and Liandri even bought the whole planet. Whilst performing extensive mining on most of the planet and fighting off Skaarj and Izanagi strike forces, this Tarydium induced lake was saved just for the tournament Onslaught matches due to its size. The Lake Mynolor site or Watcher of the Sky, settled amongst the Kreenook spire mountain range was perfect for a large Onslaught map. And seriously tests the combatants team management and cooperation.||www.third-helix.com||bradley.jones@kilkenny.ath.cx",FallbackName=":[ Panalesh ]: ")

BIN
Textures/HourDinoraTex.utx Normal file

Binary file not shown.

BIN
Textures/NuttersMapPak2.utx Normal file

Binary file not shown.