XIII

From LANCommander
Revision as of 01:42, 1 August 2023 by DoctorDalek (talk | contribs) (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Ubisoft Paris}} |Publishers = {{Game.InfoBox.Publisher|Feral Interactive}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|November 18, 2003}} |Genres = {{Game.InfoBox.Genre|Shooter}} | PCGamingWiki = XIII }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = XIII.exe|Arguments = |WorkingDirectory = {InstallDir}/System|Primary = True}} }} {{Game.Scripts.Name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Developers
Ubisoft Paris
Publishers
Feral Interactive
Release Date
Windows: November 18, 2003
Genres
Shooter
View at PCGamingWiki

Actions

Name Path Arguments Working Directory Primary
Play XIII.exe {InstallDir}/System True

Name Change Script

$NewName = $args[0]
$InstallDir = $PSScriptRoot

New-Item -ItemType Directory -Force -Path "$InstallDir\Save"

Copy-Item -Path "$InstallDir\Default.pro" -Destination "$InstallDir\Save\$NewName.pro"