This content is translated by Gemin,maybe exist some mistakes.
About the Mod
The content of this mod is very straightforward: it adds an "Export Mod Info" button to the Mod Configuration interface. Just click it, and you can batch export the necessary mod information.
There are two options for exporting:
"Export All" will export information for all mods (both disabled and enabled).
"Export Only Loadable" will only export the mods from the list on the right side (regardless of whether the mod is actually loaded or not).
The exported file is saved in the `Documents\RimworldExportMods` folder, in CSV format (you can open it with Excel). The file name is based on the export time, starting from the month down to the second. Files exported with "Export All" start with "All" (e.g., `All-11-23-17_38_33.csv`), while files exported with "Export Only Loadable" start with "Load" (e.g., `Load-11-23-17_38_33.csv`).
The exported information has **seven columns**, which represent:
[list]
[*] Name: The name of the mod.
[*] Author: The mod's creator.
[*] Source: Where the mod comes from (e.g., Official/DLC, Steam Workshop, Local Folder).
[*] Related Link: The link shown changes based on the source. If it's official, it's the Rimworld Steam store page; if it's from the Workshop, it's the mod's Workshop page; if it's local, it's the local folder path (found by opening the `Mods` folder in your RimWorld installation directory).
[*] ID: The mod's packageID.
[*] Load before: The IDs of mods that must come before this mod in the load order.
[*] Load after: The IDs of mods that must come after this mod in the load order.
[/list]
FAQs / Known Issues
Q;Can I add this mod mid-game?
A:Yes, absolutely! This mod only changes the UI and doesn't mess with any core game logic.
Q:What mods is this incompatible with?
A:I'm not exactly sure yet. When I tested this mod in my actual save file (which has 165 mods), the translation feature stopped working, causing the column headers in the exported CSV file not to display correctly. I haven't pinpointed which mod is causing this yet, but I'll check them one by one and update the results here.
Other Stuff
If you find any bugs, have feedback, or want to suggest new features, please leave a comment below!