mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
Update bombsquad_server
This commit is contained in:
parent
832e2ad77a
commit
26c4fccb4f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue