train
dict
{ "message": "Sir, the disruptor's power core has just been set to overload. In order to prevent meltdown, you will need to reach the manual override terminal and shut the reactor core down." }
{ "message": "Ending transmission. Priority alert. Evacuation zone under attack by Zerg forces. Distress beacon activated at 1220." }
{ "message": "Receiving incoming transmission from Arcturus Mengsk." }
{ "message": "Magistrate? Are you alright?" }
{ "message": "Abandoning auxiliary structure." }
{ "message": "You can use SCVs to build additional supply depots." }
{ "message": "The refinery processes raw vespene gas, converting it into a form which your SCVs can gather." }
{ "message": "It appears that General Duke has successfully activated Tarsonis' primary defensive weapon, the ion cannon. The cannon must be shut down if any escape attempt is to be made." }
{ "message": "Magistrate, our stockpile of minerals has run out." }
{ "message": "Simply select \"Start\" to begin the demonstration. You may skip the demonstration by selecting \"Skip Tutorial\"." }
{ "message": "Receiving incoming transmission." }
{ "message": "Greetings, Commander. Receiving incoming transmission." }
{ "message": "Commander, I'm picking up a large Confederate strike force advancing on our position." }
{ "message": "Commander, our position has been discovered. As of two hours ago, a large Confederate strike force arrived on Antica Prime and established a base camp within our defensive perimeter. Arcturus Mengsk is calling a meeting." }
{ "message": "Access code accepted." }
{ "message": "Your tenure as Colonial Magistrate is suspended, pending an official investigation of your affiliation with the Sons of Korhal, receiving incoming transmission." }
{ "message": "Vice Admiral Stukov detected in sector A" }
{ "message": "Sir, the rebel command ship Hyperion has just entered our sensor range. It is accompanied by a small Protoss fleet." }
{ "message": "We're getting distress calls from several of the fringe colonies. The Zerg have initiated a new offensive, and Protoss warships are wreaking havoc on some of the outer worlds. I'll patch you in to the Emergency Planning Commission." }
{ "message": "Receiving incoming transmission." }
{ "message": "This concludes the equipment demonstration. There will now be a fully catered reception at Mar Sara Base." }
{ "message": "It appears that the Confederates are in a state of panic about the Antigan revolt. I'm picking up a high number of Confederate transmissions going back and forth between their outposts and their headquarters on Tarsonis. Most of the transmissions are heavily coded, but wait, here's something." }
{ "message": "You're okay to go." }
{ "message": "Welcome to Mar Sara Magistrate. The equipment demonstration you requested is prepared and may be initiated at your convenience." }
{ "message": "Select an SCV and use the Gather command on the crystals to collect more minerals." }
{ "message": "Access code denied." }
{ "message": "The lieutenant no longer registers on my sensors admiral. He appears to have vanished." }
{ "message": "Adjutant online. Good evening, Magistrate. I'll fill you in on what's been happening. Confederate traffic has increased substantially within the system to do the recent protests destruction of the Chau Sara colony. The Confederates have tightened security on all outlying systems, and it's likely that this colony will be locked down as well. An encrypted Confederate transmission came for you while you're at dinner, replaying transmission." }
{ "message": "Admiral, our sensors had detected a fully functional psy-disruptor on the planet's surface directly below our position. It would appear that the Vice Admiral did not destroy the psy-disruptor on Tarsonis as was ordered." }
{ "message": "Receiving incoming transmission, comlink established." }
{ "message": "The fleet is prepped and ready commander awaiting orders." }
{ "message": "We've broken through to the dropships." }
{ "message": "Goliath repair bay located in Sector 4." }
{ "message": "It is these blue crystals that are the source of minerals. Use your SEVs to gather additional minerals." }
{ "message": "Captain, we are tracking a large fleet of Dominion ships in your vicinity." }
{ "message": "Captain, I'm tracking the Dominion flagship NORAD III in low orbit. Emperor Mengsk may be attempting an escape. Receiving incoming transmission." }
{ "message": "Be advised, Captain. Our sensors have identified three cerebrates who constitute the core of the Overmind's defenses. Each cerebrate's distinct capabilities are still unknown, so proceed with extreme caution." }
{ "message": "One minute until dropship arrival." }
{ "message": "I've monitored Confederate satellite data as you requested. Confederate forces are still mobilizing for their counter-strike. Arcturus Mengsk is called for a quick round table before continuing with our assault. Patching you in." }
{ "message": "10 minutes until drop ship arrival" }
{ "message": "Self-destruct sequence initiated." }
{ "message": "Captain, we are being hailed by the Dominion flagship NORAD III." }
{ "message": "The fleet has lost contact with the ground forces at New Gettysburg. General Mengsk has ordered the immediate disengagement of the core hull fleet from the Tarsonis system. Protoss and Zerg forces continue to battle across the core continent of Tarsonis, receiving incoming transmission." }
{ "message": "The T280 SCV is the cornerstone of our hostile environment construction and resource gathering operations." }
{ "message": "Anytime is fine." }
{ "message": "Receiving incoming transmission." }
{ "message": "I've picked up several dozen Protoss warships descending upon Tarsonis. They seem to be heading on a direct course to the Primary's Archive." }
{ "message": "You can build additional SCVs at a command center." }
{ "message": "In order to equip additional personnel, you must have enough supply depots to support them." }
{ "message": "Commander, I have an incoming transmission from the Protoss flagship Gantrithor. I'll patch it through." }
{ "message": "Security cameras activated." }
{ "message": "teleportation field activated." }
{ "message": "React or core shutdown sequence initiated." }
{ "message": "Unauthorized entry detected." }
{ "message": "Magistrate, analysis shows that it may be possible to break through the Zerg's defenses and reach Minsk's transports." }
{ "message": "Transmission ended. The report you requested is ready." }
{ "message": "Captain, our sensors are tracking surge signals in every direction. It appears that our intelligence was correct." }
{ "message": "Five seconds to detonation." }
{ "message": "Priority alert. Backwater station under attack by unknown alien organisms. Distress beacon activated at 0658. Alert in Confederate headquarters on Tarsonis. Stand by for incoming transmission." }
{ "message": "Transmission ended. I have contacted the local marshal James Raynor. Raynor has agreed to meet your personnel on route and escort them to the new wasteland site." }
{ "message": "Infantry units such as Marines can be trained at this facility." }
{ "message": "Whenever you feel you are ready, you may select Start." }
{ "message": "Sons of Korhal Dropships approaching" }
{ "message": "In order to build a thriving colony, numerous SCVs are necessary." }
{ "message": "Captain, Admiral DuGalle has ordered a final tactical meeting before the siege of Augustgrad commences. I'll patch you through to his war room." }

This dataset contains transcripts of all tracks by the Adjutant in Starcraft I Terran Campaigns. It includes both base game and the Brood War.

Will 65 entries be good enough to extract assistantship response patterns? I will find out.

Curation Process

  1. Extracted all the sound files from the local Starcraft installation location using a CascLib-based extractor I wrote. This gave me a lot of .ogg files.
  2. Starcraft I file nomenclature is nice: for example, all files containing Adjutant tracks end their names with tad (possibly "terran adjutant"), so a simple search gave me all I need.
  3. Used whisper.cpp to extract transcripts.
  4. Manually reveiwed all entries, removed duplicates, and fixed mis-transcribed names and terms.
Downloads last month
5
Edit dataset card