Sacred

From LANCommander
Revision as of 21:54, 8 January 2024 by DoctorDalek (talk | contribs) (Created new page for Sacred)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Developers
Ascaron Entertainment
Publishers
Red Ant EnterprisesKoch MediaLinux Game PublishingEncore
Release Date
Windows: March 19, 2004
Genres
Role-playing (RPG)
View at PCGamingWiki

Actions

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

Name Change Script

# Use regex to replace text within a file. Quotes are escaped by double quoting ("")
Write-ReplaceContentInFile -Pattern '^NETWORK_PLAYER(.+)' -Substitution "NETWORK_PLAYER : $($NewPlayerAlias)" -FilePath "$InstallDirectory\settings.cfg"