sm64coopdx/network.sh

6 lines
379 B
Bash
Raw Normal View History

2020-08-02 05:22:24 +02:00
set -e
make BETTERCAMERA=1 NODRAWINGDISTANCE=1 DEBUG=1 IMMEDIATELOAD=1
./build/us_pc/sm64.us.f3dex2e.exe --server --configfile sm64config_server.txt &
2020-08-03 08:02:29 +02:00
#./build/us_pc/sm64.us.f3dex2e.exe --client --configfile sm64config_client.txt &
2020-08-07 04:04:59 +02:00
winpty cgdb ./build/us_pc/sm64.us.f3dex2e.exe -ex 'break debug_breakpoint_here' -ex 'run --client --configfile sm64config_client.txt' -ex 'quit'