AIDef:AI/PriestBossWarpToSafePos and Help:Resolving mod conflicts: Difference between pages

(Difference between pages)
Jump to navigation Jump to search
m
no edit summary
imported>Leoetlino
(import AI definitions from 1.5.0 (add missing AITreeVariables))
 
imported>NiceneNerd
mNo edit summary
 
Line 1: Line 1:
{{AIDef
Because of the way '''Breath of the Wild''' game content is structured, multiple mods often have to make incompatible changes to the same files or groups of files. Not all of this can be helped—some mods will always conflict—but many of the most common mod conflicts can be resolved. There are seven major areas of concern in resolving mod conflicts: the [[Resource_system#Resource_size_table|RSTB]], [[SARC|SARC packs]], [[Message archives|game texts]], [[gamedata.ssarc|game data]], [[SaveMgr|save data]], [[ActorInfo.product.sbyml|actor info]], and the contents generally of [[BYML]] and [[AAMP]] files.
|name=PriestBossWarpToSafePos
|type=AI
}}


== AITreeVariables ==
== RSTB Conflicts ==  
{|class="wikitable"
RSTB conflicts occur when two or more mods modify [[ResourceSizeTable.product.rsizetable]]. Unless the changes are merged, you may experience the general symptoms of RSTB problems when trying to use such mods together, which may include crashes, invisible models, missing actors, or hanging on the loading screen. Note especially that crashes which come immediately on loading the game often involve the RSTB entry for [[Bootup.pack]] or one of the message archives [[Help:Resolving_mod_conflicts#Game_text_conflicts|described below]].
! Name !! Type !! Default value !! Description
|-
| IsActive || Bool || True ||
|-
| DestinationPos || Vec3 || [0.0, 0.0, 0.0] ||
|-
| PriestBossMetaAIUnit || AITreeVariablePointer ||  ||
|-
|}


To resolve RSTB conflicts, you must identify the RSTB changes made by each mod, which can be compared using [[Help:Tools/rstb|rstbtool]] or [[Help:Tools/Wild_Bits|Wild Bits]]. For help with this, see [[Help:Updating the RSTB]].


== StaticInstParams ==
== SARC Conflicts ==
{|class="wikitable"
SARC conflicts occur when two or more mods modify the same [[SARC]] file, most frequently [[TitleBG.pack]], [[Bootup.pack]], or an [[Sbactorpack|actor pack]]. For example, if one mod changes Link's appearance and one mod changes the texture of the paraglider, each mod will contain an entire TitleBG.pack file, and they will not cooperate.
! Name !! Type !! Default value !! Description
|-
| OffsetY || Float ||  ||
|-
| OffsetZ || Float ||  ||
|-
|}


To resolve SARC conflicts, you must identify the changed files in each SARC and manually copy the changed files in each to a single SARC. You can extract and modify SARC archives using [[Help:Tools/sarc|sarc]] or [[Help:Tools/Wild_Bits|Wild Bits]].


== Children ==
== Game Text Conflicts ==
{|class="wikitable"
! Name !! Description
|-
| 転移 ||
|-
|}


== Derived definitions ==
== Game Data and Save Data Conflicts ==
=== 奈落 (Priest_Boss_ShadowClone, 通常) ===
 
{{AIDefDerived
== Actor Info Conflicts ==
|name=奈落
 
|group_name=通常
== BYML and AAMP Conflicts ==
|derived_from=PriestBossWarpToSafePos
 
|aiprog=Priest_Boss_ShadowClone
[[Category:Guides]]
}}
{|class="wikitable"
! Name !! Value
|-
| OffsetY || 2.0
|-
| OffsetZ || 0.0
|-
|}
=== 奈落 (Priest_Boss_Normal, 通常) ===
{{AIDefDerived
|name=奈落
|group_name=通常
|derived_from=PriestBossWarpToSafePos
|aiprog=Priest_Boss_Normal
}}
{|class="wikitable"
! Name !! Value
|-
| OffsetY || 2.0
|-
| OffsetZ || 0.0
|-
|}
=== 奈落 (Priest_Boss_ShadowClone_Real, 通常) ===
{{AIDefDerived
|name=奈落
|group_name=通常
|derived_from=PriestBossWarpToSafePos
|aiprog=Priest_Boss_ShadowClone_Real
}}
{|class="wikitable"
! Name !! Value
|-
| OffsetY || 2.0
|-
| OffsetZ || 0.0
|-
|}
=== 子1 (Priest_Boss_Giant, 第三段階_1) ===
{{AIDefDerived
|name=子1
|group_name=第三段階_1
|derived_from=PriestBossWarpToSafePos
|aiprog=Priest_Boss_Giant
}}
{|class="wikitable"
! Name !! Value
|-
| OffsetY || 7.0
|-
| OffsetZ || 0.0
|-
|}
=== 第四段階 (Priest_Boss_Giant, 奈落_0) ===
{{AIDefDerived
|name=第四段階
|group_name=奈落_0
|derived_from=PriestBossWarpToSafePos
|aiprog=Priest_Boss_Giant
}}
{|class="wikitable"
! Name !! Value
|-
| OffsetY || 7.0
|-
| OffsetZ || 0.0
|-
|}
=== 中行動 (Priest_Boss_Giant, 例外待機) ===
{{AIDefDerived
|name=中行動
|group_name=例外待機
|derived_from=PriestBossWarpToSafePos
|aiprog=Priest_Boss_Giant
}}
{|class="wikitable"
! Name !! Value
|-
| OffsetY || 0.0
|-
| OffsetZ || 0.0
|-
|}
Anonymous user

Navigation menu