Skip to content

Helping Hand Triggers

max4805 edited this page Dec 19, 2022 · 21 revisions

Table of Contents

Click to expand Table of Contents

Visual

Color Grade Fade

A trigger allowing to fade between two color grades in a similar way as Light Fade Trigger (color grade A on the left, color grade B on the right).

Rainbow Spinner Color Fade

Allows to switch between two rainbow spinner colors smoothly within the same screen. When using this, place a Rainbow Spinner Color Trigger on each spawn point in the room to ensure the spinner color is correct if the player dies in the room.

Gradient Dust

Gives the dust sprites in your rooms a color gradient, similarly to rainbow spinners.

Madeline Silhouette

A trigger turning Madeline into a ghost playback. Madeline's color will match her hair color.

Madeline Ponytail

A trigger turning on another skin for Madeline, changing her hair color and appearance to look more like a ponytail.

Set Bloom Base Trigger, Set Bloom Strength Trigger and Set Darkness Alpha Trigger

Those 3 triggers simply set the values of bloom base, bloom strength and darkness alpha when Madeline enters them.

Camera

Camera Catchup Speed

Allows to set how fast the camera reaches its target. This is useful for really fast sections, where growing offsets would be necessary otherwise.

Flag-Toggled Camera

Camera offset, camera target and smooth camera offset triggers you can turn on or off with a session flag.

Camera Offset Border

This trigger will act as a screen border for the camera. This can be used to stick the camera in a part of the room that is bigger than one screen. The border can be toggled by the player position (for example, only be active if the player is on the top-left of it), and/or with a flag.

One-Way Camera

Prevents the camera from going in some directions while the player is in it. For example, it can make the camera go to the right only in an area of your map. Also has an option to block the player if they try to go in a blocked direction, and can be toggled with a flag.

Gameplay

Strawberry Collection Field

A zone where strawberries are collected, even if Madeline is not on the ground. The opposite of Strawberry Blockfield, if you want.

Pop Strawberry Seeds

Madeline will lose all the strawberry seeds she is carrying when entering this trigger.

Pause Badeline Bosses

Badeline bosses will stop attacking Madeline while she sits inside this trigger.

Disable Ice Physics

Makes the ground not slippery even in ice mode.

Activate Timed Touch Switches Timer (requires Outback Helper)

This will freeze the timer of timed touch switches (from Outback Helper) until you hit the trigger, which can be useful if you want to give the player a break before the timer starts.

Instant Lava Blocker

This trigger works similarly to Everest's Lava Blocker Trigger. The difference is that it blocks rising lava immediately if you spawn inside the trigger. Regular Lava Blocker Triggers wait for you to move before blocking the lava. In either case, lava does not kill you before you move since it stops slightly before hitting you, so you should pick one of the two triggers depending on the behavior you want in that specific case.

This trigger also works with Custom Rising Lava from Frost Helper, and with Sideways Lava.

Auto-Skip Dialog Cutscene

Works like a Dialog Cutscene from Everest, except you can make some dialog cutscenes skip themselves without the player pressing Confirm:

  • use {trigger 0} to enable auto-skipping
  • use {trigger 1} to disable it

This can be used to give a "one character interrupts another" effect.

Example English.txt:

skippy_dialog_cutscene=
    [MADELINE left normal]
    This is a skippy dialog cutscene.

    {trigger 0 skip}

    [MADELINE left normal]
    Time to skip

    {trigger 1 stop skipping}

    [BADELINE left scoff]
    This is looking pretty weird, isn't it?
Celeste_2021-11-24_22-48-46_00.00.00.00000.00.09.915.webm

For accessibility reasons, auto-skipping can be disabled in Mod Options, by turning on Disable Dialogue Auto Skip.

Audio

Persistent Music Fade

Similarly to a music fade trigger, this allows you to make any music parameter fade, but the new value of the parameter will persist even if the player dies or saves & quits.

Flag-Toggled Music Fade

Works like a music fade trigger, except it can be enabled or disabled using a session flag.

Speed-Based Music Param

This allows modulating a music param depending on the player's speed, for example to enable a layer or make it louder when the player is fast enough. The change is persistent (the music param will continue to be adjusted even when the player leaves the trigger and goes to other screens), but you can override/disable this with another trigger.

Ambience Volume

Allows you to lower the ambience volume, much like music fade triggers.