Debug Screen: Difference between revisions
No edit summary |
|||
Line 9: | Line 9: | ||
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. | 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. | ||
[[File:Debug Access.jpg|200px|right]] | |||
== Opening the screen == | == Opening the screen == | ||
Accessing the debug screen is very simple and can be done anywhere in the game you are in, simply: | Accessing the debug screen is very simple and can be done anywhere in the game you are in, simply: | ||
* Open the game phone. | * Open the game phone. |
Revision as of 16:13, 5 March 2024
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.