Starcraft 2 Preparing Game Data ^hot^ Review
The "Preparing game data" window in StarCraft II is a common technical hurdle that appears during game launch, often causing frustration due to slow download speeds and frequent occurrences. Blizzard Forums What is "Preparing Game Data"? This phase typically involves the game verifying existing files
- Action Bundling: Human players spam clicks. A player might click the same mineral patch 15 times in two seconds. The data prep phase must filter out redundant commands and bundle them into a single "Gather" intent.
- Coordinate Normalization: Map sizes vary (e.g., 128x128 vs 200x200). Coordinate data (X/Y) must be normalized to a
0.0to1.0scale so the AI doesn't have to re-learn spatial awareness for every different map. - Screen Cropping: Human players only see a portion of the map at a time. When preparing data to mimic human behavior, the global map data must be cropped to reflect the player's current camera viewport.
It often triggers when there is a mismatch between the game's selected language and the installed localization packs 2. Common Symptoms of the Bug starcraft 2 preparing game data
- Uninstall StarCraft 2 via Battle.net (right-click the game tile → "Uninstall Game").
- Manually delete the
StarCraft IIfolder from your installation directory. Uninstallers often leave empty CASC folders behind. - Delete the Battle.net cache again (Step 1).
- Restart your PC.
- Reinstall StarCraft 2 to a location outside Program Files (e.g.,
D:\Games\StarCraft II).
Cons:
.SC2Map(or extracted asBase.SC2Data/Components).- Use
CascVieworMPQ Editorto open map archives.