diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index d776a6c..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/tools/compile-and-run.sh b/tools/compile-and-run.sh deleted file mode 100755 index 7ac3e17..0000000 --- a/tools/compile-and-run.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -./qc-compiler-gnu.sh -cp ../build/fte/* ~/nzp-mac/nzp/ -cd ~/nzp-mac/ -wine nzportable-sdl64.exe +map ndu \ No newline at end of file diff --git a/tools/conhistory.txt b/tools/conhistory.txt deleted file mode 100644 index e69de29..0000000 diff --git a/tools/test-dedicated.sh b/tools/test-dedicated.sh deleted file mode 100755 index 1f1a67e..0000000 --- a/tools/test-dedicated.sh +++ /dev/null @@ -1,31 +0,0 @@ -# Compile and copy files -./qc-compiler-gnu.sh -cp ../build/fte/* ~/nzp-mac/nzp/ -cp ../build/fte/* ~/nzp-dedi/nzp/ - -# Start the dedicated server -cd ~/nzp-dedi/ -nohup wine nzportable64.exe -dedicated +map ndu +hostname dedi-test > dedi.log 2>&1 & -disown -sleep 5 - -# Start the first client -cd ~/nzp-mac/ -nohup wine nzportable-sdl64.exe +vid_width 640 +vid_height 480 +name client_1 +connect localhost > client_0.log 2>&1 & -disown -sleep 3 - -# Start the second client -nohup wine nzportable-sdl64.exe +vid_width 640 +vid_height 480 +name client_2 +connect localhost > client_1.log 2>&1 & -disown -sleep 3 - -Start the third client -nohup wine nzportable-sdl64.exe +vid_width 640 +vid_height 480 +name client_3 +connect localhost > client_1.log 2>&1 & -disown -sleep 3 - -Start the fourth client -nohup wine nzportable-sdl64.exe +vid_width 640 +vid_height 480 +name client_4 +connect localhost > client_1.log 2>&1 & -disown -sleep 3 \ No newline at end of file