RimWorld

RimWorld

2,780 betyg
RimFridge: Now with Shelves!
19
10
2
2
12
5
8
4
4
3
3
2
2
2
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod, 1.4, 1.5, 1.6
Filstorlek
Lades upp
Uppdaterades
2.596 MB
6 dec, 2022 @ 11:48
17 jul @ 18:35
21 ändringsnotiser ( visa )

Abonnera för att ladda ner
RimFridge: Now with Shelves!

Beskrivning
The RimFridge we all know, and love, updated for RimWorld 1.4 1.5 1.6, with support for three stacks of items per fridge-cell - just like shelves.

Please note, the package-ID of this mod conflicts with "[KV] RimFridge", and "RimFridge Updated", and as such, only one of "RimFridge: Now with Shelves!", or "[KV] RimFridge", or "RimFridge Updated" can be subscribed to at once. This is done in the name of backwards-compatibility with mods that have compatibility-patches for RimFridge, and other such package-ID-dependent craic, so please forgive the inconvenience.



Many thanks go towards the original authors of this mod: Vendan, and then Kiame Vivacity.



Adds refrigerated racks to keep food and other perishables cold. Ideal for use in dining rooms, freeing up labour from feeding prisoners, or keeping food on hand for cooks.

RimFridges that are placed next to Nutrient Paste Dispenser will act as hoppers.

Base RimFridge comes in 1x1, 1x2, and 2x2 versions. A "Wall" version of the 1x1 and 1x2 can be used to divide rooms and separate the kitchen from the dining area, or create hard, impassible aisles of freezers. Wall RimFridges are accessible by pawns from both sides.

Each cell of a RimFridge can store three stacks of items, much like shelves in version 1.4 of RimWorld.

Beer and some other alcohols such as RimCusine 2's Stout, Ale, Grog and Cider gain a "Frosty" moodlet if chilled in a RimFridge and drunk by a colonist, because who doesn't like a cold one after a long day's work? Additional items from other mods can be easily added to the XML files in Defs\ThingDefs_Buildings.

A note to modders, this mod no longer destroys Rottables with its own version and all destructive prefixes were removed. All code was moved to a ThingComp which can be attached onto any Building_Storage that has power to give it Refrigeration capabilities.



Thanks to everyone who's helped translate this mod!
- Dragomano & qeqwrqweqweter - Russian
- 53N4 - Spanish
- duduluu & Schr0d & Jiunejai & failucha - Chinese
- phmalu - Portuguese
- Breakyt & Kiliak - French
- Ɲơɴɑɱɛ & twonky4 - German
- KondenEinenShizainoLaw - Japanese
- silverjoy & Orange_Mushroom - Korean
- drerp - Hungarian
- WebsterBolek - Polish
- Firty & MrCaka - Portuguese / Brazilian



Thanks to everyone who's added/edited code!
- Demonseed Elite – Refactored code for better compatibility and additional features
- towhead – Made the fridges hide the ugliness of food
- kbatbouta – Found a more efficient way to keep track of what food is stored and frozen in fridges.
- SokyranTheDragon – Improved a Harmony patch such that it has less performance cost and is less likely to be incompatible with other mods and game updates.
- MrMatsay – Fixed an issue which could cause `InvalidCastException`s to be thrown.
- JiaRG – Greatly enhanced the mod's support for localisation and provided comprehensive translations.



The source code for this mod can be found at: https://github.com/Unjust-Harry/rimworld-rimfridge-now-with-shelves
Populära diskussioner Visa alla (14)
3
9 jul @ 11:42
A few potential bugs with wall fridges
VitaKaninen
13
3 sep @ 12:07
Deep Fridge Bug with Workbench Deliveries
user
5
26 aug, 2024 @ 18:57
Fridges do not spawn after building
jumpshoxx
402 kommentarer
... 3 okt @ 11:07 
Would you consider making a version of the fridge wall and dual fridge wall, where you can only WITHDRAW food from one side, but place food in from any side? like maybe when you place it has a glow in one direction. or it has a picker once built, that lets you determine where people can withdraw food. it's maddening but my pawns keep running all the way into my kitchen (and tracking mud) to get food when they could just get it from the outside. i think it's a quirk of the pathing maybe.
Blitzcraig 27 sep @ 7:00 
The Frosty moodlet isn't working for me
Sig 11 sep @ 14:51 
Hello, the mass of the single refrigerator is greater than that of the dual refrigerator: https://i.postimg.cc/j212qqCm/Screenshot-2025-09-11-235001.png
Ranix 7 sep @ 15:55 
FYI if it looks like the refrigerators don't act as hoppers, make sure the activation point for the nutrient paste dispenser is unblocked. If there's a chunk or furniture in the way, it will look like the hoppers are disconnected
_♣Caligula♣_ 3 sep @ 12:08 
So, I removed this mod while keeping for restrictions being lwm deep storage and lo and behold, the ,,take to best stockpile menu" opens/functions again after a good bit of time.
Maybe a bugged interaction when used together with lwm deep storage mod?
That mod has not been patched since you mentioned the error introduced in 1.5 version(which is pretty much exactly when I noticed the error)
VitaKaninen 3 sep @ 5:53 
It is unlocked with Air Conditioning research. In the future, you can use the search bar on the research screen to find what you are looking for.

The build gizmo is located under Temperature. You can also use the search bar in the architect menu to find gizmos.
Amalek 3 sep @ 4:53 
Where/how can I build the refrigerator? I can't find any research on it, nor can I build it in the construction menu.
DawnsGlow 24 aug @ 20:19 
@"Just Harry", it's the Patch_Thing_AmbientTemperature:Prefix. I have 3 single rimfridge, 2 single wall fridge and 1 dual wall fridge.

The method takes 0.045 ms. For reference, Color Coded Mood Bar, which overrides vanilla functions and is known to be heavy, takes 0.180 ms.

It’s possible the method is already well optimized, and the reason RimFridge feels heavy is simply that my mod list doesn’t include any particularly performance heavy mods.
"Just Harry"  [skapare] 24 aug @ 15:08 
@DawnsGlow, are there any methods in particular which are taking up a deal of processing time, in your findings, that you could name, please?

I may be able to make further optimisations.
DawnsGlow 24 aug @ 12:54 
I have a performance optimized modlist and rimfridge is occasionally the 2nd most heaviest mod in dubs performance analyzer.

It would be nice to have a performance mode, that bypasses the dynamic temperature system and reports a fixed temperature and static power consumption, just like Simple Utilities : Fridges.