Skip to main content

Add Character Into Roster

This page will explain how basically you can add a custom character

AFT - OLD

First add character to DataTable of RosterList (DT_ATF_RosterList)

AFT - OLD

In the DataTable add your new character and set name and profile pic

  • Choose (+) Add on top quick menu
  • Set Row Name in table to same number as the list
  • Name: The displayed name
  • CharImage: 2048x2048 in the template example

AFT - OLD

Next you have to connect to the Roster UI Widget WBP_AFT_CharacterSelection

AFT - OLD

Next you have to connect to the Roster UI Widget WBP_AFT_CharacterSelection

In (WBP_AFT_GridCharRoster) :

  • Select a Roster ImageBox (RosterCard_R#_C#) that is not being used
  • In Details -> Config :
    • Uncheck Locked
    • Char id to Load

AFT - OLD

Now on play of (Map_AFT_MainMenu) scene you should see new character on roster list

AFT - OLD