Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Right now, your mod is throwing errors for every patch if a respective DLC is not present. That's mostly because you tried to work with 'MayRequire' in your 'PatchOperations' what doesn't work in those cases. (Here the link to the Wiki note about that: https://rimworldwiki.com/wiki/Modding_Tutorials/MayRequire#Exceptions)
So you probably want those to use a PatchOperationFindMod for the DLCs, or have those patches in loadFolders to begin with.
Another option would be to add the DLCs as dependencies to your mod, but that would mean that it's always a complete package of ALL DLCs. If you need some more info, the #mod-development channel on the RW Discord is always there to help.
Thanks for mod btw