标题:1/18 Update
作者:yami
发布时间:2023年01月18日 4时47分19秒
Add sound layer for animation
Add "Actor Light System" plugin to templates, disabled by default
- Set the light radius and the actor will glow, similar to Diablo
Command changes:
Add Skill->Set Trigger Duration
Add Skill->Set Trigger Motion
Extend Variable->Set Boolean->Script
Extend Variable->Set Value->Script
Extend Variable->Set String->Script
Expand Flow->If->Actor->Check Team Relationship
- Is a teammate of actor ...
- Is a friend of actor ...
- Is an enemy of actor ...
- Is a member of team ...
- Is a friend of team ...
- Is an enemy of team ...
Modify Message->Show Choices, remove the limit of the number of choices
- If the project is an event UI template, note that the events of the dialog box need to be modified to show more than 4 choices. Steps to modify:
- Copy the new project's Dialog Box(UI File)->InnerOptionWindow -> LoadData event, overwrite the event in the same position in the old project
- Copy the new project's Dialog Box(UI File)->Option->Click event, overwrite the event in the same position in the old project
Modify Variable->Set String->Other->Show Choices - Content, index can be used
Modify Flow->Set Event->Go to Choice Branch, index can be used
Method name changes for object script:
onAdd is modified to onScriptAdd
onRemove is modified to onScriptRemove
Add "Actor Light System" plugin to templates, disabled by default
- Set the light radius and the actor will glow, similar to Diablo
Command changes:
Add Skill->Set Trigger Duration
Add Skill->Set Trigger Motion
Extend Variable->Set Boolean->Script
Extend Variable->Set Value->Script
Extend Variable->Set String->Script
Expand Flow->If->Actor->Check Team Relationship
- Is a teammate of actor ...
- Is a friend of actor ...
- Is an enemy of actor ...
- Is a member of team ...
- Is a friend of team ...
- Is an enemy of team ...
Modify Message->Show Choices, remove the limit of the number of choices
- If the project is an event UI template, note that the events of the dialog box need to be modified to show more than 4 choices. Steps to modify:
- Copy the new project's Dialog Box(UI File)->InnerOptionWindow -> LoadData event, overwrite the event in the same position in the old project
- Copy the new project's Dialog Box(UI File)->Option->Click event, overwrite the event in the same position in the old project
Modify Variable->Set String->Other->Show Choices - Content, index can be used
Modify Flow->Set Event->Go to Choice Branch, index can be used
Method name changes for object script:
onAdd is modified to onScriptAdd
onRemove is modified to onScriptRemove