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
In the error trap I see:
Unrecognized Skill Token: STRAND_EXTRACT
This is because the skill token should be EXTRACT_STRAND
https://dwarffortresswiki.org/index.php/Skill_token#EXTRACT_STRAND
For any who would like to fix this before the mod is updated, go to the mods folder and find the file
reaction_dwarf_chemistry and replace [SKILL:STRAND_EXTRACT] with [SKILL:EXTRACT_STRAND]
I had to restart my game and delete all files in the installed mods folder for this to take effect for me.
This seems to be an issue with the entity patch - I fixed it in my save by going into the raws for Dwarven Chemistry and adding these lines from entity_patch_candymakers.txt (in this mod's raws) to entity_patch_dwarf_chemistry.txt:
[PERMITTED_BUILDING:CONFECTIONERY]
[PERMITTED_REACTION:MAKE_GELATIN]
[PERMITTED_REACTION:MAKE_CHOCOLATE]
[PERMITTED_REACTION:MAKE_CARAMEL]
[PERMITTED_REACTION:MAKE_GUMDROP]
[PERMITTED_REACTION:MAKE_CANDY]
[PERMITTED_REACTION:MAKE_MARSHMALLOW]
[PERMITTED_REACTION:GRANULARIZE_SYRUP]
These files can be found in the data/installed_mods directory and changes work on existing saves.
When loading your mod in errorlog.txt I'm getting:
*** Error(s/building_dwarf_chemistry.txt) found in the file "data/installed_mods/dwarven_chemistry (1)/objects"
Unrecognized Labor Token: CHEMIST
I think you are missing the definition of that token or an dependency on some other mode in info.txt or it should have been CHEMISTRY