Midtown Madness: Difference between revisions

From LANCommander
(Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Angel Studios}} |Publishers = {{Game.InfoBox.Publisher|Microsoft}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|May 1, 1999}} |Genres = {{Game.InfoBox.Genre|Simulator}} {{Game.InfoBox.Genre|Racing}} | PCGamingWiki = Midtown_Madness }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = Open1560.exe|Arguments = |WorkingDirectory = |Primary = True}} }}")
 
No edit summary
 
Line 9: Line 9:
{{Game.InfoBox.ReleaseDate|Windows|May 1, 1999}}
{{Game.InfoBox.ReleaseDate|Windows|May 1, 1999}}
|Genres =
|Genres =
{{Game.InfoBox.Genre|Simulator}}
{{Game.InfoBox.Genre|Simulator}}{{Game.InfoBox.Genre|Racing}}
{{Game.InfoBox.Genre|Racing}}
|PCGamingWiki = Midtown_Madness}}
| PCGamingWiki = Midtown_Madness
}}


{{Game.ActionBox
{{Game.ActionBox
|Actions =  
|Actions =  
{{Game.ActionBox.Row|Name = Play|Path = Open1560.exe|Arguments = |WorkingDirectory = |Primary = True}}
{{Game.ActionBox.Row|Name = Play|Path = {InstallDir}\Open1560.exe|Arguments = |WorkingDirectory = |Primary = True}}
}}
 
 
{{Game.Scripts.NameChange
|Name = Name Change Script
|Description =
|RequiresAdmin = False
|Contents =
<syntaxhighlight lang="powershell" line>
$bytes = ConvertTo-StringBytes -Input $NewPlayerAlias -MaxLength 12 -MinLength 12
 
Edit-PatchBinary -FilePath "$InstallDirectory\Hook1560.dll" -Offset 0x1500E4 -Data $bytes
</syntaxhighlight>
}}
}}

Latest revision as of 03:29, 6 January 2024

Developers
Angel Studios
Publishers
Microsoft
Release Date
Windows: May 1, 1999
Genres
SimulatorRacing
View at PCGamingWiki

Actions

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

Name Change Script

$bytes = ConvertTo-StringBytes -Input $NewPlayerAlias -MaxLength 12 -MinLength 12

Edit-PatchBinary -FilePath "$InstallDirectory\Hook1560.dll" -Offset 0x1500E4 -Data $bytes