Medal LittleBigPlanet 3.png

Global Background Tweaker: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
(Created page with "{{GadgetBob | bobimg=Gadget_Global_Lighting_Icon.png | border= {{HexColor|lbp3}} | game=LittleBigPlanet 3 | type=Gadgets | category=Developer Logic | inputs=1 }} The '''Global Background Tweaker''' is a developer gadget found in the data of ''LittleBigPlanet 3'' that toggles the visibility of the level's background. Like other Global Tweaker gadgets, it is activated when a player enters the built-in trigger radius, or when it receives a digital ON signal through...")
 
m (Adventure Mode usage)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{GameIndicator|lbp3=y|cat=Gadgets}}
{{GadgetBob
{{GadgetBob
| bobimg=Gadget_Global_Lighting_Icon.png
| bobimg=Gadget_Global_Anti-Gravity_Icon.png
| border= {{HexColor|lbp3}}
| border= {{HexColor|lbp3}}
| game=[[LittleBigPlanet 3]]
| game=[[LittleBigPlanet 3]]
| type=Gadgets
| type=Gadgets
| category=Developer Logic
| category=World Tweakers
| inputs=1
| inputs=1
}}
}}
Line 11: Line 12:


The tweak that determines whether to show or hide the background is not available to the end user; in order to switch between the two settings freely, at least two Global Background Tweakers (one in each state) must be found.
The tweak that determines whether to show or hide the background is not available to the end user; in order to switch between the two settings freely, at least two Global Background Tweakers (one in each state) must be found.
==Usage in Adventure Mode==
In Adventure Mode, the Global Background Tweaker is used to hide the level background's geometry to save resources, e.g. when the player enters an area where the background is fully obscured by a wall. Typically there are two tweakers: one to hide the background when the player enters a room where it is obscured, and another to show it again when they leave. This setup is often paired with the [[Platform Sensor]] so that the background only gets culled if the level is being played on a PlayStation 3 system.
The Global Background Tweaker appears in the following Adventure Mode levels:
* [[Newton's Airship]]
* [[Stitchem Manor]]
* [[Shake, Rattle & Roll]]
* [[Guess Who's Coming To Dinner]]
* [[Flip-Flopped Folios]]
* [[Belly of the Beast]]
* [[Four Chums Head To Craftworld]] (Part 1)


==Tweaks==
==Tweaks==

Latest revision as of 18:34, 23 July 2024

Global Background Tweaker
Popit Icon
Game: LittleBigPlanet 3
Type: Gadgets
Category: World Tweakers
Inputs: 1

The Global Background Tweaker is a developer gadget found in the data of LittleBigPlanet 3 that toggles the visibility of the level's background. Like other Global Tweaker gadgets, it is activated when a player enters the built-in trigger radius, or when it receives a digital ON signal through its input.

The tweak that determines whether to show or hide the background is not available to the end user; in order to switch between the two settings freely, at least two Global Background Tweakers (one in each state) must be found.

Usage in Adventure Mode

In Adventure Mode, the Global Background Tweaker is used to hide the level background's geometry to save resources, e.g. when the player enters an area where the background is fully obscured by a wall. Typically there are two tweakers: one to hide the background when the player enters a room where it is obscured, and another to show it again when they leave. This setup is often paired with the Platform Sensor so that the background only gets culled if the level is being played on a PlayStation 3 system.

The Global Background Tweaker appears in the following Adventure Mode levels:

Tweaks

Trigger

Tweak Sensor Radius.png
Trigger Radius: (0.0 - 5000.0)
Determines how close the player needs to be to apply the Global Tweaker's settings. Only applicable if there is nothing connected to its input.
Tweak BehaviorSetting OneShot.png
Only Activate Once: (
NoNo •‎
YesYes
)

If set to yes, the Global Tweaker can only ever be activated once, after which it will stop responding.

Transition Time

Tweak Timing Pause.png
Transition Time: (0.0s - 86,400.0s)
Sets the length of time (in seconds) over which the Global Tweaker's settings will be applied.

Visuals

Tweak Visual Visibility.png
Visible in Play Mode: (
NoNo •‎
YesYes
)

Determines whether or not the object will be rendered in Play Mode.