StarCraft
Developers | |
---|---|
Blizzard Entertainment | |
Publishers | |
Blizzard Entertainment | |
Release Date | |
Windows: March 31, 1998 | |
Genres | |
Real Time Strategy (RTS) | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | StarCraft.exe | True |
Install Script
$InstallDir = $PSScriptRoot
cd "$InstallDir\StarCraft Key Changer"
Start-Process "Change StarCraft Key.exe" -ArgumentList "$InstallDir" -Wait
Name Change Script
$NewName = $args[0]
$InstallDir = $PSScriptRoot
New-Item -ItemType Directory -Force -Path "$InstallDir\characters"
Copy-Item -Path "$InstallDir\Default.mpc" -Destination "$InstallDir\characters\$NewName.mpc"