Skip to content

Commit e8cb43a

Browse files
committed
feat(btl): rename bt1944 to btl (#4124)
* fix(bt1944): update binary file * feat(btl): rename bt1944 to btl
1 parent 4898caa commit e8cb43a

25 files changed

+36
-36
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
- "/(Avorion)/i"
6969
"game: Ballistic Overkill":
7070
- "/(Ballistic Overkill)/i"
71-
"game: Battalion 1944":
72-
- "/(Battalion 1944)/i"
71+
"game: BATTALION: Legacy":
72+
- "/(BATTALION: Legacy)/i"
7373
"game: Barotrauma":
7474
- "/(Barotrauma)/i"
7575
"game: Counter-Strike: Global Offensive":

lgsm/config-default/config-lgsm/bt1944server/_default.cfg renamed to lgsm/config-default/config-lgsm/btlserver/_default.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,17 @@ consoleinteract="no"
151151

152152
## Game Server Details
153153
# Do not edit
154-
gamename="Battalion 1944"
154+
gamename="BATTALION: Legacy"
155155
engine="unreal4"
156156
glibc="2.17"
157157

158158
#### Directories ####
159159
# Edit with care
160160

161161
## Game Server Directories
162-
systemdir="${serverfiles}/Linux/Battalion"
162+
systemdir="${serverfiles}/Battalion"
163163
executabledir="${systemdir}/Binaries/Linux"
164-
executable="./BattalionServer"
164+
executable="./BattalionServer-Linux-Shipping"
165165
servercfgdir="${systemdir}/Saved/Config/LinuxServer"
166166
servercfg="${selfname}.ini"
167167
servercfgdefault="DefaultGame.ini"

lgsm/data/almalinux-8.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,ncurses-libs.i686
1717
bo
1818
bs
1919
bt,libicu,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xorg-x11-server-Xvfb

lgsm/data/almalinux-9.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,ncurses-libs.i686
1717
bo
1818
bs
1919
bt,libicu,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xorg-x11-server-Xvfb

lgsm/data/centos-7.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,ncurses-libs.i686
1717
bo
1818
bs
1919
bt,libicu,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xorg-x11-server-Xvfb

lgsm/data/centos-8.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,ncurses-libs.i686
1717
bo
1818
bs
1919
bt,libicu,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xorg-x11-server-Xvfb

lgsm/data/centos-9.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,ncurses-libs.i686
1717
bo
1818
bs
1919
bt,libicu,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xorg-x11-server-Xvfb

lgsm/data/debian-10.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,libncurses5:i386
1717
bo
1818
bs
1919
bt,libicu-dev,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xvfb

lgsm/data/debian-11.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,libncurses5:i386
1717
bo
1818
bs
1919
bt,libicu-dev,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xvfb

lgsm/data/debian-9.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bmdm,libncurses5:i386
1717
bo
1818
bs
1919
bt,libicu-dev,dos2unix
20-
bt1944
20+
btl
2121
cc
2222
cd
2323
ck,xvfb

0 commit comments

Comments
 (0)