diff --git a/README.md b/README.md index 3371847..8235b16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -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/)) - Any Linux distribution. - It is recommended to use Ubuntu (minimum Ubuntu 22). -- Python 3.12 +- Python 3.13 - 1 GB free Memory (Recommended 2 GB) ## Getting Started diff --git a/dist/ba_root/mods/changelogs.json b/dist/ba_root/mods/changelogs.json index dd78ab5..5fab0bd 100644 --- a/dist/ba_root/mods/changelogs.json +++ b/dist/ba_root/mods/changelogs.json @@ -62,6 +62,10 @@ "81": { "log": "api 9 , latest changes for 1.7.37 from master", "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" } } \ No newline at end of file diff --git a/dist/ba_root/mods/setting.json b/dist/ba_root/mods/setting.json index 5002c30..589df18 100644 --- a/dist/ba_root/mods/setting.json +++ b/dist/ba_root/mods/setting.json @@ -158,7 +158,7 @@ "sameCharacterForTeam": false, "statsResetAfterDays": 31, "textonmap": { - "bottom left watermark": "Owner : \nEditor : \nScripts : BCS1.7.39", + "bottom left watermark": "Owner : \nEditor : \nScripts : BCS1.7.41", "center highlights": { "color": [ 1, diff --git a/dist/bombsquad_headless b/dist/bombsquad_headless index 550c25f..1a9a317 100644 Binary files a/dist/bombsquad_headless and b/dist/bombsquad_headless differ diff --git a/dist/bombsquad_headless_aarch64 b/dist/bombsquad_headless_aarch64 index 9cd8362..0831dd9 100644 Binary files a/dist/bombsquad_headless_aarch64 and b/dist/bombsquad_headless_aarch64 differ