【汉化】Custom Faces

Custom Faces

【汉化】Custom Faces_第1张图片
Custom Faces

This plugin allows developers to give custom characters multiple expressions
through Show Text events. They are created by changing specific pieces of the
custom character’s face image.

这个插件可以允许给予自定义角色在信息框更多的展示,可以改变自定义角色脸图的部分组件

How to Set up the Parameters

The Parameters are split into sections referred to as “Custom Faces”.
Each one has a specific amount of sections that are replaced, and the new
pieces for each section that is replaced.

参数被分解为多个部分,每一部分都有大量可替代组件

For example, if you wish Custom Face 1 to force the face image to use the
Mouth (3) file from the Mouth Section, you would do something like this:

例如,如果你想要自定义脸图1使用嘴组件3,你可以这样写

Custom Sections 1
Mouth

Custom Pieces 1
Mouth (3)

For multiple sections or pieces, simply separate with commas. Make sure the
sections and pieces are in the same order:

对于多个组件,你可以缩写在一起

Custom Sections 1
Mouth, Eyes, Eyebrows

Custom Pieces 1
Mouth (3), Eyes (5), Eyebrows (4)

Message Notetags

If you wish to use a custom face, simply add another parameter to the normal
Custom Face notetag within the Show Text event:

如果你想使用某个自定义脸图,你可以添加下面的代码在信息框


Set [actorId] to the ID of the Actor who’s face you wish to be displayed.
Set [faceId] to the ID of the custom face created in the Parameters.

设置好角色ID和自定义脸图ID

For example:


This would show the custom character face of Actor ID 1 and force the custom
face 3 pieces to be used with it.

这段命令将使用角色1的脸图并且替换掉参数中脸图3的组件

你可能感兴趣的:(【汉化】Custom Faces)