Forum rules - please read before posting.

Is there any way to keep the portrait on display?

Is there any way to keep the portrait on display, not just when there's a speech going on?
In my game, I only need to show one portrait of the main character, and I want the main character's portrait to be shown from beginning to end.

Comments

  • Place your Graphic element inside a Menu that's set to display at all times, e.g, with an Appear type of Manual or During Gameplay.

    If the portrait doesn't animate, you can set the Graphic element's Graphic type to Normal and just assign the texture directly. Otherwise, you can set it to Dialogue Portrait and map its PortraitCharacterOverride property to the Player through scripting:

    (AC.PlayerMenus.GetMenuWithName ("MyMenu", "MyGraphic") as AC.MenuGraphic).PortraitCharacterOverride = AC.KickStarter.player;
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.