RimWorld

RimWorld

Hardcore Foods 1.5
 This topic has been pinned, so it's probably important
RetailPale  [developer] May 21, 2023 @ 2:05pm
Help Me Make It Better!
Balance issues/suggestions, Ideas, Additions.... all welcome...

I am currently trying to think of creative ways to extract the larvae in situations where you might have no resources at all!!
Last edited by RetailPale; May 21, 2023 @ 2:06pm
< >
Showing 1-4 of 4 comments
TurtleShroom May 21, 2023 @ 5:42pm 
Hey! Did you know that you can make custom types of Meat be counted as Insect Meat by the game, complete with the Precepts and Memes applying to it?

Simply add the following code into your Thing Def at the root level:
<ingredient> <mergeCompatibilityTags MayRequire="Ludeon.RimWorld.Ideology"> <li MayRequire="Ludeon.RimWorld.Ideology">InsectMeat</li> </mergeCompatibilityTags> </ingredient>

This will allow custom Mods and the "Ideology" Expansion Pack to have Pawns react to eating bugs correctly!

(Make sure to add the "MAYREQUIRE" field. That way, you don't have to require players to own the "Ideology" Expansion Pack.)
Last edited by TurtleShroom; May 21, 2023 @ 8:22pm
RetailPale  [developer] May 22, 2023 @ 10:36am 
Originally posted by TurtleShroom:
Hey! Did you know that you can make custom types of Meat be counted as Insect Meat by the game, complete with the Precepts and Memes applying to it?

Simply add the following code into your Thing Def at the root level:
<ingredient> <mergeCompatibilityTags MayRequire="Ludeon.RimWorld.Ideology"> <li MayRequire="Ludeon.RimWorld.Ideology">InsectMeat</li> </mergeCompatibilityTags> </ingredient>

This will allow custom Mods and the "Ideology" Expansion Pack to have Pawns react to eating bugs correctly!

(Make sure to add the "MAYREQUIRE" field. That way, you don't have to require players to own the "Ideology" Expansion Pack.)
Appreciate that, I literally just uploaded it as it was so I could continue my game haha. I am going to look into this I am by no means an expert at xml.
I did kinda avoid this intentionally though.. as this mod is for hardcore survival I was basically thinking that instead of the pawn getting mad it had to eat it instead the pawn understands that it kinda has too.
Last edited by RetailPale; May 22, 2023 @ 10:39am
TurtleShroom May 22, 2023 @ 10:52am 
Originally posted by Milky:
I did kinda avoid this intentionally though.. as this mod is for hardcore survival I was basically thinking that instead of the pawn getting mad it had to eat it instead the pawn understands that it kinda has too.

If this is HARDCORE survival, then that makes it even MORE realistic. No one wants to eat raw bugs dug out of steel ore.
RetailPale  [developer] May 22, 2023 @ 10:56am 
Originally posted by TurtleShroom:
Originally posted by Milky:
I did kinda avoid this intentionally though.. as this mod is for hardcore survival I was basically thinking that instead of the pawn getting mad it had to eat it instead the pawn understands that it kinda has too.

If this is HARDCORE survival, then that makes it even MORE realistic. No one wants to eat raw bugs dug out of steel ore.
Fair but the concept obviously didnt think that when you mine a mountain you get 100% ore... rather dirt etc but yea I will look into it
< >
Showing 1-4 of 4 comments
Per page: 1530 50