Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
  • Modding Tools
  • Lucas' Radcore Cement Library Builder

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