Global Options

Global Options configure game-wide settings that affect all areas, characters, and gameplay systems. These settings are managed through the WordPress admin interface.

Table of Contents

Accessing Global Options

Navigate to Orbem StudioGame Options in your WordPress admin dashboard.

Core Game Settings

Page For Game

Type: Select (WordPress pages)

The WordPress page that displays your game interface. This page's content will be replaced with the game.

Setup:

  1. Create a new page (title doesn't matter)
  2. Publish the page (content will be overridden)
  3. Select this page in Global Options

Starting Area

Type: Select (Areas)

The area where players begin when first loading the game.

Recommended: Choose your tutorial or introductory level.

Main Character

Type: Select (Characters)

The character players control at game start.

Requirements:

Default Weapon

Type: Select (Weapons)

The starting weapon for your main character.

Common Choices:

Require Login

Type: Checkbox

Control whether players must log in to play.

HUD Configuration

HUD Bars

Type: Multiselect

Choose which stat bars to display in the heads-up display.

Options:

Tip: Only show bars relevant to your game design to avoid UI clutter.

Custom HUD Icons

Override default interface icons with your own designs.

Settings Icon

Storage Menu Icon

Hide Storage Menu

Crewmate Menu Icon

Money Icon

Indicator Icon

Arrow Icon

Visual Customization

Cutscene Styling

Cutscene Border Color

Cutscene Border Size

Cutscene Border Radius

Cutscene Border Style

Skip Button Color

Explainer Styling

Explainer Border Color

Explainer Border Size

Explainer Border Radius

Explainer Border Style

Character Styling

Crewmate Hover Border Color

External Integrations

Google Login (OAuth)

Google Login ClientID

Setup:

  1. Create Google Cloud project
  2. Enable Google Sign-In API
  3. Create OAuth 2.0 credentials
  4. Copy Client ID
  5. Paste into this field

Privacy Note: Sends Google ID token to Google for verification during login.

Google Text-to-Speech

Google TTS API Key

Setup:

  1. Enable Google Cloud Text-to-Speech API
  2. Generate API key
  3. Paste into this field

Privacy Note: Sends dialogue text to Google for speech synthesis.

Usage:

Audio Settings

Intro Video

Type: Upload (MP4, WEBM)

Video that plays when users first visit the game page.

Specifications:

Start Screen Music

Type: Upload (MP3, WAV, OGG)

Music that plays on the start/login screen (after intro video).

Specifications:

Sign In Screen Background

Type: Upload (Image or Video)

Background image or video for the start/login screen.

Specifications:

Walking Sound Effect

Type: Upload (MP3, WAV, OGG)

Sound effect that plays when the character walks.

Specifications:

Points Sound Effect

Type: Upload (MP3, WAV, OGG)

Sound that plays when completing missions or collecting items.

Specifications:

Configuration Examples

Minimal Setup

Page For Game: Play Game
Starting Area: level-1
Main Character: hero
Default Weapon: fist
Require Login: unchecked

HUD Bars: health, points
(All other settings: defaults)

Full-Featured Setup

Page For Game: Play Now
Starting Area: tutorial-zone
Main Character: space-captain
Default Weapon: laser-pistol
Require Login: checked

Google Login ClientID: [your-client-id]
Google TTS API Key: [your-api-key]

HUD Bars: health, mana, power, money
Custom icons: all uploaded
Cutscene border: blue, 3px, rounded
Explainer border: green, 2px, solid

Intro Video: game-intro.mp4
Start Music: title-theme.mp3
Walking Sound: footsteps.mp3
Points Sound: success-chime.mp3

Best Practices

Performance

User Experience

Security

Testing

Saving Changes

Click Save Changes at the bottom of the Global Options page to apply your configuration.

Note: Some changes (like page selection) may trigger plugin setup flows.