Marathon Infinity

From LANCommander
Revision as of 03:29, 6 January 2024 by DoctorDalek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Developers
Bungie
Publishers
Bungie
Release Date
Windows: October 15, 1996
Genres
Shooter
View at PCGamingWiki

Actions

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

Install Script

$AppData = $env:LOCALAPPDATA

New-Item -ItemType Directory -Force -Path "$AppData\AlephOne"
Copy-Item -Path "$InstallDirectory\Preferences" -Destination "$AppData\AlephOne\Marathon Infinity Preferences"

Name Change Script

$AppData = $env:LOCALAPPDATA

Write-ReplaceContentInFile -Pattern "player name=""[^""]+""" -Substitution "player name=`"$NewPlayerAlias`"" -FilePath "$AppData\AlephOne\Marathon Infinity Preferences"