RimWorld

RimWorld

Bananas!
shadowk 1. maj 2020 kl. 12:57
Fixes For A Few Errors
Regarding the errors noted in the comments, I experienced them as well. The code fixes are pretty simple. In case author is busy or whatnot, here are some manual changes that will fix it:

File Recipes_Production_Bananades.xml:
- Change the word SmithingSpeed to GeneralLaborSpeed

File Recipes_Production_BananaFiber.xml:
- Same thing, change SmithingSpeed to GeneralLaborSpeed

File Plants_Wild_Temperate_Bananas.xml:
- Remove the 2 min/max lines between <visualSizeRange> and </VisualSizeRange>. Instead, just put: 1.7~2.0. Therefore, that section can just be on one line and it will look like: <visualSizeRange>1.7~2.0</visualSizeRange>

File Items_Food_BananaMeal.xml:
- Near the top, change the text "MealRottable" to "MealBase"
- Add some lines between </ingestible> </ThingDef>. It's near the bottom of the file, and that section should look like:

</ingestible>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>30</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
</ThingDef>
</Defs>

I put 30 here as rotting time for a Banana Meal. The author or the player can choose a value that they think is reasonable.
< >
Viser 1-3 af 3 kommentarer
shadowk 1. maj 2020 kl. 13:11 
(These are to complete the compatibility with Rimworld 1.1. These changes should be made to the files in the 1.1 directory.)

Also thank you mod creators for making this neat and useful mod!
ChrisBradel  [udvikler] 29. juni 2020 kl. 21:44 
Wow, I'm embarrassed that I was never notified about this. Thanks so much for your message, shadowk!! I've (FINALLY) gone ahead and implemented the changes! Now it's just up to Raggy to update the workshop page. Enjoy!
raganaknaknak  [udvikler] 29. juni 2020 kl. 22:06 
Hey, thanks a lot. I'm really sorry that this took me this long to notice.
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50