Skip to content

Commit fea406c

Browse files
committed
Merged release/170205 into master
2 parents d2d14ee + 7f24407 commit fea406c

File tree

89 files changed

+953
-1403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+953
-1403
lines changed

7DaysToDie/sdtdserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

ARKSurvivalEvolved/arkserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

Arma3/arma3server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

BallisticOverkill/boserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

Battlefield1942/bf1942server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

BlackMesa/bmdmserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

BladeSymphony/bsserver

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########
@@ -75,6 +75,13 @@ appid="228780"
7575
# Example: "-beta latest_experimental"
7676
branch=""
7777

78+
## Github Branch Select
79+
# Allows for the use of different function files
80+
# from a different repo and/or branch.
81+
githubuser="GameServerManagers"
82+
githubrepo="LinuxGSM"
83+
githubbranch="master"
84+
7885
## LinuxGSM Server Details
7986
# Do not edit
8087
gamename="Blade Symphony"

BrainBread2/bb2server

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########
2121
##########################
2222

23-
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login
24-
# Steam login
25-
steamuser="username"
26-
steampass='password'
27-
2823
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
2924
defaultmap="bba_barracks"
3025
maxplayers="20"

CallOfDuty/codserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

CallOfDuty2/cod2server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f ".dev-debug" ]; then
1414
set -x
1515
fi
1616

17-
version="170219"
17+
version="170305"
1818

1919
##########################
2020
######## Settings ########

0 commit comments

Comments
 (0)