Tutorial: Stage Act

Alight, its time to make a new player character. Stage Acts are different roles a player can choose to play as (like the different characters in Overwatch or League of Legends or any RPG).

Make the subclass

  1. Find the PlayerCharacter blueprint class

    See ServerAndClients/Entity/Player/BpPlayerCharacter

  2. Make a subclass (put it in the same folder)

  3. Name it BpAct<act name> (i.e. BpActDangerous)

  4. Add to the data table

    TODO: We do not currently support multiple stage acts. Please complain to Dustin.

Changing stats

Now that you have created and cataloged the subclass, do a trail run and make sure the character works.

Once the character is testable, it is time to explore what we can change about the character/stage act. Please explore the content page on PlayerCharacter.