Marathon
Developers | |
---|---|
Bungie | |
Publishers | |
Bungie | |
Release Date | |
Windows: December 21, 1994 | |
Genres | |
Shooter | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | {InstallDir}\Marathon.exe | True |
Install Script
New-Item -ItemType Directory -Force -Path "$($env:LOCALAPPDATA)\AlephOne"
Copy-Item -Path "$InstallDirectory\Preferences" -Destination "$($env:LOCALAPPDATA)\AlephOne\Marathon Preferences"
Name Change Script
$Path = "$($env:LOCALAPPDATA)\AlephOne\Marathon Preferences"
Write-ReplaceContentInFile -Pattern "player name=""[^""]+""" -Substitution "player name=`"$NewPlayerAlias`"" -FilePath $Path