Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

AIDef:AI/GoronHeroSoulGiftRoot and EventInfo.product.sbyml: Difference between pages

From ZeldaMods (Breath of the Wild)
(Difference between pages)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
imported>Leoetlino
(add stub)
 
Line 1: Line 1:
{{AIDef
{{stub}}
|name=GoronHeroSoulGiftRoot
{{resloc|locations=[[Bootup.pack]]|path=Event/EventInfo.product.byml}}
|type=AI
<onlyinclude>'''EventInfo.product.sbyml''' is a [[Yaz0]]-compressed file that stores information about all game [[event]]s. It is used by the [[event manager]] to load events.</onlyinclude>
}}


== StaticInstParams ==
EventInfo is a machine generated file. It is not meant to be edited directly; much of the information it includes are either automatically generated or copied from event flows and other source-only files.
{|class="wikitable"
! Name !! Type !! Default value !! Description
|-
| PosOffset || Vec3 ||  ||
|-
| RotOffset || Vec3 ||  ||
|-
| UseInitMtxForBasePos || Bool ||  ||
|-
| UseInitMtxForBaseRot || Bool ||  ||
|-
|}


 
[[Category:Content (BotW)]]
== Children ==
[[Category:Content (BotW, product)]]
{|class="wikitable"
! Name !! Description
|-
| 待機 ||
|-
| 発動 ||
|-
| 退場 ||
|-
|}
 
== Derived definitions ==
=== Root (HeroSoulGift_Goron) ===
{{AIDefDerived
|name=Root
|group_name=
|derived_from=GoronHeroSoulGiftRoot
|aiprog=HeroSoulGift_Goron
}}
{|class="wikitable"
! Name !! Value
|-
| PosOffset || Vec3(x=0.0, y=0.0, z=2.0)
|-
| RotOffset || Vec3(x=0.0, y=0.0, z=0.0)
|-
| UseInitMtxForBasePos || True
|-
| UseInitMtxForBaseRot || True
|-
|}

Revision as of 07:55, 18 February 2020

This resource is found in Bootup.pack.

Its canonical resource path is "Event/EventInfo.product.byml".

EventInfo.product.sbyml is a Yaz0-compressed file that stores information about all game events. It is used by the event manager to load events.

EventInfo is a machine generated file. It is not meant to be edited directly; much of the information it includes are either automatically generated or copied from event flows and other source-only files.