Introduction to Logic: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
m (Protected "Introduction to Logic" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page will go through various step by step guides to introduce you to Logic in ARCADIA.
__NOTOC__
__TOC__
Logic Linking: Items can be linked together using Logic. This allows for creation of gameplay interactions. Check out [[Logic Best Practices|Logic Best Practices]] by Build A Rocket Boy.


{{CustomHeader|Title=Player Respawn}}
Below are some examples of basic logic linking to familiarise yourself with how the system works. Start with basic functionality, and build more complexity as you get comfortable with ARCADIA.


{{CustomHeader|Title=Moving Gates}}
{{CustomHeader|Title=[[Sliding Doors]]}}
This page shows you how to setup logic for doors to open and close based on player location whenever they enter / leave a designated area.


{{CustomHeader|Title=Interactive Light}}
{{CustomHeader|Title=[[Interactive Light]]}}
This page shows you how to create Logic for turning a light on / off with a Pressure Plate. You can apply the same principals with different types of triggers.
 
{{CustomHeader|Title=[[Moving Platforms]]}}
Moving platforms can add a lot of layers to your ARC. You can apply them to gates, or to open new paths for players to progress throughout your ARC. This page explains how to trigger specific object movement when a player enters a Trigger volume.

Latest revision as of 16:45, 17 June 2024

Logic Linking: Items can be linked together using Logic. This allows for creation of gameplay interactions. Check out Logic Best Practices by Build A Rocket Boy.

Below are some examples of basic logic linking to familiarise yourself with how the system works. Start with basic functionality, and build more complexity as you get comfortable with ARCADIA.

Sliding Doors

This page shows you how to setup logic for doors to open and close based on player location whenever they enter / leave a designated area.

Interactive Light

This page shows you how to create Logic for turning a light on / off with a Pressure Plate. You can apply the same principals with different types of triggers.

Moving Platforms

Moving platforms can add a lot of layers to your ARC. You can apply them to gates, or to open new paths for players to progress throughout your ARC. This page explains how to trigger specific object movement when a player enters a Trigger volume.