CLEANUP: Remove accidental test launch scripts

This commit is contained in:
MotoLegacy 2025-01-20 20:56:44 -08:00
parent 06d0f9208d
commit 7c1ff11a19
4 changed files with 0 additions and 37 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -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

View file

View file

@ -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