Releases: fluffy-mods/ModManager
Mod Manager v3.5.996 (1.2.2723)
2020-08-19 00:08 :: Fluffy :: add steam links for original mod & author to local copies
2020-08-19 00:08 :: Fluffy :: re-implement updating local copies from steam source
2020-08-18 22:08 :: Fluffy :: check if userdata exists before trying to copy it
2020-08-18 21:08 :: Fluffy :: fix key error in auto-sort
2020-08-18 21:08 :: Fluffy :: fix possible nullref in Incompatible.get_Resolvers
2020-08-18 20:08 :: Proxyer :: Update Japanese Translation for v3.4.966 (#123)
Mod Manager v3.4.966 (1.2.2723)
Release 3.4.966 [nolog]
Mod Manager v3.3.962 (1.2.2723)
Release 3.3.962 [nolog]
Mod Manager v3.2.961 (1.2.2723)
2020-08-16 23:08 :: Fluffy :: sanitize filenames for user data
2020-08-16 22:08 :: Fluffy :: sanitize filenames for user data
2020-08-16 22:08 :: Fluffy :: improve loading of preview images, give users control over cache
2020-08-16 15:08 :: Fluffy :: properly cache crosspromotions
Mod Manager v3.1.942 (1.2.2723)
2020-08-16 00:08 :: Fluffy :: cache relevant issue list
2020-08-16 00:08 :: Fluffy :: properly cache Dependency.Target
2020-08-15 22:08 :: Fluffy :: copy user data when copying/moving mod
Mod Manager v3.0.930 (1.2.2723)
Managing mods should be easy!
A cleaner, better Mod management screen.
- separate lists for available and active mods
- create and delete local copies of steam mods
- create and load mod list backups
- load mod list from save games
- (mass) subscribe to steam mods
- proper search filtering
- drag and drop activation and reordering
- keyboard navigation
- mod and mod list colouring
- discover other mods by your favourite author(s)
And, if supported by the mod author;
- version checking
- dependency checks
- incompatibility checks
- load order hints
Allows modders to create a Manifest.xml file, enabling a bunch of features that should have been in vanilla;
- version checking
- dependency checking
- incompatibility checking
- load order hints
See the documentation for details on how to implement this. It's easy!
local mod copies
You can make a local copy of any steam mods (or all active steam mods at once) by clicking the corresponding button underneath the mod details (or active mods list). Doing this will make sure any updates to the steam version will not break your game in progress. Local mods are created in the RimWorld/Mods folder, and can be manually deleted, or deleted by clicking the corresponding button underneath the mod details.
Note: You may want to occasionally delete obsolete local copies, as having many mods in the mod folder will make RimWorld take longer to start, and the Mod Manager window take longer to open.
mod list backups
You can create mod lists by clicking the mod list button underneath your active mods, and selecting 'save current list'. You will have to choose a unique name, and the mod list will be stored in a folder next to your save games.
To load a modlist, click the mod list button, then select the save game or mod list you want to load mods from. Any mods that couldn't be matched to your current list of mods will be greyed out.
To delete a mod list (only the list, not the actual mods), click the mod list button, select the list to be deleted, and then choose the delete option.
steam subscribing
If a loaded modlist contains mods you do not have installed, but are available on the workshop, you can quickly install the mod by clicking the button in the mod details. You can also click the 'subscribe to all' button underneath the active mods list to subscribe to all missing mods.
mod and mod list colours
You can set colours for individual mods by clicking the palette icon underneath the mod details. To change the colour for all mods in a mod list, click the mod list icon underneat the active mod list, select the list, then 'change colour'.
keyboard navigation
Sometimes, it's easier to navigate large lists with the keyboard.
- Tab: cycles focus between search inputs and lists of mods.
- Up/Down: selects the previous/next mod in the list.
- Page Up/Down: selects the top/bottom mod in the list.
- Left/Right: switch focus between active and available lists.
You can also manipulate the lists;
- Enter: activates/deactivates a mod, and selects the next mod in the list.
- Shift+left: deactivates a mod, keeping it selected, and switching focus to the available list.
- Shift+right: activates a mod, keeping it selected, and switching focus to the active list.
- Shift+up/Shift+down: move an active mod up/down in the load order.
- Shift+Page Up/Down: move an active mod to the top/bottom of the load order.
mod promotions
When a Steam Workshop mod is selected (or a local copy of a steam workshop mod), Mod Manager will automatically look for other mods by the same author, and show you a promotion for any mods you don't already have. These promotions let you easily discover other (new) mods by your favourite author(s), and even quickly subscribe to them!
This function can be turned off in Mod Managers' settings
- erdelf: invaluable help with Harmony transpilers
- Brrainz: multi-version targetting, inspiration for mod promotions
- b606: French translation
- Proxyer: Japanese translation, with frequent updates
- 奔跑的梅洛斯: Simplified Chinese translation
- Zetrith: Fix blurry mod descriptions
- enescaglayan: Turkish translation
- Lex1975: Russian translation
- Torq: Russian translation
- Patrick Schmitt: German translation
- Han Yaodong: Updates to Chinese translations
- Michaël Marinetti: Updates to French translation
This is version 3.0.930, for RimWorld 1.2.2723.
- 2020-08-15 00:08 :: Fluffy :: fix user data storage
- 2020-08-14 22:08 :: Fluffy :: give local copies unique packageId's, handle comparing them
- 2020-08-11 22:08 :: Fluffy :: fix nullref in manifest.notify_recache
- 2020-05-18 23:05 :: Han Yaodong :: Update Chinese Translation for v2.11.893 (#91)
Mod Manager v2.11.893 (1.1.2610)
2020-04-27 23:04 :: Fluffy :: fix crosspromotion preview path
Mod Manager v2.10.891 (1.1.2610)
2020-04-23 :: Mohas :: added a null check to onlineManifest in VersionCheck.Resolvers so Resolvers don't throw exception when something goes wrong in FetchManifest (#89)'
2020-04-13 :: Fluffy :: re-add subscribe to crosspromotion option'
Mod Manager v2.9.889 (1.1.2598)
2020-04-13 :: Proxyer :: Update Japanese Translation for v2.8.888 (#83)'
Mod Manager v2.8.888 (1.1.2598)
2020-04-12 :: Fluffy :: implement auto-sort'