bug fixes and added Anti-betray-system

This commit is contained in:
Ubuntu 2024-07-05 07:53:56 +00:00
parent 832e2ad77a
commit f28417cb2c
335 changed files with 44 additions and 41 deletions

Binary file not shown.

View file

@ -19,6 +19,7 @@ def migrate_to_aarch():
"SquidRace.so","StumbleRace.so","SubwayRun.so","UFOAttackGame.so"]
features = ["StumbledScoreScreen.so"]
tools = ["corelib.so","mongo.so","handle.so","pinfo.so"]
chatHandle = ["betrayerWarn.so"]
root = os.path.realpath(".")+"/dist/ba_root"
for map in maps:
shutil.copy(root+"/mods/aarch64/"+map,root+'/mods/maps/'+map)
@ -28,6 +29,8 @@ def migrate_to_aarch():
shutil.copyfile(root+"/mods/aarch64/"+f,root+'/mods/features/'+f)
for t in tools:
shutil.copyfile(root+"/mods/aarch64/"+t,root+'/mods/tools/'+t)
for c in chatHandle:
shutil.copyfile(root+"/mods/aarch64/"+c,root+'/mods/chatHandle/chatFilter/'+c)
with open(".we_are_good","w") as f:
pass

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