Bobble Everybubble Nspupdate 102s — Puzzle
1. What is Update 1.0.2?
This update was released shortly after the game launched (around July/August 2023). It is a stability patch required for accessing certain online features.
- Verify NSP signature and integrity.
- Run full CI smoke tests.
- Backup production build and save database snapshots.
- Notify platform compliance team for re-approval if required by store policy.
4. Technical Changes
4.1. Crash Fix (Stage 12)
- Mod Incompatibility: Any mods created for v1.0.0 (like custom bubble skins) will crash the game on boot when v1.0.2 is layered on top. You need updated mod signatures.
- Save Game Corruption: Some users upgrading from a very early 1.0.1 build (not 1.0.0) report that the 102s update resets their "Story Mode" progress. Back up your save using JKSV before updating.
- DLC Recognition: The "102s" update patches the ticket requirement for the Space Adventure Pack DLC. If you install the update without the DLC, the game will run fine, but the DLC store page inside the game will show as permanently "Unavailable."
- Root cause: main-thread spikes due to synchronous particle simulation during frame render.
- Fix: Offload particle simulation to a dedicated worker thread and batch input polling earlier in frame.
- Code change summary: