Magic Carpet

From LANCommander
Revision as of 00:45, 22 February 2024 by DoctorDalek (talk | contribs) (Created new page for Magic Carpet)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Developers
Krisalis SoftwareBullfrog Productions
Publishers
Sony Computer EntertainmentElectronic Arts
Release Date
Windows: May 6, 1994
Genres
Shooter
View at PCGamingWiki

Actions

Name Path Arguments Working Directory Primary
Play {InstallDir}\Dosbox\dosbox-x.exe ..\START.BAT -c "ipxnet connect {IPXRelayHost} {IPXRelayPort}" 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"