RimWorld
1,733 оценки
Use This Instead
49
20
4
14
6
11
5
4
7
6
2
3
2
2
2
   
Награда
Добавяне към любими
В любими
Премахване от любими
Mod, 1.4, 1.5, 1.6
Размер на файла
Публикуван на
Обновен на
1.330 MB
30 дек. 2024 в 11:32
8 авг. в 2:46
148 бележки за промени ( преглед )

Абониране, за да се свали
Use This Instead

В 1 колекция от Mlie
Developed by me
109 артикула
Описание


TLDR: This mod scans your installed mods and suggest working/more updated replacements for those mods

Continuations of mods has many names and has become an large part of the RimWorld modding community.
It can be hard to keep track of when mods gets a new version by another modder. This mod tries to remedy that by keeping track and informing about when a mod has a replacement version on the workshop.

Data from my own collection of continued mods is a large part of this mod. Another large part is from my friends continuations; the collection by Zaljerem and the collection by velcroboy333.
The mod also uses info about mods that have been requested on my Discord server and continued by another modder as well as any mod published on the workshop using the usual suffixes for continued mods (as seen in the preview image).

This mod should work well together with my Show Mod Updates to make it easier to keep track of you favorite mods during those major RimWorld updates!

This mod will be updated regularly to include new releases. I hope this will be of use and if you have info about a mod-continuation not showing up in the mod or a faulty replacement suggestion, please report it in the comments or on the linked Discord-server.

Note: for those using non-steam download like rimpy with steamcmd, apparently that solution does not reliably remove files when updating. So if you have a problem with old replacement showing up, try removing the mod fully between each update.

Mod-options
  • Always show replacement button, event with no replacements
  • Show all possible replacements or only for active mods
  • Show all replacement-versions or only for the currently installed RimWorld version
  • Verbose logging for debugging
  • Replacement-button also in the mod-options for those with a custom gui-theme

[discord.gg]
[github.com]


Since modding is just a hobby for me I expect no donations to keep modding. If you still want to show your support you can gift me anything from my Wishlist or buy me a cup of tea.

[ko-fi.com]


  • See if the the error persists if you just have this mod and its requirements active.
  • If not, try adding your other mods until it happens again.
  • Post your error-log using the Log Uploader or the standalone Uploader and command Ctrl+F12
  • For best support, please use the Discord-channel for error-reporting.
  • Do not report errors by making a discussion-thread, I get no notification of that.
  • If you have the solution for a problem, please post it to the GitHub repository.
  • Use RimSort[github.com] to sort your mods

| tags: continued mods, replacement suggestions
Популярни дискусии Всички (3)
5
21 юли в 11:07
After replacing a mod opens up 7 instances of rimworld
spencerbane
301 коментара
llunak 8 авг. в 2:05 
Github repo of the original Hospitality has a pinned note that it's abandoned (https://github.com/OrionFive/Hospitality/issues/857) .
Mlie  [автор] 6 авг. в 22:26 
@Bherdani According to other sources it is, but since the comment section is locked out I cant verify either way.
Bherdani 6 авг. в 17:37 
FYI original Hospitality mod NOT abandoned, Orion addressing bug reports for 1.6 as recent as 2 days ago.
Mlie  [автор] 6 авг. в 13:53 
The issue with multiple instances of RimWorld starting after replacing mods should now be resolved
Mlie  [автор] 6 авг. в 13:52 
@VirtualZer0 You are correct, I was not thinking about the version-check I implemented recently. It should now be an asynchronous call instead. Hopefully this will resolve the issue for you and others that get timeouts when connecting to github!
miku567 6 авг. в 10:42 
Ok I understand.
Mlie  [автор] 5 авг. в 23:12 
@miku567 The original was abandoned after they did the 1.6 update, the continued version is the correct one.
miku567 5 авг. в 16:27 
Hi, there is a problem. Mod points out to a new version of Hospitality mod, even though Orion already updated his fork to rimworld 1.6.
kont0r 3 авг. в 15:21 
I just spent more than one hour doing this manually, then I found this. 🙈
VirtualZer0 3 авг. в 5:23 
No, the problem is indeed in your mod. During the game loading, you make a synchronous request (apparently to the mod database for replacement), and it just times out for me. And all this time, further loading of mods just stops. Please use asynchronous requests when working with network, since you can never guarantee that requested resource will be available for another user or will load in an acceptable time.