|
(Tag: Redirect target changed) |
(14 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | The debug menu is a menu unlocked by setting the game in developer mode. It is unlocked by default on android devices.
| + | #REDIRECT [[Tools and extensions#Debug menu]] |
− | | |
− | This menu is accessed by clicking on the wifi icon on the player's cellphone.
| |
− | | |
− | It provides a lot of useful features to cheat your way through the game, or get yourself out of bugs and softlocks.
| |
− | | |
− | The debug menu has 6 main tabs, and 3 buttons: one for displaying the console history, one for showing the console screen and the last one to close the debug menu.
| |
− | | |
− | = General =
| |
− | This tab is dedicated to general options. From there you can:
| |
− | | |
− | - unlock/lock the UI<br />
| |
− | - unlock all [[Cookie Jar]] scenes<br />
| |
− | - set the [[Rump]] scene at the mall<br />
| |
− | - skip the first day of the game<br />
| |
− | - unlock all locations<br />
| |
− | - force/unforce the map lock, forcing it unlocked will make the map available from any screen in the game<br />
| |
− | - lock/unlock the sleep lock, allowing you to sleep through anything<br />
| |
− | - toggle the cheat mode on/off<br />
| |
− | - watch/unwatch any python expression<br />
| |
− | - toggle on/off notifications for label names (on the topleft corner) whenever you enter a new label<br />
| |
− | - toggle on/off to the skip intro (which will skip the intro as well as the first day, starting you on the second day)
| |
− | | |
− | = Time =
| |
− | This tab is dedicated to all the time manipulation functionalities.
| |
− | | |
− | - tick timer: advance time by one tick<br />
| |
− | - set day to: set the current day to whatever you want, advancing the time until that day<br />
| |
− | - set time to: set the time to whatever you choose, moving forward/backwards in time if necessary<br />
| |
− | - skip forward: allows you to skip ahead a day, week, month or year<br />
| |
− | - toggle debug period: allows the player to get christmas/halloween decorations even if it is not christmas or halloween yet
| |
− | | |
− | = Machines =
| |
− | This tab is dedicated to FSMs and gives info about where the machine is located and in which state it is. For each one you can:
| |
− | | |
− | - Advance: advances the FSM by one state. Can result in bugs though.<br />
| |
− | - Show vars: opens a separate window that shows all the variables for that FSM<br />
| |
− | - Pregnancy: opens a separate window with all the variables for that machine's pregnancy manager
| |
− | | |
− | = Locations =
| |
− | This tab is dedicated to locations. For each location you can:
| |
− | | |
− | - Lock/Unlock that location<br />
| |
− | - Visit/unvisit that location<br />
| |
− | - Set the can_leave flag for that location<br />
| |
− | - move the player to that location (teleportation)
| |
− | | |
− | = Player =
| |
− | This tab is dedicated to the Player object. Its purpose is to be able to manipulate stats and money for the player.
| |
− | | |
− | = Items =
| |
− | This tab is dedicated to the items in-game. From there you can give yourself or remove any item in the game. It has a convenient search box to filter out items given that there are over 150 of them. You can also use this to print the full item list to the console.
| |