AIDef:AI/PriestBossGiantEnemyRoot and Help:Tools/Switch Toolbox: 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>Linktlh
(Add a basic page for Switch Toolbox)
 
Line 1: Line 1:
{{AIDef
[[Category:Tools]]
|name=PriestBossGiantEnemyRoot
[[Category:Tools (SARC)]]
|type=AI
[[Category:Tools (AAMP)]]
[[Category:Tools (BYML)]]
{{Tool infobox
| name = Switch Toolbox
| authors = KillzXGaming
| source = https://github.com/KillzXGaming/Switch-Toolbox
| written_in = C#
| win_only=
}}
}}


== MapUnitInstParams ==
Switch Toolbox is a graphical UI to edit many formats of Nintendo Switch and Wii U.
{|class="wikitable"
! Name !! Type !! Default value !! Description
|-
| EquipItem1 || String || Default ||
|-
| EquipItem2 || String || Default ||
|-
| EquipItem3 || String || Default ||
|-
| EquipItem4 || String || Default ||
|-
| RideHorseName || String ||  ||
|-
| ArrowName || String || NormalArrow ||
|-
| DropTable || String || Normal ||
|-
| IsNearCreate || Bool || False ||
|-
| DropActor || String ||  ||
|-
| SharpWeaponJudgeType || Int || 0 ||
|-
| LevelSensorMode || Int || 0 ||
|-
| DisableRankUpForHardMode || Bool || False ||
|-
|}


== Setup ==
*Simply download a compiled version off the github, unzip, and launch the exe


== StaticInstParams ==
== Issues or Requests==
{|class="wikitable"
Report any issues you find [https://github.com/KillzXGaming/Switch-Toolbox/issues here]
! Name !! Type !! Default value !! Description
|-
| InvalidateIronBallDamageFrame || Int ||  ||
|-
| IsReactionOnDead || Bool ||  ||
|-
| InWaterDepth || Float ||  ||
|-
| OutOfWaterOffset || Float ||  ||
|-
| SpreadDist || Float ||  ||
|-
| SmallSpreadDist || Float ||  ||
|-
| FortressTag || String ||  ||
|-
| FallHeight || Float ||  ||
|-
| IgnoreHell || Bool ||  ||
|-
|}


 
== Usage ==
== Children ==
===Switch Toolbox can edit:===
{|class="wikitable"
*BFRES
! Name !! Description
*BNTX
|-
*NUTEXB
| フェイズ終了 ||
*XTX
|-
*GTX
| フェイズ開始 ||
*SARC
|-
*BARS
| リアクション ||
*KCL
|-
*BFLIM
| 呼ばれ ||
*GFPAK
|-
*BEA
| 奈落 ||
*AAMP (Wii U and Switch)
|-
*BYAML/BYML (Wii U, 3DS, and Switch)
| 所持 ||
*PTCL (Wii U, 3DS, and Switch)
|-
*TMPK
| 死亡生成 ||
===Switch Toolbox can view:===
|-
*BFFNT (Textures only)
| 水中 ||
*BCRES
|-
  Models, materials, and textures.
| 落下 ||
*BFSHA
|-
  Can view options, samplers, attributes, and uniform blocks.
| 近接湧出 ||
*BNSH
|-
  Can extract shader vertex and fragment shaders from variations/programs
| 通常 ||
*SHARCFB and SHARC
|-
  Basic preview of some shader program data.
| 騎乗 ||
  Can edit both v1 and v2 AAMP (Wii U and Switch)
|-
*EFC
|}
  Can preview effect tables and link PTCL.
 
*NUT
== Derived definitions ==
  Can preview NTWU, NTP3, and NTWD variants. Editng will be soon
=== 通常 (Priest_Boss_Giant, BaseAI) ===
*MSBT
{{AIDefDerived
  Very basic previewing.
|name=通常
*MP3, OGG, IDSP, HPS, WAV, BFWAV, BFSTM, BCWAV, BCWAV
|group_name=BaseAI
  Can listen to audio and convert between certain formats. Thanks to VGAudio and CSCore
|derived_from=PriestBossGiantEnemyRoot
*NARC
|aiprog=Priest_Boss_Giant
*SP2 (Team Sonic Racing)
}}
*GFMDL
{|class="wikitable"
*TEX (3DS)
! Name !! Value
*NUSHDB (Switch Namco Shaders)
|-
*SDF (Snow Drop Engine)
| InvalidateIronBallDamageFrame || 30
*NCA
|-
*NSP
| IsReactionOnDead || True
*IStorage
|-
*NXARC
| InWaterDepth || 1.6
*LZARC
|-
*IGA .pak
| OutOfWaterOffset || 0.1
*RARC
|-
*GMX (TPHD Models)
| SpreadDist || 0.0
*MKAGPDX Model .bin files
|-
*MKAGPDX Archive .pac files
| SmallSpreadDist || 3.0
*ME01 and SA01 archives.
|-
| FortressTag || EnemyFortressMgr
|-
| FallHeight || -1.0
|-
| IgnoreHell || False
|-
|}

Revision as of 15:32, 26 July 2019

Switch Toolbox
Author(s) KillzXGaming
Source code https://github.com/KillzXGaming/Switch-Toolbox
Written in C#
Platform support Cross-platform

Switch Toolbox is a graphical UI to edit many formats of Nintendo Switch and Wii U.

Setup

  • Simply download a compiled version off the github, unzip, and launch the exe

Issues or Requests

Report any issues you find here

Usage

Switch Toolbox can edit:

  • BFRES
  • BNTX
  • NUTEXB
  • XTX
  • GTX
  • SARC
  • BARS
  • KCL
  • BFLIM
  • GFPAK
  • BEA
  • AAMP (Wii U and Switch)
  • BYAML/BYML (Wii U, 3DS, and Switch)
  • PTCL (Wii U, 3DS, and Switch)
  • TMPK

Switch Toolbox can view:

  • BFFNT (Textures only)
  • BCRES
  Models, materials, and textures.
  • BFSHA
  Can view options, samplers, attributes, and uniform blocks.
  • BNSH
  Can extract shader vertex and fragment shaders from variations/programs
  • SHARCFB and SHARC
  Basic preview of some shader program data.
  Can edit both v1 and v2 AAMP (Wii U and Switch)
  • EFC
  Can preview effect tables and link PTCL.
  • NUT
  Can preview NTWU, NTP3, and NTWD variants. Editng will be soon
  • MSBT
  Very basic previewing.
  • MP3, OGG, IDSP, HPS, WAV, BFWAV, BFSTM, BCWAV, BCWAV
  Can listen to audio and convert between certain formats. Thanks to VGAudio and CSCore
  • NARC
  • SP2 (Team Sonic Racing)
  • GFMDL
  • TEX (3DS)
  • NUSHDB (Switch Namco Shaders)
  • SDF (Snow Drop Engine)
  • NCA
  • NSP
  • IStorage
  • NXARC
  • LZARC
  • IGA .pak
  • RARC
  • GMX (TPHD Models)
  • MKAGPDX Model .bin files
  • MKAGPDX Archive .pac files
  • ME01 and SA01 archives.