-=Honest Method=-
Green = Correct color, correct position
Yellow = Correct Color, Wrong Position
Black = Color not in solution, ergo also wrong position.
So, the way I solve it easily is:
there's 8 colors, let's assume 1 is the left most color, and 8 is the right most.
- Start with colors 1, 2, 3, and 4.
- Next day: Check the colors...
- if any are green, then keep those colors in the same position through the rest of the attempts.
- if any are yellow, try them in different spots (again keeping any green ones in the same spot)
- if any are black replace them with ones from 5, 6, 7, and 8.
- Continue until you only have yellows and greens.
Keep in mind you have a note pad (I think next to the microscope, or in your inventory, can't remember) that shows your guesses.
-=Cheat Method=-
You can use a web based save editor (
You must be registered to see the links
) to open your save file. The search for an entry that is "lab solution", it will look something like this:
"labSolution": {
"day": 0,
"step1": 8,
"step2": 7,
"step3": 5,
"step4": 3
},
So here my correct combination would by the 8th, the 7th, the 5th, and the 3rd, in that order.
You can change the day value back to 0 if you want more retries.
You can find your save files in
C:\Users\[user name]\AppData\LocalLow\Rel_Pink\BMO-TV \[number of save slot.json] (may differ based on OS and file structure)
Compare the accompanying .jpg with the scene you saved at to make sure you open the right one.
File 0.json would be your autosave file (top left slot on the first page for save file)
File 1.json would be the very next one.
If you skip spaces and say go the next page it'll count all those blank spaces, meaning it'll be like 11 or 12 or something.
Remember after saving the file with the website, remember to put the edited file back in the folder you got it from (replacing the original)
Also, not sure if this has been fixed, but for good measure, load the edited save 3 times to make sure the changes take effect. Loading it only once often leads to the changes not taking.