Modding Tools > Lucas' Radcore Cement Library Builder > Command Line Arguments

Command Line Arguments

These are the various command line arguments that the RCF Builder supports.

-inputrcf

Added in version 1.0.

Specify an input RCF file to output.

-inputrcf "C:\path\to\file.rcf"

-inputdir

Added in version 1.0.

Specify an input directory to output.

-inputdir "C:\path\to\folder"

-outputrcf

Added in version 1.0.

Specify an output RCF to build any inputs to.

-outputrcf "C:\path\to\file.rcf"

-outputdir

Added in version 1.0.

Specify an output directory to extract any inputs to.

-outputdir "C:\path\to\folder"

-rcf

Added in version 1.0.

Specify an RCF file to update with inputs.

This preserves the times of input and enables -memory.

-rcf "C:\path\to\file.rcf"

-bigendian

Added in version 1.0.

Builds a big endian RCF file for GameCube games. The tool defaults to little endian.

-bigendian

-alignment

Added in version 1.0.

Pads each file to the specified amount. Defaults to 2048, use 0 for no alignment.

-alignment "2048"

-preservedirtimes

Added in version 1.0.

Keep any modified dates when building an RCF file.

-preservedirtimes

-preservercftimes

Added in version 1.0.

Keep any modified dates when extracting from an RCF file.

-preservercftimes

-memory

Added in version 1.0.

Load every input file into memory when building an RCF file.

-memory
Donut Team © 2023 · v4.0