Skip to content

Commit 2c743c0

Browse files
authored
Generalized description to reflect all supported ROMs
1 parent ebd71ec commit 2c743c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

GCIE-PS.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.DESCRIPTION
3-
Extracts or lists files from an uncompressed GameCube image (uncompressed gcm/iso). As this was originally written for "Harbor Masters 64" ports, it tries to extract a PAL OoT, PAL MQ or NTSC-U MM ROM by default. But it can also be used to extract any raw file from the gcm/iso by name or just list its file system.
3+
Extracts or lists files from an uncompressed GameCube image (uncompressed gcm/iso). As this was originally written for "Harbor Masters 64" ports, it tries to extract a supported OoT, MQ or MM ROM by default. But it can also be used to extract any raw file from the gcm/iso by name or just list its file system.
44
55
Requires you to install .NET and Powershell on MacOS and Linux (untested, but should work).
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GameCube Image Extractor Script for PowerShell
22
## DESCRIPTION
3-
Extracts or lists files from an uncompressed GameCube image (uncompressed gcm/iso). As this was originally written for "Harbor Masters 64" ports, it tries to extract a PAL OoT, PAL MQ or NTSC-U MM ROM by default. But it can also be used to extract any raw file from the gcm/iso by name or just list its file system.
3+
Extracts or lists files from an uncompressed GameCube image (uncompressed gcm/iso). As this was originally written for "Harbor Masters 64" ports, it tries to extract a supported OoT, MQ or MM ROM by default. But it can also be used to extract any raw file from the gcm/iso by name or just list its file system.
44

55
Requires you to install .NET and Powershell on MacOS and Linux (untested, but should work).
66

0 commit comments

Comments
 (0)