ORK Framework Logo - RPG Editor for Unity
  • Features
  • Showcase
  • Guide
    • Documentation
    • Tutorials
    • API
  • ORK 2
    • Tutorials
    • Plugins
    • API
  • Support
  • Forum
  • Get ORK

Getting Started

  • Introduction
  • First Steps
  • Game Starters
  • Components Overview
  • Player/Camera Controls
  • Game Over

Editor

  • Editor Overview
  • Base/Control Section
  • Game Section
  • UI Section
  • Templates Section
  • Status Section
  • Inventory Section
  • Combatants Section
  • Battles Section

Features

  • Animations
  • Areas & Teleports
  • Combatant Triggers
  • Control Maps
  • Difficulties
  • Factions
  • Formations
  • Formula Nodes
  • Logs
  • Loot
  • Move AI
  • Quests
  • Research Trees
  • Schematic Nodes
  • Shortcut Slots

Status System

  • Status Values
  • Status Effects
  • Attack/Defence Modifiers
  • Abilities
  • Combatants
  • Classes
  • Status Bonuses
  • Status Conditions

Inventory System

  • Inventory System Overview
  • Currencies
  • Items
  • Equipment
  • AI Behaviours/Rulesets
  • Crafting Recipes
  • Shops

Battle System

  • Battle Systems
  • Adding Battles to Scenes
  • Calculating Action Results
  • Battle Menus
  • Battle AI
  • Battle AI Nodes
  • Battle Ranges
  • Battle Camera
  • Target Selection
  • Battle Spots
  • Battle Texts
  • Battle End & Loot Dialogues
  • Action Combos
  • Damage Types
  • Cursor Prefab Components
  • Grid Battles
  • Adding Battle Grids to Scenes
  • Battle Grid Highlights
  • Battle Grid Formations

UI System

  • UI System Overview
  • Start Menu
  • Menu Screens
  • Notifications
  • Combatant Selections
  • Quantity Selections
  • Text Display Settings
  • Cursor Settings
  • Console (In-Game)
  • Menu Requirements
  • HUDs: Content Providers
  • HUDs: Conditions
  • HUDs: Click Actions
  • HUDs: Text Content
  • HUDs: Value Bar Content
  • HUDs: Status Values
  • HUDs: Status Effects
  • HUDs: Attack Modifiers
  • HUDs: Defence Modifiers
  • HUDs: Shortcuts
  • HUDs: Abilities
  • HUDs: Equipment
  • HUDs: Class Slots
  • HUDs: AI Behaviours
  • HUDs: AI Rulesets
  • HUDs: Quests
  • Timebar HUD

Scripting

  • Scripting Overview
  • Access Handler
  • Code Extensions
  • Combatant Scripting
  • Custom Nodes
  • Custom Component Save Data
  • Home
  • Guide
  • Documentation
  • UI System
  • HUDs: Text Content

HUDs: Text Content

Table of Contents
  • ORK HUD Text Content
    • Unity UI
  • ORK HUD Status Text Content
    • Status Types
      • Ability
      • Action Time
      • Actions Per Turn
      • AI Behaviour
      • AI Ruleset
      • Attack Modifier
      • Attack Modifier Attribute
      • Cast Time
      • Chance
      • Combatant Console
      • Combatant Information
      • Defence Modifier
      • Defence Modifier Attribute
      • Defence Modifier ID
      • Delay Time
      • Equipment
      • Grid Move Range
      • Inventory Container Slot
      • Inventory Space
      • Item
      • Level Points
      • Research Item
      • Reuse Time
      • Shortcut
      • Shortcut Slot
      • Status Effect
      • Status Value
      • Timebar
    • Unity UI

HUDs can display texts that include information of represented content, e.g. a combatant’s name, level or status values.

This content is added to the text using text codes, e.g. <name> to add the name of a displayed content.

ORK HUD Text Content #

The ORK HUD Text Content is used for general content information and can be used for a wide range of displayed content like combatants, items, equipment and many other things.

The available text codes will either be replaced by a compatible content’s information or by a blank text. E.g. the <stackcount> text code to display a status effect’s number of stacked effects will display the stack count (number) when a status effect is displayed, but a blank text in any other case.

Use this text content if you use a HUD for displaying different content, e.g. a Tooltip type HUD that’s not specialized to specific content.

Unity UI #

Using the Unity UI module, this content is set up using the ORK HUD Text Content component. The component is responsible for defining the content that will be displayed – the source of the content comes from the referenced HUD Content Provider component (Content Provider field).

The actual content is displayed by the referenced UI Content component (Content Component field).

ORK HUD Status Text Content #

The ORK HUD Status Text Content is used for specific content information and offers a lot more text codes to display specialized information.

The text content will only be displayed if the displayed content matches the defined status type of the setup.

Status Types #

The Status Type selection defines which kind of content will be displayed.

Ability #

Displays information of an ability.

The displayed content has to be an ability.

Action Time #

Displays a combatant’s action time (only in ‘Turn Based’ and ‘Phase’ type battles).

The displayed content has to be a combatant.

Actions Per Turn #

Displays a combatant’s actions per turn (only in ‘Turn Based’ and ‘Phase’ type battles).

The displayed content has to be a combatant.

AI Behaviour #

Displays an AI behaviour slot and it’s AI behaviour.

The displayed content has to be an AI behaviour slot or an AI behaviour.

AI Ruleset #

Displays an AI ruleset slot and it’s AI ruleset.

