Game Rules

New in GM 0.9. GM 0.10: evolved math rule, new "Float" variable, share/reuse rulesets (copy/paste), new inputs & events, etc. GM 0.11: new "Team" variable, connectors, etc.

The Game Rules system empowers builders to:

  • Build new gameplays

  • Design more complex and compelling mechanics

  • Enhance the functionality of object logic (behaviours and components)

  • Add more guidance to players and game polish


Game Rules Resources

Full documentation on how every rule works

Documentation of useful rulesets/Presets

The Game Rules System

🆕 Using Multiple Gridboards

What is it?

The Game Rules system is a visual scripting tool in the Gameplay menu.

It allows you to use and manipulate values such as numbers, text, time, and true/false values.

What Can I Make?

Create custom mechanics, or use predefined game mechanics called Presets:

Collect Points | Time Trial | Point Race | Combo | Hunger | Poison | Shop

Rules

Rules are a sequence of steps carried out from top to bottom that can be reused in your game.

They offer new possibilities, mechanics, and shortcuts to solve complex problems.

Game Rules will only receive a message from objects if the Broadcast Type is All or Rules.

To decrease a variable, use a negative number in the value change logic box.

Rule types currently include: Math, Time, Comparisons, Replace Variable Values, Game Screen, Triggers, and Events.

Click a rule type to expand the list of options. Click on a rule in the list to add it to a gridboard.

Shown: Math rule added to a new ruleset

Variables

What Are Variables?

Variables are the backbone of the Game Rules system. Almost every rule can or must work in combination with a variable.

They can be used to store information to build more complex logical systems and provide important information to players.

Create or Repurpose

Variables are automatically created when you use a Preset in Game Rules (more information below) or if you paste a ruleset into a gridboard. You can also create any type of variable you want and change the variable used in a rule.

A variable can be renamed and its value can be changed, but it can not be modified to a different type or be applied differently.

Create the type of variable needed and how it will be applied, replace the old variable in a rule, and delete the old variable.

Rulesets

Rulesets are a way to visually organise a group of rules used for the same game mechanic.

How Rules Act in a Ruleset

Rules may be grouped into a Ruleset, but they still act independently when triggered:

  • The order in which rules are placed in a ruleset does not change the flow of logic.

  • A rule's message Out may trigger another rule in the same ruleset or in a different one.

  • Some rules may not send a message Out.

  • a rule may trigger another rule in a different gridboard.

Example

The Collect Points ruleset (a Preset) is a gameplay mechanic that includes a chain of two rules (shown in red below) and other rules that act independently of the others.

Example: Collect Points ruleset (a Preset) - click to expand

Presets

Presets are pre-built rulesets you add to a gridboard with a single click. This is a fast way to set up commonly used game mechanics and customise as needed.

When adding a Preset, all necessary variables and messages are automatically generated.

Add then Integrate

Presets are accessed with a button in the Island Menu on the left. Click on a Preset in the list to add it to a selected gridboard.

Customise messages sent/received, variables used, rule names, and more as needed.

Integrate the Preset to communicate with your object logic (behaviours and components) to activate the Preset's mechanics in your Experience.

Game Rules - Presets

Export and Import Rulesets

Copy and paste Rulesets with CTRL+C and CTRL+V. Messages and variables included!

  • Paste generated text into external sources like a notepad to share.

  • Paste into other Experiences to reuse your Ruleset!

Last updated

Logo

Copyright Š 2012- 2023 The Sandbox. All Rights Reserved.

#123: GM 0.11 update - do not publish until public release

Change request updated