Medal LittleBigPlanet 2.png
Medal LittleBigPlanet 3.png
Medal LittleBigPlanet PS Vita.png
Medal LittleBigPlanet Karting.png

OR Gate: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
mNo edit summary
 
Line 123: Line 123:
{{Template:LittleBigPlanet 2 Gadgets}}
{{Template:LittleBigPlanet 2 Gadgets}}
{{LittleBigPlanet 3 Gadgets}}
{{LittleBigPlanet 3 Gadgets}}
{{LittleBigPlanet Karting Gadgets}}

Latest revision as of 01:33, 15 September 2024

OR Gate
Popit Icon
Games: LittleBigPlanet 2, LittleBigPlanet Karting, LittleBigPlanet PS Vita, LittleBigPlanet 3
Type: Gadgets
Category: Logic
In-Game Category: Simple Logic
Inputs: 2 - 100
Outputs: 1
Obtained from: Start
Safety first!
This page is a work in progress. As a result, the layout and/or content herein may be subject to change.

The OR Gate is a simple logic gadget that activates when one or more of its inputs are active. By default it only has two ports, but can be can be changed to have more.

Signal Behaviour

Digital

Input 1 Input 2 Input 3 Output
Off Off Off Off
On Off Off On
Off On Off On
Off Off On On
On On Off On
On Off On On
Off On On On
On On On On

When any of its inputs receives a digital ON signal, the OR Gate passes it through its output. The table on the left shows how a 3-port OR Gate reacts to specific input combinations.

Analogue (Maximum Input)

Input 1 Input 2 Input 3 Output
30% 40% 50% 50%
10% 40% -20% 40%
40% 40% -50% -50%
50% -50% -50% 50%
-50% 50% 50% -50%

The OR Gate has two modes for handling analogue signals. By default it outputs the strongest analogue signal it receives from any of its inputs, be it Positive or Negative. If two or more of its inputs tie for the strongest signal and both are in opposite directions, the direction from the topmost port is used.

Analogue (Add Inputs)

Input 1 Input 2 Input 3 Output
30% 40% 30% 100%
100% -50% -25% 25%
30% 40% 30% 100%
100% -100% -100% -100%
50% 50% 50% 100%

In LittleBigPlanet PS Vita, the OR Gate has an alternate output mode where, instead of outputting the strongest signal, the signals from all of its inputs are added together. Positive signals add to the combined strength, while Negative signals subtract from it. It should be noted that the OR Gate's signal strength is capped and cannot go higher than 100%, nor lower than -100%.

This output mode was brought over to LittleBigPlanet 2 in Game Update 1.28, and was carried forward to LittleBigPlanet 3.

Tweaks

Tweak Output Ports.png
Number of Ports: (2 - 100)
Changes how many inputs the OR Gate has.

Output

Tweak Output Inverted.png
Invert Output: (
NoNo •‎
YesYes
)

Inverts the gadget's output, turning On signals Off and vice-versa.
Tweak Output Value.png
Output Value: (
Maximum InputMaximum Input •‎
Add InputsAdd Inputs
)

Sets which kind of analogue signal the OR Gate outputs.
Tweak Output MaximumValue.pngMaximum Input
The OR Gate outputs the signal from whichever of its inputs receives the strongest signal — either Positive or Negative.
Tweak Output AddValue.pngAdd Inputs
The OR Gate outputs the combined signal strength of all its inputs, e.g. 30% + 30% = 60%. Note that the signal strength cannot go higher than 100%, or lower than -100%.
Tweak Visual Visibility.png
Visible in Play Mode: (
NoNo •‎
YesYes
)

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

Bugs

Out of Bounds

When the signal adding function was added it introduced some bugs in relation to signal strength; initally, signals added together could exceed the maximum float value (100% signal), but this was fixed in a patch.

After it was fixed, it's still possible to exceed the signal limit with addition if a signal already outside of the range is plugged into the inputs.

Gallery

Model Renders

OR Gate - Arcade Off

Tweak Generic Arrow Lesser.svg Tweak Generic Arrow Greater.svg

OR Gate - Arcade Upper

Tweak Generic Arrow Lesser.svg Tweak Generic Arrow Greater.svg

OR Gate - Arcade Lower

Tweak Generic Arrow Lesser.svg Tweak Generic Arrow Greater.svg

OR Gate - Arcade Both

Tweak Generic Arrow Lesser.svg Tweak Generic Arrow Greater.svg

OR Gate LCD

Tweak Generic Arrow Lesser.svg Tweak Generic Arrow Greater.svg

NOR Gate LCD

Tweak Generic Arrow Lesser.svg Tweak Generic Arrow Greater.svg