Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Casiope/Sandbox: Difference between revisions

From Summertime Saga Wiki
Casiope (talk | contribs)
mNo edit summary
Casiope (talk | contribs)
m Blanked the page
Tag: Blanking
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{AlertError|Preview of the '''Game tools and extensions''' future page.}}


This page lists all the tools for the game and extensions for browsers related to ''Summertime Saga''.
= Debug menu =
The '''debug menu''' is a special list of operations unlocked by setting the game in developer mode. It provides a lot of useful features to cheat on ''Summertime Saga'', or get yourself out of bugs and softlocks. Using the  menu can break your game so proceed at your own risk.
== How to access the menu ==
'''Windows/Linux/Mac:'''
# Download [https://cdn.discordapp.com/attachments/331161586050007040/435354578633097237/unren-dev.rpyc this file] and place it in the <code>[SummertimeSaga Game folder]\game</code> folder if you're on Windows or Linux, or the <code>SummertimeSaga.app/Contents/Resources/autorun/game</code> folder if you're on Mac.
# Or write the following code in a text file, and place it in the same folder, after changing the file extension to <code>.rpy</code>:
<syntaxhighlight lang="Python">
init 100 python:
    config.console = True
    config.developer = True
    persistent.enable_save_locking = False
</syntaxhighlight>
<ol start="3"><li>Restart the game, and press <code>Shift+O</code> to open the console.</li></ol>
'''Android:'''
# Click the network signal icon on the '''Phone menu''' to open the blue developer menu.
# Dismiss the text field by hitting the phone back button a couple of times.
# Click the black icon on the top right, next to the exit button.
# You have now opened the console and you can type in your commands.
# Once completed, type <code>exit</code> to exit the console screen.
== Description ==
The debug menu contains 6 main tabs – '''General''', '''Time''', '''Machines''', '''Locations''', '''Player''' and '''Items''' – and 3 buttons: the first one displays the console history, the second opens the console screen and the last one closes 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 [[Getting started#Cheat mode|cheat mode]].
* Display/Hide any python expression.
* Enable/Disable notifications for label names (on the top left corner) whenever you enter a new label.
* Enable/Disable the 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 the location.
* Visit/Unvisit the location.
* Set the <code>can_leave</code> flag for the location.
* Move the main character to the location.
=== Player ===
This tab is dedicated to the main character. Its purpose is to be able to change his stats and money.
=== Items ===
This tab is dedicated to the items in‐game management. From there you can add or remove any item in the inventory. 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.
= Browser extensions =
''Summertime Saga'' now has browser extensions!
== Notifications and progress bars ==
Get notifications when [[DarkCookie's stream]] goes online, and follow the developement of the next update one‐click away:
* [https://chrome.google.com/webstore/detail/summertime-saga/idgceciageolmelpkoknjjoejadblcdj Chrome extension]
* [https://addons.mozilla.org/firefox/addon/summertime-saga/ Firefox extension]
'''Features:'''
* Dynamic progress bars
* Development roadmap
* DarkCookie's stream link and notifications
* Links to Patreon, Discord and the official wiki
* Link to the download page
== Better Picarto.tv ==
Adds additional features and tweaks to Picarto.tv:
* [https://chrome.google.com/webstore/detail/better-picartotv/cfdaeomnblkbnpahefgflfnakmaanmod Chrome extension]
'''Features:'''
* Nickname completion (tab hotkey)
* Emote completion (tab hotkey)
* Last whisper hotkey (shift + up hotkey)
* Previous message history (up/down hotkey)
* Notify on moderator actions (ban/SB, kick, unban, clearuser)
* Optionally limit history
* Username highlighting
* Show deleted messages
* Disable chat clears, and see which moderator issued it
* User helper modal to aid moderator tasks
* 'Mimi' emote name rollover
* Some small CSS tweaks
= Auto‐clicking =
There is a way to increase the main character's [[Stats Tracker#Strength|strength]] without killing your fingers:
# Download AutoHotkey [http://ahkscript.org/download/ahk-install.exe here].
# Download [https://mega.nz/#!VsoAkDIA!xCFJo9B_NfCWHZilMEjGs8ImAa8RxeGyA1SK8hRfS2M this script].
# Double‐click on the script to open and activate it.
# Now, all you have to do is hold down the CapsLock key during the [[Weight Lifting Minigame|weight lifting minigame]].

Latest revision as of 14:22, 11 September 2019