StarCraft

From LANCommander
Revision as of 01:31, 1 August 2023 by DoctorDalek (talk | contribs) (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Blizzard Entertainment}} |Publishers = {{Game.InfoBox.Publisher|Blizzard Entertainment}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|March 31, 1998}} |Genres = {{Game.InfoBox.Genre|Real Time Strategy (RTS)}} {{Game.InfoBox.Genre|Strategy}} | PCGamingWiki = StarCraft }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = StarCraft.exe|Arguments = |WorkingDi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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"