If you do not receive your verification email after registering, please check your spam folder. You can also get in contact with us via other methods.
Если вы не получили письмо c подтверждением регистрации, пожалуйста, проверьте папку спам. В случае отсутствия письма и там напишите нам другим способом.

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

Community-based support for our public releases.
Общественная поддержка для публичных релизов.
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

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

Post 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.
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

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

Post 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).
YNagato
Posts: 223
Joined: 08 Jul 2016, 21:35
Gender: Male

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

Post by YNagato »

Many thanks! Let me run the test again and report back to you later.
YNagato
Posts: 223
Joined: 08 Jul 2016, 21:35
Gender: Male

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

Post 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!
Post Reply