mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-18 21:51:37 +00:00
10 lines
163 B
Bash
10 lines
163 B
Bash
|
#!/bin/zsh -x
|
||
|
|
||
|
/Local/Public/bungi/BuildOutput/Quake3.app/Contents/MacOS/Quake3 \
|
||
|
+set sv_pure 0 \
|
||
|
+set g_syncronousClients 1 \
|
||
|
+map q3dm6 \
|
||
|
+record foo
|
||
|
|
||
|
|