If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Bravely Default: For the Sequel: Difference between revisions
Jump to navigation
Jump to search
m (clarify script dumper purpose) |
m (rephrasing) |
||
Line 12: | Line 12: | ||
==Utilities== | ==Utilities== | ||
This | This python program will dump the Japanese script. It could be modified to dump other languages by changing the encoding to UTF-8. | ||
[https://github.com/tashiww/bravely_dumper python script dumper] | [https://github.com/tashiww/bravely_dumper python script dumper] | ||
Revision as of 12:54, 4 November 2020
Bravely Default: For the Sequel | |
Name | Bravely Default: For the Sequel |
Company | Square-Enix |
ROM | |
Country | Japan, North America, Europe |
Checksum | |
CRC32 |
Utilities
This python program will dump the Japanese script. It could be modified to dump other languages by changing the encoding to UTF-8. python script dumper
Hacks
Translations
Multiple languages are officially included on any region release:
- Japanese
- German
- English
- Spanish
- French
- Italian
Miscellaneous
Japanese text is stored as UTF-16. Other languages are stored as UTF-8 with null byte padding.