Development blog

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.0 to 1.0 scale 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

  1. Uninstall StarCraft 2 via Battle.net (right-click the game tile → "Uninstall Game").
  2. Manually delete the StarCraft II folder from your installation directory. Uninstallers often leave empty CASC folders behind.
  3. Delete the Battle.net cache again (Step 1).
  4. Restart your PC.
  5. Reinstall StarCraft 2 to a location outside Program Files (e.g., D:\Games\StarCraft II).

Cons:

  • .SC2Map (or extracted as Base.SC2Data / Components).
  • Use CascView or MPQ Editor to open map archives.