Customize the Avatar Setup page
- Last UpdatedDec 04, 2023
- 2 minute read
The Avatar setup page is the page used by the user to set up the avatar equipment (items and clothes).
You can define default equipment for the avatar. Some items appear on the avatar already, due to configuration on the Customize the Avatar Aspect page.

Customize the Avatar Aspect page
-
With the Configurator select the vestizione_cfg.xml file.
-
Open struct commons/dpi/items.
-
Modify the parameters.

Parameters
The parameters for the Avatar Setup page.
|
Parameter |
Description |
|---|---|
|
initialState |
If set to True, the item appears already equipped. |
Selecting equipment
After defining the default items, select items to equip the user. Default equipped items are typically excluded from this list, but can be added, if required.
To customize equipment
You can set up a list of 16 equipment items. Specify a value for each item (optional, mandatory or wrong) for each mission.
-
With the Configurator, select the commons_cfg.xml file.
-
Open struct vestizione/dpi.
-
Modify the parameters.

Parameters
The parameters for the Avatar Setup page.
|
Parameter |
Description |
|---|---|
|
enable |
If set to False, the page is skipped. |
|
number |
Defines the number of items that the user finds in the item selection menu. |
Attributes
For each item in the selection menu line (0 number-1).
|
Attribute |
Description |
|---|---|
|
ID |
Defines which item is presented in the line. The value must match a valid item ID. The valid IDs are those displayed in the commons/dpi/items struct. |
|
mission0 |
Mandatory, optional, or wrong for that mission. |
|
mission1 |
Mandatory, optional, or wrong for that mission. |
|
mission2 |
Mandatory, optional, or wrong for that mission. |
|
mission3 |
Mandatory, optional, or wrong for that mission. |