SC2: Content update - #5312
Conversation
Make Hopscotch spacer configurable
…tors Location name fixes
Attempt to improve Void Trade stability
sc2: Adding a back in the saddle hard rule for getting past the ultra
| """Locations locked to contain specific items, such as victory events or forced resources""" | ||
| location_cache: List[Location] | ||
| final_missions: List[int] | ||
| required_client_version = 0, 6, 3 |
There was a problem hiding this comment.
This should probably be 0.6.4 by now.
Force-close SC2 on client close during load screen
…h epilogue excluded
sc2: Fixing an issue where HotS wasn't a goal campaign on vanilla with epilogue excluded
| if self.ui: | ||
| self.ui.first_check = True | ||
|
|
||
| def is_legacy_game(self): |
There was a problem hiding this comment.
Does it actually still support the WOL only campaign? Has anyone tested that?
There was a problem hiding this comment.
Yes, that's the support for games < 0.4.5 that got kept with the release. How's the support length schedule?
Berserker66
left a comment
There was a problem hiding this comment.
Read through the code, didn't find any new security issues. Played a couple rounds. Found a bug that was already fixed and a couple oddities that were explained. Sadly the existing security issue of very old protobuf is not fixed with this, so everyone, including me, who is subscribed to security notifications for the AP repo will continue to get spammed weekly.
My personal grievance that /received is overwritten also remains.
|
I plan to address the protobuf issue in the next dev cycle. It's on the priority list. I plan the SC2's next dev cycle to be mainly maintenance in order to fix those issues |
Feature highlights: - Adds many content to the SC2 game - Allows custom mission order - Adds race-swapped missions for build missions (except Epilogue and NCO) - Allows War Council Nerfs (Protoss units can get pre - War Council State, alternative units get another custom nerf to match the power level of base units) - Revamps Predator's upgrade tree (never was considered strategically important) - Adds some units and upgrades - Locked and excluded items can specify quantity - Key mode (if opt-in, missions require keys to be unlocked on top of their regular regular requirements - Victory caches - Victory locations can grant multiple items to the multiworld instead of one - The generator is more resilient for generator failures as it validates logic for item excludes - Fixes the following issues: - ArchipelagoMW#3531 - ArchipelagoMW#3548
Feature highlights: - Adds many content to the SC2 game - Allows custom mission order - Adds race-swapped missions for build missions (except Epilogue and NCO) - Allows War Council Nerfs (Protoss units can get pre - War Council State, alternative units get another custom nerf to match the power level of base units) - Revamps Predator's upgrade tree (never was considered strategically important) - Adds some units and upgrades - Locked and excluded items can specify quantity - Key mode (if opt-in, missions require keys to be unlocked on top of their regular regular requirements - Victory caches - Victory locations can grant multiple items to the multiworld instead of one - The generator is more resilient for generator failures as it validates logic for item excludes - Fixes the following issues: - ArchipelagoMW#3531 - ArchipelagoMW#3548
Feature highlights: - Adds many content to the SC2 game - Allows custom mission order - Adds race-swapped missions for build missions (except Epilogue and NCO) - Allows War Council Nerfs (Protoss units can get pre - War Council State, alternative units get another custom nerf to match the power level of base units) - Revamps Predator's upgrade tree (never was considered strategically important) - Adds some units and upgrades - Locked and excluded items can specify quantity - Key mode (if opt-in, missions require keys to be unlocked on top of their regular regular requirements - Victory caches - Victory locations can grant multiple items to the multiworld instead of one - The generator is more resilient for generator failures as it validates logic for item excludes - Fixes the following issues: - ArchipelagoMW#3531 - ArchipelagoMW#3548
What is this fixing or adding?
Feature highlights:
How was this tested?
If this makes graphical changes, please attach screenshots.