Tony Hawk's Pro Skater 3
Developers | |
---|---|
BeenoxNeversoft Entertainment | |
Publishers | |
ActivisionAspyr Media | |
Release Date | |
Windows: October 28, 2001 | |
Genres | |
Sport | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | {InstallDir}\THPS3.exe | True | ||
Setup | {InstallDir}\partyconfig.exe | False |
Name Change Script
# Converts a string to a UTF16-encoded byte array. This looks like ASCII characters separated by 0x00 in most cases.
$bytes = ConvertTo-StringBytes -Input $NewPlayerAlias -MaxLength 15 -MinLength 15
Edit-PatchBinary -FilePath "$InstallDirectory\Data\Settings\OptionsAndPros\net.opt" -Offset 0xed -Data $bytes