mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
bug fixes and added Anti-betray-system
This commit is contained in:
parent
4cdab91bc8
commit
1c978ddcab
366 changed files with 2972 additions and 1043 deletions
0
.we_are_good
Normal file
0
.we_are_good
Normal file
|
|
@ -18,7 +18,7 @@ def migrate_to_aarch():
|
||||||
games = ["CanonFight.so","DuelElimination.so","FlappyBird.so","LaserTracer.so","MonkeyClimb.so","OneNightNoStand.so","RealSoccer.so",
|
games = ["CanonFight.so","DuelElimination.so","FlappyBird.so","LaserTracer.so","MonkeyClimb.so","OneNightNoStand.so","RealSoccer.so",
|
||||||
"SquidRace.so","StumbleRace.so","SubwayRun.so","UFOAttackGame.so"]
|
"SquidRace.so","StumbleRace.so","SubwayRun.so","UFOAttackGame.so"]
|
||||||
features = ["StumbledScoreScreen.so"]
|
features = ["StumbledScoreScreen.so"]
|
||||||
tools = ["corelib.so"]
|
tools = ["corelib.so","mongo.so","handle.so","pinfo.so"]
|
||||||
root = os.path.realpath(".")+"/dist/ba_root"
|
root = os.path.realpath(".")+"/dist/ba_root"
|
||||||
for map in maps:
|
for map in maps:
|
||||||
shutil.copy(root+"/mods/aarch64/"+map,root+'/mods/maps/'+map)
|
shutil.copy(root+"/mods/aarch64/"+map,root+'/mods/maps/'+map)
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
# Uncomment any of these values to override defaults.
|
# Uncomment any of these values to override defaults.
|
||||||
|
|
||||||
# Name of our server in the public parties list.
|
# Name of our server in the public parties list.
|
||||||
party_name: "VORTEX AND HONOR BANG xD"
|
party_name: "|-VORTEX BANG-|"
|
||||||
|
|
||||||
# If true, your party will show up in the global public party list
|
# If true, your party will show up in the global public party list
|
||||||
# Otherwise it will still be joinable via LAN or connecting by IP address.
|
# Otherwise it will still be joinable via LAN or connecting by IP address.
|
||||||
party_is_public: false
|
party_is_public: true
|
||||||
|
|
||||||
# If true, all connecting clients will be authenticated through the master
|
# If true, all connecting clients will be authenticated through the master
|
||||||
# server to screen for fake account info. Generally this should always
|
# server to screen for fake account info. Generally this should always
|
||||||
|
|
@ -29,7 +29,7 @@ enable_default_kick_voting: true
|
||||||
# servers on one machine.
|
# servers on one machine.
|
||||||
# 43210 is the default and the only port that will show up in the LAN
|
# 43210 is the default and the only port that will show up in the LAN
|
||||||
# browser tab.
|
# browser tab.
|
||||||
port: 43222
|
port: 43210
|
||||||
|
|
||||||
# Max devices in the party. Note that this does *NOT* mean max players.
|
# Max devices in the party. Note that this does *NOT* mean max players.
|
||||||
# Any device in the party can have more than one player on it if they have
|
# Any device in the party can have more than one player on it if they have
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dist/ba_data/python/ba/__pycache__/_analytics.cpython-310.opt-1.pyc
vendored
Normal file
BIN
dist/ba_data/python/ba/__pycache__/_analytics.cpython-310.opt-1.pyc
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
dist/ba_data/python/ba/_stats.py
vendored
3
dist/ba_data/python/ba/_stats.py
vendored
|
|
@ -466,7 +466,8 @@ class Stats:
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Should be called when a player is killed."""
|
"""Should be called when a player is killed."""
|
||||||
from ba._language import Lstr
|
from ba._language import Lstr
|
||||||
|
from chatHandle.chatFilter.betrayerWarn import betrayer
|
||||||
|
betrayer(player, killer)
|
||||||
name = player.getname()
|
name = player.getname()
|
||||||
prec = self._player_records[name]
|
prec = self._player_records[name]
|
||||||
prec.streak = 0
|
prec.streak = 0
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue