|
(Tag: Redirect target changed) |
(19 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | The debug menu is a menu unlocked by setting the game in developper mode. It is unlocked by default on android devices.
| + | #REDIRECT [[Tools and extensions#Debug menu]] |
− | | |
− | 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
| |
− | | |
− | = General =
| |
− | | |
− | This tab is dedicated to general options. From there you can :
| |
− | | |
− | - unlock/lock the UI
| |
− | | |
− | - unlock all cookie jar scenes
| |
− | | |
− | - set the rump scene at the mall
| |
− | | |
− | - skip the first day of the game
| |
− | | |
− | - unlock all locations
| |
− | | |
− | - force/unforce the map lock. forcing it unlocked will make the map available from any screen in the game.
| |
− | | |
− | - lock/unlock the sleep lock, allowing you to sleep through anything.
| |
− | | |
− | - toggle the cheat mode on/off
| |
− | | |
− | - watch/unwatch any python expression
| |
− | | |
− | - toggle on/off notifications for label names (on the topleft corner) whenever you enter a new label.
| |
− | | |
− | - toggle on/off 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 functionnalities
| |
− | | |
− | - tick timer will advance time by one tick
| |
− | - set day to will set the current day to whatever you want, advancing the time until that day.
| |
− | - set time to will set the time to whatever you choose moving forward/backwards in time if necessary
| |
− | - skip forward allows you to skip ahead a day, week, month or year
| |
− | - toggle debug period allows to get christmas/halloween decorations even if it is not christmas or halloween time yet.
| |
− | | |
− | = Machines =
| |
− | | |
− | This tab is dedicated to FSMs, 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.
| |
− | - Show vars : opens a separate window that shows all the variables for that FSM
| |
− | - 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
| |
− | - Visit/Unvisit that location
| |
− | - Set the can_leave flag for that location
| |
− | - 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 or remove yourself 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.
| |