この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
en:guide:febuildergba:how_to_obtain_necessary_tools_to_use_febuildergba_en [2018/11/23 16:58] 211.14.62.193 [Event Assembler] |
en:guide:febuildergba:how_to_obtain_necessary_tools_to_use_febuildergba_en [2019/05/31 17:11] (現在) 211.14.62.193 |
||
---|---|---|---|
ライン 24: | ライン 24: | ||
===== Event Assembler ===== | ===== Event Assembler ===== | ||
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. | ||
+ | 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.\\ | ||
ライン 69: | ライン 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 ===== | ||
ライン 99: | ライン 102: | ||
If you want to use it please search on google. | 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 ====== | ||