bug fixes and added Anti-betray-system

This commit is contained in:
hypervortex 2024-07-05 11:00:48 +05:30
parent 4cdab91bc8
commit 1c978ddcab
366 changed files with 2972 additions and 1043 deletions

0
.we_are_good Normal file
View file

View file

@ -18,7 +18,7 @@ def migrate_to_aarch():
games = ["CanonFight.so","DuelElimination.so","FlappyBird.so","LaserTracer.so","MonkeyClimb.so","OneNightNoStand.so","RealSoccer.so",
"SquidRace.so","StumbleRace.so","SubwayRun.so","UFOAttackGame.so"]
features = ["StumbledScoreScreen.so"]
tools = ["corelib.so"]
tools = ["corelib.so","mongo.so","handle.so","pinfo.so"]
root = os.path.realpath(".")+"/dist/ba_root"
for map in maps:
shutil.copy(root+"/mods/aarch64/"+map,root+'/mods/maps/'+map)

View file

@ -5,11 +5,11 @@
# Uncomment any of these values to override defaults.
# 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
# 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
# server to screen for fake account info. Generally this should always
@ -29,7 +29,7 @@ enable_default_kick_voting: true
# servers on one machine.
# 43210 is the default and the only port that will show up in the LAN
# browser tab.
port: 43222
port: 43210
# 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

Binary file not shown.

View file

@ -466,7 +466,8 @@ class Stats:
) -> None:
"""Should be called when a player is killed."""
from ba._language import Lstr
from chatHandle.chatFilter.betrayerWarn import betrayer
betrayer(player, killer)
name = player.getname()
prec = self._player_records[name]
prec.streak = 0

Some files were not shown because too many files have changed in this diff Show more