mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
updating binary
This commit is contained in:
parent
38797c6bc5
commit
62156c8491
5 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
4
dist/ba_root/mods/changelogs.json
vendored
4
dist/ba_root/mods/changelogs.json
vendored
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
2
dist/ba_root/mods/setting.json
vendored
2
dist/ba_root/mods/setting.json
vendored
|
|
@ -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,
|
||||||
|
|
|
||||||
BIN
dist/bombsquad_headless
vendored
BIN
dist/bombsquad_headless
vendored
Binary file not shown.
BIN
dist/bombsquad_headless_aarch64
vendored
BIN
dist/bombsquad_headless_aarch64
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue