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' RadMusic Script Builder

Command Line Arguments

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

-inputxml

Added in version 1.0.

Specify the path to an input XML file.

-inputxml "C:\path\to\file.xml"

-inputrms

Added in version 1.0.

Specify the path to an input RMS file.

-inputrms "C:\path\to\file.rms"

-outputxml

Added in version 1.0.

Specifythe path to an output XML file.

-outputxml "C:\path\to\file.xml"

-outputrms

Added in version 1.0.

Specify the path to an output RMS file.

-outputrms "C:\path\to\file.rms"

-outputtypes

Added in version 1.0.

Specify the path to an output text file that will contain RMS types.

-outputtypes "C:\path\to\file.txt"

-rsdpath

Added in version 1.0.

Specify a path or paths to your mod's music files (.rsd, .ogg, or .flac) so the tool can get the file size and other information for custom tracks automatically.

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