shakeyourbunny / RWMS

RWMS -- RimWorldModSorter, sort your RimWorld mods
GNU General Public License v2.0
43 stars 8 forks source link

Not Changing Mod Order #40

Closed ghost closed 4 years ago

ghost commented 4 years ago

I am trying to get this to work but having no luck. I have RimWorld installed to a second Steam Library on a different drive than my main Steam installation so I have tried to set the config.ini manually. Here's what I've done so far:

  1. Installed Python 3.8 (successfully).
  2. Added the Python scripts folder to PATH variables (successfully).
  3. Ran install_requirements.cmd (successfully).
  4. Ran rwms_sort.cmd --dump-configuration (no results, just a blank line and another command prompt).
  5. Ran rwms_sort.cmd (no results, just a blank line and another command prompt).
  6. Modified the rwms_config.ini to manually specify the appropriate directories: steamdir = "C:\Program Files (x86)\Steam" configdir = "C:\Users\kreli\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios" workshopdir = "D:\SteamLibrary\steamapps\workshop\content\294100"
  7. Ran rwms_sort.cmd --dump-configuration (no results, just a blank line and another command prompt).
  8. Ran rwms_sort.cmd (no results, just a blank line and another command prompt).

No matter what I do, nothing happens to my ModConfig.xml.

ghost commented 4 years ago

Okay, I got it to work (of course after submitting the issue).

I have to use the .py files (not .cmd). I also had to see the directories a little differently. steamdir = D:\SteamLibrary drmfreedir = D:\SteamLibrary\steamapps\common\RimWorld\ configdir = C:\Users\kreli\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config