Shattered Steel
Developers | |
---|---|
BioWareLogicware | |
Publishers | |
Interplay EntertainmentLogicware | |
Release Date | |
Windows: September 30, 1996 | |
Genres | |
SimulatorShooter | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | {InstallDir}\dosbox\dosbox-x.exe | -conf dosbox.conf | True |
Install Script
$uri = New-Object System.Uri($ServerAddress)
$Server = $uri.Host
# Use regex to replace text within a file. Quotes are escaped by double quoting ("")
Write-ReplaceContentInFile -Pattern '^mount c: (.+)' -Substitution "mount c: ""$InstallDirectory""" -FilePath "$InstallDirectory\Dosbox\dosbox.conf"
Write-ReplaceContentInFile -Pattern '^ipxnet(.+)' -Substitution "ipxnet connect $($server) 213" -FilePath "$InstallDirectory\Dosbox\dosbox.conf"