Content Creation Resources for StarCraft II

Hey folks,

I’m brownbear. If you’re not familiar with me, I’m currently halfway through producing a three-hour series of design videos on StarCraft II. In addition, over the last year I’ve written a number of articles and produced several videos related to the game.

During this time, I’ve learned about many resources helpful to content creators producing content for StarCraft II. I couldn’t find a single “one-stop shop” for hobbyists, so I’ve tried to compile a list with descriptions. I’ll definitely miss things, especially resources related to live streaming. Please feel free to ping me suggestions and I’ll update this post.

If you are not currently creating content for StarCraft II, I highly recommend it. For me, it falls under the same philosophy as to why everyone should write.

2017-07-25_contentCreationResources_titleCard

SC2 Game Client API (link)

  • Auto-detect game state (in-game, post-game, in-replay, etc)
  • Example Use Cases:
    • Update live stream titles (e.g. get current player names)
    • Trigger post-game actions (e.g. snapshot MMR data)

Battle.net APIs

  • Player profile metadata, match history, MMR, ladders data, achievements + rewards data
  • API webpage (allows sample requests)
    • Keep an eye out for what APIs, if any, Blizzard releases for SC:R.
  • SC2 Data (OAuth) APIs
    • As far as I know this API is undocumented outside of the announcement forum posts.
  • Example Use Cases:
    • Snapshot personal MMR data after every game
    • Generate worldwide player statistics (e.g. average games played per league per region)

Replay Parsing

  • Retrieve game events and metadata from .sc2replay files
  • SCELight – open source replay parser with GUI
    • The engineering behind this project is also interesting and well-done.
  • S2Protocol – open-source, Blizzard-engineered SC2 replay parser (command line only)
  • SC2ReplayStats – upload your own replays and get statistical data on them
    • Most (all?) replays uploaded to this website are publicly available. You can almost always find a recent game by a player if you search for their name + “sc2replaystats”
  • Spawning Tool – generating build orders from replays + searchable catalog of replays
  • Example Use Cases:
    • Analyze replays to generate statistics (e.g. time-to-first-action, build order analysis)
    • Rename and manage replay files

Arcade Games

  • LOTV Unit Tester – test or showcase any unit interaction on any terrain-style
  • Example Use Cases:
    • Generate situational footage for a video (e.g. a particular unit interaction)
    • Test out unit interactions, especially breakpoints (e.g. hits to kill unupgraded vs. hits to kill with +1)

Ladder Data

  • RankedFTW – statistics on the overall ladder, player population, and player history of every player on the ladder
  • SC2Unmasked – determine the identity of barcode accounts
  • Example Use Cases:
    • Producing trend-related content, e.g. player population, race distribution, MMR cutoffs by region

Professional Play and Historical Data

  • (Remember to check licensing information before using images from these websites.)
  • WCS Website – current standings, player profiles, replay packs, etc
  • Liquipedia – tons of historical data, tournament results, etc
  • Aligulac – statistical data on the professional scene
  • Community Feedback Archive – updates from the development team
  • Example Use Cases:
    • Research

Other Content Creators

  • (I’ve kept this list intentionally short and specific to resources for content creators rather than SC2 players generally.)
  • SCDojo (Artosis) – wide variety of pieces and one of the few available resources w/ unbroken record of work from the early days to today
  • PiG (PiG) – current meta + strategy
  • Code of Honor (Patrick Wyatt) – engineering and culture details of early WC + SC development
  • TerranCraft (Max Yu) – in-depth on Terran plus some general articles on the game
  • AVEX – mapmaker w/ regular commentary on map design
  • I also recommend the “Modest Musings” series from feardragon and the numerous thoughts + interviews series from Thorin

“General Learnings”

  • Anytime I watch replays from an old patch version, I am forced to restart the SC2 client in order to log back into Battle.net and open another replay. There’s probably a smart way of fixing this, but for me I work around it by disconnecting my machine from the Internet and playing SC2 in offline mode. I can then open a replay, load the earlier version of the client, quit the replay, and open a new replay without restarting the client.
  • Windowed and Windowed Fullscreen have a non-trivial impact on game performance compared to Fullscreen.

Finally, here’s a listing of research and background resources on the game – developer interviews, design documents, and news articles. Sometimes these can be hard to find through web searches, even if you already know they exist. I’ve tried to organize them by category and have included a small blurb after each link to describe what’s in it.

StarCraft II Pre-Release Interviews + Articles + Presentations + etc

StarCraft II Post-Release Interviews + Articles + Presentations + etc

Business / Sales

Engineering

Hope this stuff is helpful to other hobbyists. Please feel free to make suggestions and I’ll update the original post.

If you’d like to see more content from me, I’d love it if you followed me on Twitter and Facebook and checked out my game-design focused YouTube and Twitch channels. All the best and see you next time.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s