rmm
rmm copied to clipboard
An Open Source RimWorld mod package manager and sorting tool.
After i got it working with `rmm -u path-to/Rimworld by Ludeon Studios/ update` i got `FileNotFoundError: [Errno 2] No such file or directory: '/run/user/1000/rmm-4jm05kd4/Steam/SteamApps/workshop/content/294100'` It should be `steamapps`, not `SteamApps`.
Probably not an issue with the tool but with the manual/help. So i have the game itself in an extra folder, so i export RMM_PATH=\/Mods. Then when i run rmm,...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
I have downloaded a bunch of mods, and now every `rmm sync` results in this: Log ``` Steam Console Client (c) Valve Corporation - version 1702079268 -- type 'quit' to...
Related to issue #16 , since it still happened to me I decided to fix it. Basically download a mod and get the path from steamcmd output.
This happens when I use `rmm sort`. ``` ╰─ rmm sort Downloading rules file Traceback (most recent call last): File "/usr/bin/rmm", line 8, in sys.exit(run()) ^^^^^ File "/usr/lib/python3.11/site-packages/rmm/cli.py", line 569,...
Trying to install (or update) mod and get error > FileNotFoundError: [Errno 2] No such file or directory: '/tmp/rmm-y4q05ss4/Steam/SteamApps/workshop/content/294100' According to the console output, the file was successfully downloaded to...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....