Daikatana

From LANCommander
Revision as of 00:41, 22 February 2024 by DoctorDalek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"