Hi Everyone,

I am wondering if anyone could point me in the right direction or give me some ideas on how to use ORK to make a purely text based combat.

Is it possible with the current framework?

Thanks!
  • I'd say this is mostly possible.

    Check out UI > Console Settings & Types - this is an in-game console feature that can output most things going in on the game, including what's happening in battle.

    Combatants still need to be spawned in your scene to be able to have battles, though. You could e.g. just use empty game objects to not have any visuals on them.

    You'll still need to use some way to input your commands and select targets, e.g. using the battle menu.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Awesome, thank you for the quick reply.
Sign In or Register to comment.