この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
en:guide:febuildergba:how_to_obtain_necessary_tools_to_use_febuildergba_en [2018/09/24 16:10] 211.14.62.193 |
en:guide:febuildergba:how_to_obtain_necessary_tools_to_use_febuildergba_en [2019/05/31 17:11] (現在) 211.14.62.193 |
||
---|---|---|---|
ライン 25: | ライン 25: | ||
Since large patches such as magic systems are often implemented by EA, I recommend setting them.\\ From FEBuilderGBA, you can also activate safely with additional execution -> Event Assembler.\\ http://feuniverse.us/t/event-assembler/1749 | Since large patches such as magic systems are often implemented by EA, I recommend setting them.\\ From FEBuilderGBA, you can also activate safely with additional execution -> Event Assembler.\\ http://feuniverse.us/t/event-assembler/1749 | ||
+ | Event Assembler 11.1 or later is required. | ||
+ | (In older versions, an error occurs that the "symOutput" option is not available.) | ||
===== no$gba debugger ===== | ===== no$gba debugger ===== | ||
This is a GBA debugger.\\ If you want to challenge arm asm, let's install it.\\ Since breakpoints can be set, it helps to understand the code.\\ | This is a GBA debugger.\\ If you want to challenge arm asm, let's install it.\\ Since breakpoints can be set, it helps to understand the code.\\ | ||
ライン 66: | ライン 68: | ||
It is a tool that can correctly handle palettes of images, so I recommend you to install them.\\ | It is a tool that can correctly handle palettes of images, so I recommend you to install them.\\ | ||
http://takabosoft.com/edge | http://takabosoft.com/edge | ||
+ | |||
+ | ===== Usenti ===== | ||
+ | This is graphic software often used in English-speaking countries. | ||
+ | https://www.coranac.com/projects/usenti/ | ||
===== Tiled Map Editor ===== | ===== Tiled Map Editor ===== | ||
ライン 83: | ライン 89: | ||
It is an assembler that is mainly used for oversea remodeling.\\ It seems that it is based on gnu/gas.\\ https://sourceforge.net/projects/devkitpro/ | It is an assembler that is mainly used for oversea remodeling.\\ It seems that it is based on gnu/gas.\\ https://sourceforge.net/projects/devkitpro/ | ||
+ | ===== lyn ===== | ||
+ | This is an EA elf linker. | ||
+ | It is necessary to use the patch written using lyn. | ||
+ | Please download lyn.exe and copy it to EA's Tools directory. | ||
+ | https://github.com/StanHash/lyn/releases | ||
+ | |||
+ | ===== mid2agb ===== | ||
+ | This is a tool to convert midi into a format that can be used by GBA. | ||
+ | Although FEBuilderGBA also has a function to convert midi, it is most accurate to use mid2agb, as loops can not be represented correctly with complicated midi. | ||
+ | However, this program can not affix a link due to reason. | ||
+ | |||
+ | If you want to use it please search on google. | ||
+ | |||
+ | ===== retdec ===== | ||
+ | It is a decompiler. | ||
+ | It converts asm to C. | ||
+ | |||
+ | If necessary, download it from the following URL. | ||
+ | To execute, python 3 is necessary. | ||
+ | |||
+ | https://github.com/avast-tl/retdec/releases | ||
+ | |||
+ | ==== Text to Speech ==== | ||
+ | |||
+ | FEBuilderGBA has a function to read out text with synthesized speech. | ||
+ | To find spelling errors, it is best to read aloud and read aloud. | ||
+ | |||
+ | For speech by synthetic speech, SAPI 11, not SAPI 5, is required. | ||
+ | Please download two files from Microsoft official. | ||
+ | |||
+ | |||
+ | RunTime SpeechPlatformRuntime.msi | ||
+ | http://www.microsoft.com/download/en/details.aspx?id=27224 | ||
+ | |||
+ | Various language data. | ||
+ | http://www.microsoft.com/download/en/details.aspx?id=27224 | ||
+ | |||
+ | In the case of Japanese, "Haruka" is used. | ||
+ | ``` | ||
+ | MSSpeech_TTS_ja-JP_Haruka.msi (日本語、女性、はるか) | ||
+ | ``` | ||
+ | |||
+ | reference. | ||
+ | |||
+ | http://mahoro-ba.net/e1541.html | ||
+ | http://mahoro-ba.net/e1590.html | ||
====== End ====== | ====== End ====== | ||