Page 2 of 2

Re: Chiru Chapter Title Mistakes and EP8 "Bern's Puzzle" Logs Errors

Posted: 21 Dec 2020, 00:24
by vit9696
2c is by design:

Code: Select all

		if %BtnRes = 11 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
		if %BtnRes = 12 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
		if %BtnRes = 13 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
		if %BtnRes = 14 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
		if %BtnRes = 15 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
		if %BtnRes = 16 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
		if %BtnRes = 17 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
Note the 27 number. This is assume Bern quiz was successful without disclosing the answer. This is done in the following way to avoid spoilers and forcing the user to solve the puzzle.

Re: Chiru Chapter Title Mistakes and EP8 "Bern's Puzzle" Logs Errors

Posted: 21 Dec 2020, 08:39
by vit9696
Actually not, my mistake. I did not quite understand the issue with 2c. Thx to Knox now I do. We found a proper solution to both 2c and 1 and pushed it in https://github.com/umineko-project/umin ... a934134dd7 (r3961).

Re: Chiru Chapter Title Mistakes and EP8 "Bern's Puzzle" Logs Errors

Posted: 29 Dec 2020, 10:20
by YNagato
Many thanks! Let me run the test again and report back to you later.

Re: Chiru Chapter Title Mistakes and EP8 "Bern's Puzzle" Logs Errors

Posted: 02 Jan 2021, 20:25
by YNagato
Just wanted to confirm that all reported bugs have been fixed, including 2a and 2b that you couldn't reproduce. Before, I reset the games multiple times and still got the same errors of 2a and 2b. But this time, simply by updating the game to the newest release and without resetting the game, all bugs are cleared! So it's 100% greatness to kickstart the new year. Thank you so much for fixing the problems!