Debug Screen
Here at High School Days, we've created a screen dedicated to unraveling the mysteries that occasionally plague our gaming experiences. Whether you're encountering elusive bugs, grappling with technical glitches.
This screen will help our development team easily find any errors they may encounter and provide you with a faster solution. Since our code is over 200,000 lines long, it is likely to sometimes skip or misinterpret a command; and that's where bugs can occur.
It is worth mentioning that important variables of the game, such as the names within the code, are not shown for security and to prevent restless users from wanting to alter the game.
On this screen, the values of any variable cannot be changed, only the value it contains is displayed. Forcibly changing a variable would mean that the game could fail completely, because some variables are intertwined.
Opening the screen
Accessing the debug screen is very simple and can be done anywhere in the game you are in, simply:
- Open the game phone.
- Go to the User Stats screen.
- Press on the small orange bug located in the lower right part of the phone.
Variable and meanings
Character's Stories
Amy's Story | Ashley's Story | Brianne's Story | Chloe's Story |
Darkness's Story | Elizabeth's Story | Emma's Story | Felicia's Story |
Frida's Story | Ginger's Story | Jessica's Story | Kana's Story |
Latisha's Story | Lillian's Story | Ms. Principal's Story | Pamela's Story |
Rati's Story | Sophia's Story | Stella's Story | Tara's Story |
Violet's Story | Willy's Story | Spike's Story |
Quest's Stories
All these variables correspond to the history of a specific event, depending on the number that appears next to each variable, the place where they are located within the history. Some variables may contain the name of a character or some item.
Red Light Story | Coffee Shop Story | Pool Story | Rave Story |
Monster Girls |
Quest's Variables
Various variables for carrying out events.
Invited to the Gala | Character who is currently invited during The Gala event, it can be Chloe, Sophie or Ginger. |
Items needed | Items that are necessary to complete an event you are currently doing. |
Activities on dates | Number of activities done out during the current date in which the MC is. |
Chloe's question answer | Variables recorded depending on the answers you give to some of the questions or actions related to Chloe. |
Frida's question answer | Variables recorded depending on the answers you give to some of the questions or actions related to Frida. |
Follow to Room | Girl with whom the player is currently interacting and will accompany him to his room. |
In-game tracking variables
Variables that keep track of time within the game as well as the player's current location.
Current Location | Code name of the location where the player is currently located. |
Current Time | Number of the time of day to which the calendar corresponds. |
Current Day | Number of the day to which the calendar corresponds. |
Things to do
Variables that are part of the in-game to-do list
Currently possible | Code name for actions the player can or must do to advance the story. |
For the future | Code name for actions the player can't do in the current update and will be address in future releases. |