[A14] Colonists choosing raw corn over simple meal to eat?

Started by Chibiabos, July 15, 2016, 08:23:03 PM

Previous topic - Next topic

Xplicita

Quote from: 1000101 on July 17, 2016, 06:14:18 PM
The problem stems from an inverted check.  The discussion in the rimworld modding slack has found the problem (macrosblackd is the one who actually noticed it) and CCL's check has been inverted for proper logic.

The logic should look like this (from CCLs code):
            validator.minPref =
                desperate
                ? FoodPreferability.DesperateOnly
                :
                    !eater.RaceProps.Humanlike
                    ? FoodPreferability.NeverForNutrition
                    :
                        eater.needs.food.CurCategory >= HungerCategory.UrgentlyHungry
                        ? FoodPreferability.RawBad
                        : FoodPreferability.MealAwful;



Uh, what does that mean exactly?  My games says up to date but this is still happening =/   I haven't used any mods just the game as it is.

1000101

Quote from: Xplicita on July 17, 2016, 06:35:35 PMUh, what does that mean exactly?  My games says up to date but this is still happening =/   I haven't used any mods just the game as it is.

Of course it's still happening, they haven't released a new build of the game.  I'm not sure why you would think that a post in the forums has anything to do with the game itself.   :o

That being said - CCL just updated which does contain the fix for this bug.
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

Xplicita


Chibiabos

That's kinda funny considering someone claimed I was having this problem because I was running CCL (which I am not, I'm running vanilla).  I wonder if they'll make a hotfix for vanilla ... I do want to play mods eventually, but I wanna do bug reporting too, but if I play with a mod and find a bug, I won't be able to report it then :/
Proud supporter of Rimworld since α7 (October 2014)!

skullywag

To be clear this is a vanilla bug, that CCL had attained as its detour is a copy of the vanilla method with some changes, we found the error so 1000101 added another change to our detoured version that fixes it, the vanilla game is still effected by this bug.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Xplicita

So in order for the game to work properly I have to install a mod?

1000101

Quote from: Xplicita on July 18, 2016, 11:44:52 AMSo in order for the game to work properly I have to install a mod?

Wouldn't be the first time.  In A13 CCL patched a number of core bugs.

That being said, I'm sure Tynan will fix this but core issues tend to have longer development cycles (barring the recent update to address the events not firing).
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

Xplicita

Alright, thanks.  I just recently got this so haven't done any mods or anything besides the base game and haven't encountered any bugs that noticeably annoy me until this one.  I been considering adding a few mods for more fun but didn't think I would need a mod to make the game play properly.

1000101

It happens in a lot of games from a lot of companies coughBethesdacough;)
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

PrimalAndrew

I'm experiencing the exact same issue.  Is it fixed yet?

1000101

(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

Selvek

Quote from: Idara on July 17, 2016, 03:45:40 PM
I'm experiencing the same issue. Also running vanilla, have no human meat at all. I also notice that whilst eating raw corn and berries no longer gives a debuff, drinking 'raw' milk does, which seems odd...

Yeah the milk has always bothered me... I drink raw milk by the gallon at home, and definitely improves my mood :)

1000101

"raw" milk would be unpasteurized "straight from the cow".  Not many people has access to that.  Don't take this as me doubting you, I'm just saying that without access to it, most people may not like it if they tried it.

Stupid government and their stupid regulations about food safety and all.
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

Selvek

There used to be a raw dairy around here... they couldn't sell to the general public because of FDA but could distribute to "members" whatever that meant.  And man did the people who were members swear by it!

(Technically, you're right - what I'm drinking is pasteurized.  But a quick google search tells me there's not a night-and-day taste difference, assuming the milk is fresh.  And drinking unpasteurized cow's milk (and muffalo milk?) is not exactly rare historically - if modern 1st world people found they disliked it, I think that would be more because we're not used to it than because it's actually inherently "less tasty")

Listen1

Err... I came here just to tell that chocolate milk made with unpasteurized milk is da bomb.

Advantages of living on a small town, you can still found those delicious foods/milk that shouldn't be commercialized but taste as good as it gets?

As my grandma said, "If you want to make someone in love with you, use grease on the food." I believe recent fake studies showed that as you raise you cholesteral level with someone, you form a bound that is hard to be broken.

Other than that, this got a bit off-topic, was this BUG noted and fixed for future versions?