3D Ultra Minigolf: Difference between revisions
DoctorDalek (talk | contribs) (Formatting Fixes) |
DoctorDalek (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
{{Game.InfoBox.Developer|Dynamix}} | {{Game.InfoBox.Developer|Dynamix}} | ||
|Publishers = | |Publishers = | ||
{{Game.InfoBox. | {{Game.InfoBox.Publisher|Sierra On-Line}} | ||
|Release Date = | |Release Date = | ||
{{Game.InfoBox.ReleaseDate|Windows|December 31, 1997}} | {{Game.InfoBox.ReleaseDate|Windows|December 31, 1997}} |
Latest revision as of 00:37, 22 February 2024
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"