diff --git a/bombsquad_server b/bombsquad_server index 980084f..04b4b7a 100644 --- a/bombsquad_server +++ b/bombsquad_server @@ -22,8 +22,8 @@ ERROR_LOGGING=False import os,platform,shutil def migrate_to_aarch(): - maps = ["BridgitMash.so","BridgitParallelo.so","CreativeThoughts.so","FloatingIsland.so","InTheAir.so","soccerStadiumPro.so"] - games = ["BlockDash.so","CanonFight.so","DuelElimination.so","FlappyBird.so","LaserTracer.so","MonkeyClimb.so","OneNightNoStand.so","soccer.so", + maps = ["BridgitMash.so","FloatingIsland.so","InTheAir.so"] + 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"] diff --git a/config.yaml b/config.yaml index 3ed416c..a446028 100644 --- a/config.yaml +++ b/config.yaml @@ -48,7 +48,7 @@ max_party_size: 6 # playlist editor in the regular version of the game. # This will give you a numeric code you can enter here to host that # playlist. -playlist_code: 374313 +playlist_code: 412158 # Alternately, you can embed playlist data here instead of using codes. # Make sure to set session_type to the correct type for the data here. diff --git a/dist/ba_root/mods/aarch64/BlockDash.so b/dist/ba_root/mods/aarch64/BlockDash.so deleted file mode 100644 index c2e37b6..0000000 Binary files a/dist/ba_root/mods/aarch64/BlockDash.so and /dev/null differ diff --git a/dist/ba_root/mods/aarch64/CreativeThoughts.so b/dist/ba_root/mods/aarch64/CreativeThoughts.so deleted file mode 100644 index 0460084..0000000 Binary files a/dist/ba_root/mods/aarch64/CreativeThoughts.so and /dev/null differ diff --git a/dist/ba_root/mods/aarch64/soccer.so b/dist/ba_root/mods/aarch64/RealSoccer.so similarity index 100% rename from dist/ba_root/mods/aarch64/soccer.so rename to dist/ba_root/mods/aarch64/RealSoccer.so diff --git a/dist/ba_root/mods/aarch64/soccerStadiumPro.so b/dist/ba_root/mods/aarch64/soccerStadiumPro.so deleted file mode 100644 index 883adb9..0000000 Binary files a/dist/ba_root/mods/aarch64/soccerStadiumPro.so and /dev/null differ