07th-mod / 07th-mod/higurashi-assembly
Possible implementation of the secret Question Arc Skit
- 主要语言
- C#
- 星标
- 12
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
Recently, I found out that there was a secret scene hidden in the Question Arcs when someone posted this link on the 07th Mod Discord: https://antifandom.com/07th-expansion/wiki/Higurashi_PC_Secrets#Question_Arcs_Skit
Essentially, if we go by what is said in the scene, this was meant for people who patched the game and wanted to load a save from an earlier version, you would see this instead of loading the save.
This Japanese article explains how to access the scene: http://cs133.seesaa.net/article/6058264.html
In Himatsubushi, you can access this by going to the title scree, right-clicking 29 times, and clicking on the button that exits the game, instead you would be able to read this scene, and at the end you would go back to the 07th logo, as if you were booting the game.
I own the French version of Higurashi and wanted to try out this little trick. I also contacted the translator to see if he was aware of this.
What we found out is the following:
- In the code of the French version, this scene is supposed to be triggered by loading a save on save slot 22 or more. This is impossible because there's only 16 save slots in this version.
- Right-clicking 20 to 29 times on the title screen and clicking on "Exit" makes you access this scene.
- Right-clicking 30 times directly makes you go to a screen that looks like the hint screen. Instead of having 16 pages of "hints", there's only 8 pages, and clicking a "hint" makes you go to a chapter among the 4 arcs. (I don't think there's enough "hints" to cover every chapter of the game.)
- Right-clicking less than 20 times does nothing.
I don't own the original Japanese version of the Questions Arcs so I'm unable to check if the behavior is the same.
My original request was to ask if this was possible to reimplement this scene in the French version of 07th Mod since the translator kindly translated this little scene. But maybe it is possible to make an implementation also for the English version (and possibly others?) Although this would require a translation to English beforehand. Or maybe just make this little scene accessible in the extras in some fashion.
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue describes a hidden scene in the French version triggered by right-clicking on the title screen. Examine the game's C# code for the title screen and save/load logic, particularly around save slot 22 and the right-click counter. Check if the scene assets (text, images) exist in the French version's files. Determine how to reimplement the trigger and integrate the scene into the mod's extras menu, ensuring compatibility with other language versions.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- game-dev
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100