RimWorld
Perishable Spoil Time Filter
댓글 24
SimplePhysics  [작성자] 2025년 7월 31일 오전 6시 31분 
Glad to hear it! It may be possible the other conflicts are also resolved, so if anyone wants to test those again, feel free and report back, I'll try and support this for a little while 😁
Bobbysepp 2025년 7월 31일 오전 1시 57분 
^^ Thank you both! Works fantastically!
NuanKi 2025년 7월 30일 오후 10시 17분 
Thanks!
NuanKi 2025년 7월 30일 오후 10시 17분 
@SimplePhysics, as the author of the other mod, it works perfectly
SimplePhysics  [작성자] 2025년 7월 30일 오후 2시 15분 
@Bobbysepp: It's probably for the best since I don't check the Github at all, hahaha!

I made the change you suggested and it seems to work on my end without that other mod, can you try it now and report back if it works or not? Thanks!
Bobbysepp 2025년 7월 29일 오후 10시 13분 
Since I can't seem to make an issue in Github, I'll put this here:
There is a collision between this mod and Adaptive Storage - Global Settings.
It is caused by the harmony patch: CopyAllowancesFrom_Postfix
It can be fixed by adding the line to the top of the patch:

if (Find.World == null)
return;

as is already done in: ExposeData_Postfix

I would love to see these mods made compatible, as both mods are fantastic!
SimplePhysics  [작성자] 2025년 7월 29일 오전 9시 03분 
Of course! This mod is invaluable to me personally!
The Bard of Hearts 2025년 7월 27일 오후 1시 38분 
Awesome! Thanks
SimplePhysics  [작성자] 2025년 7월 27일 오전 7시 57분 
It appears to still work for 1.6, updated tag
The Bard of Hearts 2025년 7월 19일 오후 2시 13분 
Is this still working in 1.6?
SimplePhysics  [작성자] 2024년 7월 19일 오전 6시 43분 
Updated the enabled versions for 1.5
Alien Xenomorph 2024년 5월 10일 오전 3시 13분 
@Doomchibi
Still work at 1.5, at least 'spoil time' filter is appearing. If red exsclamation mark in mods list is annoing you just add line <li>1.5</li> in <supportedVersions> section of About.xml file (or change 1.4 to 1.5, no difference). Or use 'as is' if it doesn't boring you.
Doomchibi 2024년 5월 8일 오후 1시 00분 
Does anyone know if this is working in 1.5? One of my favorite mods that I would consider a "must have" for cooking...
thailyn 2023년 9월 5일 오후 12시 30분 
@ChroChro @SimplePhysics This error is also triggered when this mod is used with the Medical System Expansion 2 mod. I tested adding some error logging in this mod, and it is the MyWorldComponent object which is null, so you could add a null check to your harmony patch to avoid the exception.

As for whether these other mods are doing improper things which are triggering your patch earlier than you expect, I have no idea.

Also, an unrelated FYI: you have not committed your changes to the About directory in your fork of the GitHub repo.
ChroChro 2023년 9월 3일 오후 2시 28분 
not sure which mod is "at fault" for the incompatibility but terraform rimworld and perishable time filter spit out this red line, perishable will work fine but terraform will effectively be bricked

[HugsLib][ERR] TerraformRimworld caused an exception during OnDefsLoaded: System.NullReferenceException: Object reference not set to an instance of an object
at PerishableSpoilTimeFilter.HarmonyPatches.CopyAllowancesFrom_Postfix (Verse.ThingFilter __instance, Verse.ThingFilter other) [0x00005] in
Player 2023년 4월 15일 오후 12시 35분 
This mod and Apothecary appear to be incompatible. They cause significant lag when combined. https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2195469123
SimplePhysics  [작성자] 2023년 1월 8일 오후 10시 22분 
@Teusdv: Per that mod's description, it is incompatible with any other mod adding UI sliders. I don't think I can patch that.
Teusdv 2023년 1월 8일 오전 1시 36분 
sorry, the mod was not loaded, btw i found a issue related to better sliders, not a broken problem but the UI gets bugged when using the always on of better sliders, perhaps this is because of width i think.
SimplePhysics  [작성자] 2023년 1월 7일 오후 10시 51분 
@Teusdv: Sure but, fair warning, I'm not particularly skilled with C# and Rimworld mods, so I make no guarantees
Teusdv 2023년 1월 5일 오전 7시 52분 
not working on my modlist, hard to seek cause its 542 mods. U want a hugslib log ?
SimplePhysics  [작성자] 2023년 1월 4일 오후 8시 30분 
If anyone sees some weird floating icons of items in their storage menus with this mod installed, let me know; I just started seeing them in my own game and it might either be related to this mod or it could be another of the mods in my modlist has updated and is broken, I don't know.
SimplePhysics  [작성자] 2023년 1월 4일 오전 7시 33분 
@kamikadza13: Sure, it was actually in the original too
kamikadza13 2023년 1월 4일 오전 5시 10분 
Can you remove "_copy" from packageId?
RimPy warning it.
Alien Xenomorph 2023년 1월 4일 오전 3시 26분 
Thank you!!!