Skip to content

Commit

Permalink
Clear network players on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
MysterD committed May 11, 2022
1 parent 780249a commit 85ad7ed
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18,187 deletions.
21 changes: 21 additions & 0 deletions developer/discord.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash

set -e
if [ $# -eq 0 ]; then
make DEBUG=1 DEVELOPMENT=1 STRICT=1 -j
else
make DEBUG=1 DEVELOPMENT=1 -j
fi

# find file
FILE=./build/us_pc/sm64.us.f3dex2e.exe
WINPTY=winpty
if [ ! -f "$FILE" ]; then
FILE=./build/us_pc/sm64.us.f3dex2e
WINPTY=
fi

# no debug, discord
$FILE --discord 2 --configfile sm64config_server.txt &
$FILE --discord 1 --configfile sm64config_client.txt &
exit
Loading

0 comments on commit 85ad7ed

Please sign in to comment.