-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusion about save names #602
Comments
Hi, normally @DoctorDiablo handles the console stuff, but I looked into it. However I don't really know how the script is supposed to work. The issue seems to be that in For example, see the below code snipped for Kageboshi (click to expand): higurashi-console-arcs/Update/chapterselect.txt Lines 785 to 829 in 11740a5
You'll note that day 4 has the line So to fix it according to your post, you could go through all the SavePoint() functions and re-number them. For example, in the above But I'm not sure if the correct way to fix it is to add a @DoctorDiablo Do you know what is the correct way to fix this? |
The chapter numbers we use come from the console version. They get used in the Chapter Jump screen to allow you to skip to any chapter you've read. We shouldn't change the text on those labels because it would make the numbers inconsistent with Chapter Jump. We could add a save point at the end of every chapter, but I worry that might get annoying. The main series almost always shows that screen with new tips, so it might feel weird if it showed up all the time with no new tips. Think it might be better to just leave this one the way it is. |
That is, you are not surprised that after the 1st chapter comes the 9th chapter and then the 1st again? This creates a huge amount of confusion in saves. Which save is from which chapter? What is their correct order? Why is everything so confusing? When I read chapters, if I need to pause, I try to do it at some logical pause. When a fragment of a chapter ends and the save menu is displayed, it makes it clear that I can save here and interrupt. In the very first chapter, the first fragment ends very quickly, and then the game goes on and on, on and on, on and on, and offers to save at the very end. I didn't plan on playing through the entire chapter in one go, but the game didn't offer any time to take a break. |
I mean, we could just update the save marker (call SavePoint()) without showing the save screen? Then it's up to the user to save whenever they like, and the save names would be sequential. |
Good day, I have a question about cantilever arches.
Each chapter is divided into days in chapter jumps. And after some days, a menu opens to save and view new tips. If it is saved in this place, then the chapter number will be written in the list of saves in the text field under the save. And these numbers are mixed up
For example, Taraimawashi has 2 tips.
There are no hints at all in Tsukiotoshi
There are 5 hints in Someutsushi
In Kageboshi - 7.
I haven't read further yet
So, is it possible to somehow change this text? In Taraimawashi, for example, do this
In Kageboshi:
So the title of the chapter and the serial number of the hint would be written in the save. Or add intermediate save and hint menus after each part of the chapter, even if no new half-tales have appeared.
The text was updated successfully, but these errors were encountered: