3D Ultra Minigolf: Difference between revisions

From LANCommander
No edit summary
(Formatting Fixes)
Line 1: Line 1:
[[Category:Games]]
[[Category:Games]]
{{Game.InfoBox
{{Game.InfoBox
|Cover = cover.jpg
|Cover = cover.jpg
|Developers =
{{Game.InfoBox.Developer|Dynamix}}
|Publishers =
{{Game.InfoBox.Developer|Sierra On-Line}}
|Release Date =
|Release Date =
{{Game.InfoBox.ReleaseDate|Windows|December 31, 1997}}
{{Game.InfoBox.ReleaseDate|Windows|December 31, 1997}}
|PCGamingWiki = https://www.pcgamingwiki.com/wiki/3D_Ultra_Minigolf_Adventures
|Genres =
}}
{{Game.InfoBox.Genre|Arcade}}
|PCGamingWiki = 3D_Ultra_Minigolf_Adventures}}


{{Game.ActionBox
{{Game.ActionBox
Line 18: Line 22:
|Description =  
|Description =  
|RequiresAdmin = False
|RequiresAdmin = False
|Contents = <syntaxhighlight lang="powershell" line>
|Contents =
<syntaxhighlight lang="powershell" line>
# Use regex to replace text within a file. Quotes are escaped by double quoting ("")
# 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"
Write-ReplaceContentInFile -Pattern '^Player1Name=(.+)' -Substitution "Player1Name=$NewPlayerAlias" -FilePath "$InstallDirectory\minigolf.ini"
</syntaxhighlight>
</syntaxhighlight>
}}
}}

Revision as of 02:00, 6 January 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"