updating binary

This commit is contained in:
Ayush Saini 2025-05-26 01:39:38 +05:30
parent 38797c6bc5
commit 62156c8491
5 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Bombsquad-Ballistica-Modded-Server # Bombsquad-Ballistica-Modded-Server
Modded server scripts to host ballistica (BombSquad) server. Running on BS1.7.39 (API 9) Modded server scripts to host ballistica (BombSquad) server. Running on BS1.7.41 (API 9)
`` ``
Migrated from API 7 TO API 9 , this might be unstable and missing some features. Use API 7 from this tag Migrated from API 7 TO API 9 , this might be unstable and missing some features. Use API 7 from this tag
@ -12,7 +12,7 @@ Migrated from API 7 TO API 9 , this might be unstable and missing some features.
- A VPS (e.g. [Amazon Web Services](https://aws.amazon.com/), [Microsoft Azure](https://portal.azure.com/)) - A VPS (e.g. [Amazon Web Services](https://aws.amazon.com/), [Microsoft Azure](https://portal.azure.com/))
- Any Linux distribution. - Any Linux distribution.
- It is recommended to use Ubuntu (minimum Ubuntu 22). - It is recommended to use Ubuntu (minimum Ubuntu 22).
- Python 3.12 - Python 3.13
- 1 GB free Memory (Recommended 2 GB) - 1 GB free Memory (Recommended 2 GB)
## Getting Started ## Getting Started

View file

@ -62,6 +62,10 @@
"81": { "81": {
"log": "api 9 , latest changes for 1.7.37 from master", "log": "api 9 , latest changes for 1.7.37 from master",
"time": "09 Feb 2025" "time": "09 Feb 2025"
},
"82": {
"log": "api 9 , latest changes for 1.7.41 from master, prevent server crash attack by invalid cjson",
"time": "26 May 2025"
} }
} }

View file

@ -158,7 +158,7 @@
"sameCharacterForTeam": false, "sameCharacterForTeam": false,
"statsResetAfterDays": 31, "statsResetAfterDays": 31,
"textonmap": { "textonmap": {
"bottom left watermark": "Owner : <owner-name> \nEditor : <bablu>\nScripts : BCS1.7.39", "bottom left watermark": "Owner : <owner-name> \nEditor : <bablu>\nScripts : BCS1.7.41",
"center highlights": { "center highlights": {
"color": [ "color": [
1, 1,

Binary file not shown.

Binary file not shown.