Skip to content

Releases: Jayveer/Gcx

Gcx 1.0

24 Feb 22:29
Compare
Choose a tag to compare

Usage

By default the tool will be set to decompile in MGS4 mode and not export resources. Currenlty only decompile is supported. MGS3 and MGS4 are the only game options that can be set. MGS2 and MGS1 are not currently supported. Below is a list of games that are supported by both options;

-MGS4
    MGS4, MGS3D, Peace Walker
-MGS3
    MGS3, Portable Ops, Acid 1 + 2

If you wish to decompile an MGS4 GCX file.

Gcx.exe "path\to\scenerio.gcx"

As Decompile and MGS4 are default options there are no need to set them

Gcx.exe -res "path\to\scenerio.gcx"

If you want to export resources as well you can use the -res option. This will export numbered binary resources in a separate folder. If there are a lot of resources it can take a while.

Gcx.exe -mgs3 -res "path\to\scenerio.gcx"

If you wish to export from mgs3 with resources you would use the above option.

Gcx.exe -decompile -mgs4 "path\to\scenerio.gcx"

all of the options are optional, above is what the default would resolve to.

If there are any problems or you believe some output is incorrect please raise it in the issues tab.

MIT
This project falls under the MIT license.