mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
including server start msg log level
This commit is contained in:
parent
02205dc594
commit
c9190b1267
3 changed files with 43 additions and 11 deletions
2
dist/ba_data/python/baclassic/_servermode.py
vendored
2
dist/ba_data/python/baclassic/_servermode.py
vendored
|
|
@ -390,7 +390,7 @@ class ServerController:
|
|||
f' ({app.env.engine_build_number})'
|
||||
f' entering server-mode {curtimestr}{Clr.RST}'
|
||||
)
|
||||
logging.info(startupmsg)
|
||||
print(startupmsg)
|
||||
|
||||
if sessiontype is bascenev1.FreeForAllSession:
|
||||
appcfg['Free-for-All Playlist Selection'] = self._playlist_name
|
||||
|
|
|
|||
26
dist/ba_root/config.json
vendored
26
dist/ba_root/config.json
vendored
|
|
@ -127,6 +127,22 @@
|
|||
"Auto Account State": "Server",
|
||||
"Auto Balance Teams": true,
|
||||
"Campaigns": {},
|
||||
"Custom Team Colors": [
|
||||
[
|
||||
0.8,
|
||||
0.0,
|
||||
0.6
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
1.0,
|
||||
0.8
|
||||
]
|
||||
],
|
||||
"Custom Team Names": [
|
||||
"ladoo",
|
||||
"barfi"
|
||||
],
|
||||
"Default Player Profiles": {
|
||||
"Client Input Device #1": "__account__"
|
||||
},
|
||||
|
|
@ -134,16 +150,16 @@
|
|||
"Fleet Zone Ping Last Flush Time": 1739040124,
|
||||
"Fleet Zone Pings": {
|
||||
"prod": {
|
||||
"delhi.v4": 20.047312009415414,
|
||||
"hyderabad.v4": 59.521362172204654,
|
||||
"mumbai.v4": 46.37120131159789
|
||||
"delhi.v4": 14.569117998262962,
|
||||
"hyderabad.v4": 41.93780171261867,
|
||||
"mumbai.v4": 34.57919811762258
|
||||
}
|
||||
},
|
||||
"Free-for-All Playlist Randomize": true,
|
||||
"Free-for-All Playlist Selection": "__default__",
|
||||
"Free-for-All Playlists": {},
|
||||
"Idle Exit Minutes": null,
|
||||
"Local Account Name": "Server19749648",
|
||||
"Local Account Name": "Server20640263",
|
||||
"Player Profiles": {
|
||||
"__account__": {
|
||||
"character": "Spaz",
|
||||
|
|
@ -177,7 +193,7 @@
|
|||
"Team Tournament Playlist Selection": "\u041a\u043e\u043f\u0438\u044f \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442 \u0440\u0435\u0436\u0438\u043c\u0430 \u041a\u043e\u043c\u0430\u043d\u0434\u044b",
|
||||
"Team Tournament Playlists": {},
|
||||
"Teams Series Length": 7,
|
||||
"launchCount": 54,
|
||||
"launchCount": 59,
|
||||
"lc14173": 1,
|
||||
"lc14292": 1
|
||||
}
|
||||
26
dist/ba_root/config.json.prev
vendored
26
dist/ba_root/config.json.prev
vendored
|
|
@ -127,6 +127,22 @@
|
|||
"Auto Account State": "Server",
|
||||
"Auto Balance Teams": true,
|
||||
"Campaigns": {},
|
||||
"Custom Team Colors": [
|
||||
[
|
||||
0.8,
|
||||
0.0,
|
||||
0.6
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
1.0,
|
||||
0.8
|
||||
]
|
||||
],
|
||||
"Custom Team Names": [
|
||||
"ladoo",
|
||||
"barfi"
|
||||
],
|
||||
"Default Player Profiles": {
|
||||
"Client Input Device #1": "__account__"
|
||||
},
|
||||
|
|
@ -134,16 +150,16 @@
|
|||
"Fleet Zone Ping Last Flush Time": 1739040124,
|
||||
"Fleet Zone Pings": {
|
||||
"prod": {
|
||||
"delhi.v4": 24.82968499630806,
|
||||
"hyderabad.v4": 71.47282006521709,
|
||||
"mumbai.v4": 53.8184435996518
|
||||
"delhi.v4": 14.569117998262962,
|
||||
"hyderabad.v4": 40.82055802804358,
|
||||
"mumbai.v4": 35.66394542322196
|
||||
}
|
||||
},
|
||||
"Free-for-All Playlist Randomize": true,
|
||||
"Free-for-All Playlist Selection": "__default__",
|
||||
"Free-for-All Playlists": {},
|
||||
"Idle Exit Minutes": null,
|
||||
"Local Account Name": "Server19749648",
|
||||
"Local Account Name": "Server20640263",
|
||||
"Player Profiles": {
|
||||
"__account__": {
|
||||
"character": "Spaz",
|
||||
|
|
@ -177,7 +193,7 @@
|
|||
"Team Tournament Playlist Selection": "\u041a\u043e\u043f\u0438\u044f \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442 \u0440\u0435\u0436\u0438\u043c\u0430 \u041a\u043e\u043c\u0430\u043d\u0434\u044b",
|
||||
"Team Tournament Playlists": {},
|
||||
"Teams Series Length": 7,
|
||||
"launchCount": 54,
|
||||
"launchCount": 59,
|
||||
"lc14173": 1,
|
||||
"lc14292": 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue