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
" room_treasures: .chance 1 .types eldmimic_chest "
with
" room_treasures: .chance 1 .types mimic_chest "
I didn't include that mimic in this mod because it was bugged for me. The mimic would just pass turns and do nothing. I tried fixing it, but I couldn't figure out the issue, so I flushed the mod.
- Each area has a singular props file, which contains all the curios that can be found in that area. This is why these mods are incompatible with each other, because they all have to edit the same file.
Since the only mod you don't use is the Webs of Malice, you don't need the zip folder.
1. Go to dungeons > Weald. You will find the weald.props.darkest .
2. Open the file in notepad, or in any text editor.
In the mod description, where it says Weald, I list out all the lines of code that make each mod work. For the Webs of Malice mod to work, it needs to include the line hall_curios: .chance 5 .types rabbithole into the weald.props.darkest .
3. Delete the hall_curios: .chance 5 .types rabbithole line in weald.props.darkest .
4. Save and you're done.