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
2 Cats + Death = 0 joy and 2 passion
From BORED, you can reach any mood using just one of the two Cards, and at most two buttons on that card. One action, done.
For example, to get to ANGRY:
Starting from zero, you want +1 misery, +2 passion. In other words, Rain and Nature.
This literally gives you sad, not angry lol. Just tried.
I sat for at least an hour before I realized the game is flawed. My display shows 0 joy, 0 misery, 2 passion and 3 doubt. That is NOT net zero traits. That is 0, 0, 0, 1. Which means doubt is = 1. Yet the display shows bored mood. Very frustrating when the game can't even follow its own rules. It CLEARLY states that bored mood can ONLY show in net trait = 0 condition and I have a condition that is NOT net zero and it shows bored.
Needs a fix!
As IAmSquidget says, the simplest solution is to overload the thing so it resets to bored. From there it's simple to figure out if you know how to read the chart. If you just want the answer, to get to angry from bored (NOT from neutral, but from bored, which is where you are after an emotional reset): 1 x tree; 1 x skull
https://steamcommunity.com/app/1849790/discussions/0/594014205761383816/
So. yes. This is the short version.
Actually, it'll be fun if I had a vict-...volunteer! You'll do.
Without a screenshot to confirm this, I can only state you're misreading something. Unless you've had something selected to give you the hollow box in the bottom row showing doubt is one, that's impossible.
The Mood won't change until you actually input it. You can see a preview of the totals, but it won't run the script unless you actually submit the experience.
So, the game isn't broken. You are.
But don't fret, because it just means you're not seeing the right path, not just because you're stupid.
It's a logic puzzle. Specifically, it's a series of IF logic gates, and just like some of the other things in the game, it's designed to look a lot more complicated as it appears.
I'll still need to grab the page back though. I won't be long, hopefully.
https://steamcommunity.com/sharedfiles/filedetails/?id=3422380160
Effectively, Joy/Misery and Passion/Doubt aren't separate values. What they actually are being two values, with Joy and Passion being positive, and Misery and Doubt negative.
How the puzzle works is that, similar to the Anti Tamper module if you read that page, it starts by directing you to a side of the chart with one value, and then you use the second to get the mood.
But, there's traps. Such as the one I think you're knee deep in.
Bored is not net zero. Bored IS zero.
This is why when you reset from a shutdown, it defaults to bored. The SECOND there's ANY value, it's no longer true. Regardless how you get there, as you're adding an operation, you're adding something to the count.
And 2-2+2-2 isn't the operation it's doing. It's doing 2+2+2+2. Which, I hope I don't need to explain why, is not zero.
Read it again. Joy PLUS Misery PL-and so on. If it states they cancel out, and this is the only time all four are listed like this, it means the actual value of all four moods, not the resulting numbers after (Joy-Misery) and (Passion-Doubt)
The second part before the split is only true for one combination.
Which is Joy/Misery 0, Passion/Doubt 1.
Misery is left, Joy is right. And == is if both sides of the check are equal. Which, in this case, means for Happy, Passion/Doubt HAS to be zero. And the only way to get Happy then is Joy 1, Passion/Doubt 0.
The rest only kick in when a value is two or more. Both directions.
And the final trap.
Pay attention to the kind of arrows. There's a reason why Anxious has multiple states...
The rest should fall into place. Once you understand how the program is getting to the mood, you can then go backwards to work out what values you should be focusing on to get the result you want.
Or, you know now why the guides tell you to break it to get to Bored, then why doing the one operation gets that result.
In any case, if that's not helping, the guide button's back up there. I won't tell if you won't.