Games:3D Ultra Minigolf

From LANCommander
Revision as of 16:09, 5 January 2024 by DoctorDalek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Developers
Dynamix
Publishers
Sierra On-Line
Release Date
Windows: December 31, 1997
Genres
Arcade
View at PCGamingWiki

Actions

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

Name Change Script

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