The displayed content has to be an AI ruleset slot or an AI ruleset.

Attack Modifier #

Displays content information of an attack modifier.

The displayed content has to be an attack modifier of a combatant.

Attack Modifier Attribute #

Displays the value of a combatant’s attack modifier attribute.

The displayed content has to be an attribute of combatant’s attack modifier.

Cast Time #

Displays the cast time of a combatant currently casting an action (only while casting). Can also be used to display the cast time of a shortcut.

The displayed content has to be a combatant or a shortcut (e.g. ability, item, etc.).

Chance #

Displays the hit or critical chance of the previewed ability on the combatant. Only used when there’s a preview.

The displayed content has to be a combatant with a status preview containing hit or critical chance information.

Combatant Console #

Displays a combatant’s console texts. Requires combatant consoles to be enabled in the console settings.

The displayed content has to be a combatant.

Combatant Information #

Displays information of a combatant (name, class, level, faction, etc.).

The displayed content has to be a combatant.

Defence Modifier #

Displays content information of a defence modifier.

The displayed content has to be a defence modifier of a combatant.

Defence Modifier Attribute #

Displays the value of a combatant’s defence modifier attribute.

The displayed content has to be an attribute of combatant’s defence modifier.

Defence Modifier ID #

Displays the a combatant’s defence modifier ID.

The displayed content has to be a combatant’s defence modifier ID.

Delay Time #

Displays a combatant’s delay time (only while the time is running).

The displayed content has to be a combatant with a running delay time.

Equipment #

Displays of an equipment.

The displayed content has to be an equipment or a combatant’s equipment slot.

Grid Move Range #

Displays a combatant’s grid move range (only in grid battles).

The displayed content has to be a combatant.

Inventory Container Slot #

Displays information of an inventory container slot (use this for empty inventory container slots to display the slot index).

The displayed content has to be a shortcut coming from an inventory container display (e.g. menu screen).

Inventory Space #

Displays the combatant’s inventory space (current and maximum).

The displayed content has to be a combatant.

Item #

Displays information of an item.

Level Points #

The level points of an ability or equipment. Only displayed while the ability/equipment can level up.

The displayed content has to be an ability or equipment.

Research Item #

Displays a research item’s information.

The displayed content has to be a research item.

Reuse Time #

Displays the reuse time/turns of an ability or item. Only displayed while the reuse time/turns is active.

The displayed content has to be a shortcut with a running reuse time (e.g. ability or item).

Shortcut #

Displays information of a shortcut (e.g. ability, item, AI behaviour, etc.).

The displayed content has to be a shortcut (ability, item, etc.).

Shortcut Slot #

Displays information of a shortcut slot (use this for empty slots to display the slot index).

The displayed content has to be a combatant’s shortcut slot.

Status Effect #

Displays a status effect.

The displayed content has to be a status effect.

Status Value #

Displays the value of a combatant’s status value.

The displayed content has to be a status value or a class using status development (displays the class experience in this case).

Timebar #

Displays the timebar or used timebar value of a combatant (only in ‘Active Time’ type battles).

The displayed content has to be a combatant.

Unity UI #

Using the Unity UI module, this content is set up using the ORK HUD Status Text Content component. The component is responsible for defining the content that will be displayed – the source of the content comes from the referenced HUD Content Provider component (Content Provider field).

The actual content is displayed by the referenced UI Content component (Content Component field).

You can quickly create a setup using the context menu in the scene hierarchy, there are different variants available.

Text and icon: ORK Framework > HUD > Content > Status Text+Icon Content (TextMesh Pro)

Text only: ORK Framework > HUD > Content > Status Text Content (TextMesh Pro)

Icon only: ORK Framework > HUD > Content > Status Icon Content (TextMesh Pro)

Many other context menu commands also include ORK HUD Status Text Content setup.

Editor, UI
Share This Article :
  • Facebook
  • Twitter
  • LinkedIn
  • Pinterest
Updated on September 15, 2022
Table of Contents
  • ORK HUD Text Content
    • Unity UI
  • ORK HUD Status Text Content
    • Status Types
      • Ability
      • Action Time
      • Actions Per Turn
      • AI Behaviour
      • AI Ruleset
      • Attack Modifier
      • Attack Modifier Attribute
      • Cast Time
      • Chance
      • Combatant Console
      • Combatant Information
      • Defence Modifier
      • Defence Modifier Attribute
      • Defence Modifier ID
      • Delay Time
      • Equipment
      • Grid Move Range
      • Inventory Container Slot
      • Inventory Space
      • Item
      • Level Points
      • Research Item
      • Reuse Time
      • Shortcut
      • Shortcut Slot
      • Status Effect
      • Status Value
      • Timebar
    • Unity UI
Sitemap
  • Features
  • Showcase
  • Guide
    • Documentation
    • Tutorials
    • API
  • ORK 2 Hub
    • Tutorials
    • Plugins
    • API
  • Support
  • Forum
  • Get ORK
  • Contact
  • Blog
  • Makinom
  • gamingislove.com
Categories
  • News (60)
  • ORK 2 (137)
    • Tutorial (137)
      • Game tutorial (50)
      • Gameplay (32)
      • How-to (55)
  • Release (130)
Search

© 2015 Gaming is Love e.U.

Disclosure: This site may contain affiliate links, which means I may receive a commission if you click a link and purchase something that I have recommended. While clicking these links won’t cost you any money, they will help me fund my development projects while recommending great assets!