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
CE patches can be found under the CE mod folder (can be found through the "mods" tab in the main menu of rimworld>advanced options>open folder). The file path is 2890901044(the mod's workshop ID)>ModPatches>Grimworld Angels of Death>...>CE_Patch_(whatever item)
Almost every defname in the CE patch above is outdated, but if you ctrl+f for "defname" you will find every instance that needs to be replaced for CE to find the correct item to rework. Other than that, no changes or modifications are necessary to the files. Hope this helps!
There's an all-encompassing "course" on rimworld .xml-file tampering here: https://rimworldmodding.wiki.gg/wiki/Basic_Concepts
But, if you're specifically asking about tutorials for this mod in particular, I haven't found anything about it. I have some suggestions that might help though!
VERY basically, every item in this mod has a unique "defname" which represents an item. Each defname is given stats in the code (<accuracymedium> for example, codes for a ranged weapon's accuracy at medium range), but Combat Extended (CE) completely overhauls all the vanilla stats under the defname. So, CE has to replace those vanilla stats with parameters compatible with CE.
Hello, are there any more detailed tutorials available?
To clarify, this is not a compatibility issue on this mod's side, but rather that Combat Extended had added a patch in their mod in the past, but for whatever reason the defnames no longer match. Hope this helps somebody!