Created
May 1, 2015 14:17
-
-
Save CodeBrauer/eb82f6f42248ae72c220 to your computer and use it in GitHub Desktop.
kf2 server run script for linux/wine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SCREEN_NAME="kf2-server" | |
MAP="kf-bioticslab" | |
DIFFICULTY=10 | |
ADMINNAME=gabriel | |
ADMINPASSWORD=XXXXXXXX | |
PORT=7777 | |
##################################################### | |
#DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU'RE DOING# | |
##################################################### | |
echo "Starting $SCREEN_NAME!" | |
sleep 1 | |
screen -AmdS $NAME wine /home/kf2/steamcmdwin/kf2server/Binaries/Win64/KFServer $MAP?difficulty=$DIFFICULTY?AdminName=$ADMINNAME?AdminPassword=$ADMINPASSWORD -port=$PORT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment