noobgroup.blogg.se

How to add model name in addonpeds editor
How to add model name in addonpeds editor











You can select one of them or combine them to handle more complex customizations. Several typical scenarios are provided in this topic. To learn how the Application Model’s structure is formed refer to the Application Model Structure topic.

#How to add model name in addonpeds editor how to#

This topic explains how to extend and customize the Application Model in Code. In this way, you can allow other developers or end-users to change the behavior of your code by modifying your custom nodes and properties in the Model Editor. You may also need to customize an existing node by adding custom properties to it. When implementing a new feature, you may need to add custom nodes to the Application Model. But this approach is useful when the feature that you implement in a module demands the modification of the information generated in the Application Model by default. In most cases, this approach is less suitable because the changes to be made in the Application Model are performed in code.

how to add model name in addonpeds editor

For more realistic experience, select edit ped and set to MERRYWEATHER in Personality (it set Army/BlackOps walking animation) and set to COP the Decision Maker. There is one more approach you can use to customize the information stored in the Application Model. Register the ped with AddonPeds Editor with theses parameters: Male, False. Values from every successive layer override the corresponding values from the previous layer (see the Application Model Basics topic).

how to add model name in addonpeds editor

The layers are superimposed onto one another in a certain order. It allows you to edit the information at design time, forming Application Model layers in each project. You can customize the information loaded to the Application Model via the Model Editor. Extend and Customize the Application Model in Code











How to add model name in addonpeds editor