Help:Setting up tools: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
Line 15: | Line 15: | ||
== Tools == | == Tools == | ||
=== Yaz0 === | === Yaz0 === | ||
Many files in the game are compressed with [[Yaz0]]. Compressed files generally have the letter <code>s</code> prefixed to their file extension. | Many files in the game are compressed with [[Yaz0]]. Compressed files generally have the letter <code>s</code> prefixed to their file extension. Use {{ltool|wszst}} to compress or decompress these files. | ||
{{tool section|rec_tool=wszst}} | {{tool section|rec_tool=wszst}} | ||
=== AAMP === | === AAMP === | ||
AAMP is used for configuration files, such as [[actor parameters]], the [[normal.bwinfo|world configuration (climate, lighting, ...)]], etc. | AAMP is used for configuration files, such as [[actor parameters]], the [[normal.bwinfo|world configuration (climate, lighting, ...)]], etc. Convert them to an editable format (and back) with {{ltool|aamp}}. | ||
{{tool section|rec_tool=aamp}} | {{tool section|rec_tool=aamp}} | ||
Unlike most other files, AAMP files are exactly the same on both Wii U and Switch. | Unlike most other files, AAMP files are exactly the same on both Wii U and Switch. | ||
=== BYML === | |||
BYML files contain game parameters for [[actor]]s, [[map unit]]s, etc. Convert them to an editable format (and back) with {{ltool|byml-v2}}. | |||
{{tool section|rec_tool=byml-v2}} | |||
=== BFRES === | === BFRES === | ||
[[BFRES]] files contain the game's animations, models and textures. Tutorials on how to edit these for Wii U can be found in [https://drive.google.com/drive/folders/1Z1_A3w0VvPHp22H_Yh_dSdzI5hr4OAv9 Fooni's Tutorials]. | [[BFRES]] files contain the game's animations, models and textures. Tutorials on how to edit these for Wii U can be found in [https://drive.google.com/drive/folders/1Z1_A3w0VvPHp22H_Yh_dSdzI5hr4OAv9 Fooni's Tutorials]. | ||
Line 31: | Line 34: | ||
[[BFEVFL]] is used for in-game events (which includes things like talking to people and also full-blown cutscenes). | [[BFEVFL]] is used for in-game events (which includes things like talking to people and also full-blown cutscenes). | ||
Follow the instructions at [[Help:Setting up tools/EventEditor]]. | Follow the instructions at [[Help:Setting up tools/EventEditor]]. | ||
=== RSTB === | === RSTB === | ||
The file [[ResourceSizeTable.product.rsizetable]] (referred to as the RSTB file) contains a list of size limits for almost every file in the game (calculated from the non-Yaz0-compressed file sizes). If you edit a file to make its filesize bigger, you'll need to edit this file to prevent errors. | The file [[ResourceSizeTable.product.rsizetable]] (referred to as the RSTB file) contains a list of size limits for almost every file in the game (calculated from the non-Yaz0-compressed file sizes). If you edit a file to make its filesize bigger, you'll need to edit this file to prevent errors. |