Difference between revisions of "Debug menu"

From Summertime Saga Wiki
Jump to: navigation, search
(Corrected spelling/grammar and layout)
(First review)
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.
+
The '''debug menu''' is a special menu unlocked by setting the game in developer mode. It provides a lot of useful features to cheat on the game, or get yourself out of bugs and softlocks.
  
This menu is accessed by clicking on the wifi icon on the player's cellphone.
+
= How to access the menu =
  
It provides a lot of useful features to cheat your way through the game, or get yourself out of bugs and softlocks.
+
This menu is unlocked by default on Android devices and it can open by clicking on the network signal icon on the phone menu.
 +
 
 +
= Description =
  
 
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.
 
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 =
 
= General =
This tab is dedicated to general options. From there you can:
 
  
- unlock/lock the UI<br />
+
This tab is dedicated to general options.
- unlock all [[Cookie Jar]] scenes<br />
+
 
- set the [[Rump]] scene at the mall<br />
+
* Unlock/Lock the user interface.
- skip the first day of the game<br />
+
* Unlock all [[Cookie Jar]] scenes.
- unlock all locations<br />
+
* Set the [[Mayor Rump]]'s scene at the [[mall]].
- force/unforce the map lock, forcing it unlocked will make the map available from any screen in the game<br />
+
* Skip the first day of the game.
- lock/unlock the sleep lock, allowing you to sleep through anything<br />
+
* Unlock all [[locations]].
- toggle the cheat mode on/off<br />
+
* Force/Unforce the map lock, forcing it unlocked will make the map available from any screen in the game.
- watch/unwatch any python expression<br />
+
* Lock/Unlock the sleep lock, allowing you to sleep through anything.
- toggle on/off notifications for label names (on the topleft corner) whenever you enter a new label<br />
+
* Enable/Disable the cheat mode on/off.
- toggle on/off to the skip intro (which will skip the intro as well as the first day, starting you on the second day)
+
* Display/Hide any python expression.
 +
* Enable/Disable notifications for label names (on the top left corner) whenever you enter a new label
 +
* Enable/Disable to first day skip, starting you on the second day.
  
 
= Time =
 
= Time =
 +
 
This tab is dedicated to all the time manipulation functionalities.
 
This tab is dedicated to all the time manipulation functionalities.
  
- tick timer: advance time by one tick<br />
+
* Tick timer: advance time by one tick.
- set day to: set the current day to whatever you want, advancing the time until that day<br />
+
* Set day to: set the current day to whatever you want, advancing the time until that day.
- set time to: set the time to whatever you choose, moving forward/backwards in time if necessary<br />
+
* Set time to: set the time to whatever you choose, moving forward or backward in time if necessary.
- skip forward: allows you to skip ahead a day, week, month or year<br />
+
* Skip forward: allow to skip ahead a day, week, month or year.
- toggle debug period: allows the player to get christmas/halloween decorations even if it is not christmas or halloween yet
+
* Toggle debug period: allow to force Christmas or Halloween decorations even if it is not the right time of year yet.
  
 
= Machines =
 
= 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 />
+
This tab is dedicated to Finite State Machines and gives info about where the machine is located and in which state it is. For each one you can:
- 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
+
* Advance: advance the FSM by one state. Can result in bugs though.
 +
* Show vars: open a separate window that shows all the variables for that FSM.
 +
* Pregnancy: open a separate window with all the variables for that machine's pregnancy manager.
  
 
= Locations =
 
= Locations =
 +
 
This tab is dedicated to locations. For each location you can:  
 
This tab is dedicated to locations. For each location you can:  
  
- Lock/Unlock that location<br />
+
* Lock/Unlock that location.
- Visit/unvisit that location<br />
+
* Visit/Unvisit that location.
- Set the can_leave flag for that location<br />
+
* Set the <code>can_leave</code> flag for that location.
- move the player to that location (teleportation)
+
* Move the player to that location (teleportation).
  
 
= Player =
 
= Player =
This tab is dedicated to the Player object. Its purpose is to be able to manipulate stats and money for the player.
+
 
 +
This tab is dedicated to the Player object. Its purpose is to be able to change the main character's stats and money.
  
 
= Items =
 
= 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.
+
 
 +
This tab is dedicated to the items in‐game management. From there you can give yourself or remove any item in the game. It has a convenient search box to filter out the 150 game items. You can also use this to print the full item list to the console.

Revision as of 21:35, 14 May 2019

The debug menu is a special menu unlocked by setting the game in developer mode. It provides a lot of useful features to cheat on the game, or get yourself out of bugs and softlocks.

How to access the menu

This menu is unlocked by default on Android devices and it can open by clicking on the network signal icon on the phone menu.

Description

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.

  • Unlock/Lock the user interface.
  • Unlock all Cookie Jar scenes.
  • Set the Mayor Rump's 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.
  • Enable/Disable the cheat mode on/off.
  • Display/Hide any python expression.
  • Enable/Disable notifications for label names (on the top left corner) whenever you enter a new label
  • Enable/Disable to first day skip, starting you on the second day.

Time

This tab is dedicated to all the time manipulation functionalities.

  • Tick timer: advance time by one tick.
  • Set day to: set the current day to whatever you want, advancing the time until that day.
  • Set time to: set the time to whatever you choose, moving forward or backward in time if necessary.
  • Skip forward: allow to skip ahead a day, week, month or year.
  • Toggle debug period: allow to force Christmas or Halloween decorations even if it is not the right time of year yet.

Machines

This tab is dedicated to Finite State Machines and gives info about where the machine is located and in which state it is. For each one you can:

  • Advance: advance the FSM by one state. Can result in bugs though.
  • Show vars: open a separate window that shows all the variables for that FSM.
  • Pregnancy: open 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 change the main character's stats and money.

Items

This tab is dedicated to the items in‐game management. From there you can give yourself or remove any item in the game. It has a convenient search box to filter out the 150 game items. You can also use this to print the full item list to the console.