RimWorld
282 оценки
ReplaceLib
2
   
Награда
Добавяне към любими
В любими
Премахване от любими
Mod, 1.5, 1.6
Размер на файла
Публикуван на
Обновен на
540.041 KB
30 ян. в 2:11
14 юли в 0:07
8 бележки за промени ( преглед )

Абониране, за да се свали
ReplaceLib

В 2 колекции от ferny
The Progression Modpack | (1.5)
913 артикула
The Progression Modpack | (1.6)
551 артикула
Описание
What does this do?
This is a tool for modders, mainly for use in making overlap patches. Similar to Resource Dictionary, except in the hands of the modder. You can create ReplacerDefs which allow you to completely replace a thingDef with another def, which is very helpful for a guy like me.



Example
In this example, all instances of the mentioned crops would be entirely replaced. Even in deep places like meal recipes, all instances of the crop would be replaced by their VE counterpart.

How do I use this as a modder?
Make this mod a dependency on your mod, then just make a ReplacerDef.

Compatibility
- Compatible with Resource Dictionary

Credits
  • Taranchuk - Lots of lovely C#




[discord.gg]
81 коментара
Reestock 25 окт. в 8:17 
Nah, but the load folders was being kind of finnicky so I'm only like 85% sure.
ferny  [автор] 25 окт. в 7:52 
Nah I'm just trolling cause you said that funny, you're saying that didn't work?
Reestock 25 окт. в 7:51 
If I'm wrong then just tell me
ferny  [автор] 25 окт. в 7:50 
@Reestock Would I be saying pee pee poo poo if I was a fart baby?
Reestock 25 окт. в 6:43 
Would I be saying that didn't work if it worked when I tried it?
ferny  [автор] 24 окт. в 22:56 
@bradson Oh right duh
bradson 24 окт. в 18:35 
@Reestock just use a normal PatchOperationRemove to remove the replacer. It's still a regular def
Reestock 24 окт. в 18:11 
Apparently, pretty much nothing can stop a replacerDef. You can't get around it by removing it with a patch, or by creating a new thing of what it replaced, or by making a counter replaceDef. These things are unstoppable.
LaviWasTaken 21 окт. в 9:11 
@Reestock Unfortunately. I ended up spawning myself the straw with devmode.
ferny  [автор] 20 окт. в 20:48 
@Reestock You might be able to make a replacer that stacks onto another one? Like just replace it back? Idk I don't know if that' work