StarCraft

From LANCommander
Developers
Blizzard Entertainment
Publishers
Blizzard Entertainment
Release Date
Windows: March 31, 1998
Genres
Real Time Strategy (RTS)Strategy
View at PCGamingWiki

Actions

Name Path Arguments Working Directory Primary
Play {InstallDir}\StarCraft.exe True

Install Script

cd "$InstallDirectory\StarCraft Key Changer"

Start-Process "Change StarCraft Key.exe" -ArgumentList "$InstallDirectory" -Wait

Name Change Script

$NewPlayerAlias = $NewPlayerAlias.Split([IO.Path]::GetInvalidFileNameChars()) -join '_'

New-Item -ItemType Directory -Force -Path "$InstallDirectory\characters"
Copy-Item -Path "$InstallDirectory\Default.mpc" -Destination "$InstallDirectory\characters\$NewPlayerAlias.mpc"