Skip to content

Installing mods

Alejandro Osornio edited this page Feb 6, 2022 · 1 revision

There are three ways to install a mod:

  • By ID
  • By Steam URL
  • By Name

These 3 can be used by running:

rrm install [MOD_1 MOD_2 MOD_3 ..]

Example:

rrm install "Fluffy Breakdowns 1.3" https://steamcommunity.com/sharedfiles/filedetails/?id=2643795171 2659985388

Usage demo

Video available here

Flags

  • --yes, -y: Do not display any confirmation and mark all as accepted
  • --resolve, -r: Automatically install all necessary dependencies recursively

Install by ID or Steam URL

This method does not require any confirmation and is the recommended one. It's even better when using the command in a batch mode, example:

alejandro@Mac ~ % rrm install --resolve
https://steamcommunity.com/sharedfiles/filedetails/?id=2692669482
https://steamcommunity.com/sharedfiles/filedetails/?id=2643795171
https://steamcommunity.com/sharedfiles/filedetails/?id=2707120862
END
Installing mods ...            Done!
Installing dependencies        Done!

Install by Name

If a given mod is a name like "Fluffy Breakdowns 1.3", rrm will search for it in Steam and return a list of the top ~15 results.

Generally, the first result is the desired one, but not always. That's why rrm will prompt for confirmation after showing the name and author of the top result.

Select another mod

You can select another result by writing s and inputting the number of the mod. Or write m to display a little bit more results. If the displayed mod is the desired one, just write y or yes to continue or n to cancel all.

Example:

alejandro@Mac ~ % rrm install "Fluffy Breakdowns"
Adding Fluffy Breakdowns by Fluffy. Want to continue? [y/n/s(select_other)]: s
             Steam ID   Name                                           Uploader
             --------   --------                                       --------
 0          726244033   Fluffy Breakdowns                              Fluffy
 1         2584064444   Fluffy Breakdowns (1.3 Update)                 The Eye of Brows
 2         1152270157   Fluffy Breakdowns 日本語化 0.19対応                  白石☭ユキヒサ
 3         1137812026   Just Fix it!                                   Cisien
 4         1361691344   Repair Work Type                               Lytalm
Select which number to add to installation cart: 1
Added Fluffy Breakdowns (1.3 Update) by The Eye of Brows...
Installing mod ...            Done!

Select default mod always

You can avoid manually writing 'yes' or y by using the --yes flag.

Example:

alejandro@Mac ~ % rrm install "Fluffy Breakdowns" -y
Installing mod ...            Done!
Clone this wiki locally