Daikatana

From LANCommander
Developers
Ion StormKemco
Publishers
Square EnixKemco
Release Date
Windows: May 23, 2000
Genres
PuzzleShooter
View at PCGamingWiki

Actions

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

Name Change Script

$Documents = [Environment]::GetFolderPath('MyDocuments')

Write-ReplaceContentInFile -Pattern '^set name \"(.+)\"' -Substitution "set name ""$NewPlayerAlias""" -FilePath "$InstallDirectory\data\current.cfg"
Write-ReplaceContentInFile -Pattern '^set name \"(.+)\"' -Substitution "set name ""$NewPlayerAlias""" -FilePath "$Documents\My Games\Daikatana\data\current.cfg"