Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Fire Emblem Conversation Editor 3DS: Difference between revisions

From GameBrew
m (Text replacement - "image = https://dlhb.gamebrew.org/3dshomebrew/" to "image = ")
m (Text replacement - "Category:3DS homebrew rom hacks" to "")
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS Homebrews
{{Infobox 3DS Homebrews
| title = Fire Emblem Conversation Editor
|title=Fire Emblem Conversation Editor
| image = FireEmblemConversationEditor.jpg|250px
|image=Feconversationeditor2.png
| type = Hack Utilities
|description=A simple GUI interface for working with text for 3DS Fire Emblem games.
| version=v1.2.1
|author=secretivecactus
| lastupdated = 2017
|lastupdated=2017/02/16
| licence = Mixed
|type=Hack Utilities
| author = secretivecactus
|version=1.2.1
| website = https://gitlab.com/secretivecactus/fe-conversation-editor
|license=Mixed
| download = https://dlhb.gamebrew.org/3dshomebrew/FireEmblemConversationEditor.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/feconversationeditor.7z?k33p0fil35
| source = https://gitlab.com/secretivecactus/fe-conversation-editor
|website=https://secretivecactus.gitlab.io/fe-conversation-editor
|source=https://gitlab.com/secretivecactus/fe-conversation-editor
}}
}}
<youtube>-Q9JeX5OFQA</youtube>
This is a conversation editor for messages in the 3DS Fire Emblem games, Awakening and Fates. It allows you to edit game text with a simplified script format or the normal game text format, providing syntax highlighting for the former.


== What is the Fire Emblem Conversation Editor? ==
It also includes such fancy extras as an integrated conversation simulator based on FEITS as well as an audio palette to help you pick sound effects and a My Unit editor that lets you save a bevy of beautiful My Units for use in your conversations.


The Fire Emblem Conversation Editor is intended as a replacement for the old method of editing Fire Emblem text for Fire Emblem: Awakening and Fire Emblem: Fates by hand in their own frustrating syntax.
==Installation==
Download contains FE Conversation Editor 1.2.1, Awakening Core Resource Pack and Fates Core Resource Pack.  


The Editor achieves this by the use of a simple, human-readable script format. This format produces functionally equivalent output if run on default game files in 95% of cases -- that is to say, in the parser's current state I have yet to encounter any issues despite extensive testing, but I'm sure some that edge cases still exist.
The Core Resource Packs include all of the images and data files for Awakening and Fates, as well as dummy audio files that will not play any sound but will allow the script editor to recognize them as valid for syntax highlighting.


Many text control codes have functions that remain unknown to me and thus will not be converted when going from game text to script. They will instead be left as-is. As and when information about how they work is discovered, the Editor will be updated with script commands to support them. If you have information about an unrecognized control code, please [https://gitlab.com/secretivecactus/fe-conversation-editor/issues/new file an issue] describing it.
To install a pack, simply extract it so that its resources folder merges with that of the editor. When you start the editor, the game mode will be available.


== Why Use a Script? ==
==User guide==
===Script commands===
The script format's strength is in its simplicity. Rather than force the user to copy and paste or use an IME to produce the required katakana for a given character's name or the name of an expression portrait, a simple declarative syntax can be used instead.


The script format's strength is in its simplicity. Rather than force the user to copy and paste or use an IME to produce the required katakana for a given character's name or the name of an expression portrait, a simple declarative syntax can be used instead. While the syntax is in English by default, it is possible to translate every aspect of the Editor without any knowledge of code or need to rebuild the jar file, and thus includes the script commands. For more information about translating the Editor, please see [https://secretivecactus.gitlab.io/fe-conversation-editor/translation this page].
While the syntax is in English by default, it is possible to translate every aspect of the Editor without any knowledge of code or need to rebuild the jar file, and thus includes the script commands.  


That said, if you really want to write in the default Fire Emblem text style, be my guest! The Editor will accomodate you, though it currently lacks highlighting for such an endeavor. That is, however, planned for inclusion in a later release.
For more information about translating the Editor, please see [https://secretivecactus.gitlab.io/fe-conversation-editor/ this page].


== Launching the Editor ==
===Launching the Editor===
There are four scripts provided for launching the Editor: .sh files for Linux and Mac and .bat files for Windows. Simply double-click on one of the files (or
run it from the terminal or command line) and the program will launch.


There are four scripts provided for launching the Editor: .sh files for Linux and Mac and .bat files for Windows. Simply double-click on one of the files (or run it from the terminal or command line) and the program will launch.
While you could run the jar file directly, this is not recommended. The scripts contain some optimizations for Java's memory use, which can be omitted with no
ill effect save for greedier RAM hogging.


While you could run the jar file directly, this is not recommended. The scripts contain some optimizations for Java's memory use, which can be omitted with no ill effect save for greedier RAM hogging.
The scripts ending with "-sw" also contain a directive for JavaFX to use software rendering rather than hardware accelerated rendering. This is required if you wish to be able to quickly save long conversations as a single image file.  


The scripts ending with &quot;-sw&quot; also contain a directive for JavaFX to use software rendering rather than hardware accelerated rendering. This is required if you wish to be able to quickly save long conversations as a single image file. While the hardware-accelerated version will still be able to save long conversations, it does so by writing them out in chunks and then sticking them together in a much slower process. The wait times should not be unbearable, but the impatient should use the software-rendered scripts.
While the hardware-accelerated version will still be able to save long conversations, it does so by writing them out in chunks and then sticking them together in a much slower process. The wait times should not be unbearable, but the impatient should use the software-rendered scripts.


If you are impatient and still wish to launch the jar directly, you can provide the -Dprism.order=sw property to Java in order to make use of software rendering. You are free to ignore this if you do not care about being able to save conversations quickly.
If you are impatient and still wish to launch the jar directly, you can provide the -Dprism.order=sw property to Java in order to make use of software rendering. You are free to ignore this if you do not care about being able to save conversations quickly.


== If you're ready to learn how to use the program, [https://secretivecactus.gitlab.io/fe-conversation-editor/gui-introduction let's begin!] ==
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/feconversationeditor3.png


== License ==
==Credits==
A major portion of this project would not have been possible without [https://github.com/sciresm SciresM]'s work on [https://github.com/SciresM/FEITS FEITS], on which the simulation panel was based. It is licensed under the GPLv3.


The Fire Emblem Conversation Editor is [https://gitlab.com/secretivecactus/fe-conversation-editor/blob/master/LICENSE licensed] under the GNU General Public License v3.0.
Thanks to SciresM's [https://github.com/SciresM/FEAT FEAT], from which the ability to directly edit .bin and .bin.lz files was derived. FEAT is licensed under the GPLv2 with the "any later version" clause.


== Third-Party Licenses ==
[https://github.com/einstein95 Einstein95]'s [https://github.com/einstein95/dsdecmp DSDecmp] is also present in this project, where it assists the FEAT-based code in loading the aforementioned archives. DSDecmp has no license.
 
A major portion of this project would not have been possible without [https://github.com/sciresm SciresM]'s work on [https://github.com/SciresM/FEITS FEITS], on which the simulation panel was based. It is [https://github.com/SciresM/FEITS/blob/master/LICENSE.txt licensed] under the GPLv3.
 
I am similarly thankful for SciresM's [https://github.com/SciresM/FEAT FEAT], from which the ability to directly edit .bin and .bin.lz files was derived. FEAT is [https://github.com/SciresM/FEAT/blob/master/LICENSE licensed] under the GPLv2 with the &quot;any later version&quot; clause.


[https://github.com/einstein95 Einstein95]'s [https://github.com/einstein95/dsdecmp DSDecmp] is also present in this project, where it assists the FEAT-based code in loading the aforementioned archives. DSDecmp has no license.
[https://github.com/TomasMikula Tomas Mikula]'s [https://github.com/TomasMikula/RichTextFX RichTextFX] is used for syntax highlighting when editing scripts. It is licensed under a BSD 2-clause license.


[https://github.com/TomasMikula Tomas Mikula]'s [https://github.com/TomasMikula/RichTextFX RichTextFX] is used for syntax highlighting when editing scripts. It is [https://github.com/TomasMikula/RichTextFX/blob/master/LICENSE licensed] under a BSD 2-clause license.
[https://github.com/iamlixiao iamlixiao]'s fork of [https://github.com/iamlixiao/pngj PNGJ] is used to enable the saving of large conversations as a single image when running in hardware-accelerated mode. The code from the fork has been included in the project repository, as it is not present in the Maven Central Repository and in any case uses an outdated Gradle build script targeting Java 6. It is licensed under the Apache License v2.0.


[https://github.com/iamlixiao iamlixiao]'s fork of [https://github.com/iamlixiao/pngj PNGJ] is used to enable the saving of large conversations as a single image when running in hardware-accelerated mode. The code from the fork has been included in the project repository, as it is not present in the Maven Central Repository and in any case uses an outdated Gradle build script targeting Java 6. It is [https://www.apache.org/licenses/LICENSE-2.0 licensed] under the Apache License v2.0.
The Apache [https://commons.apache.org/proper/commons-collections/ Commons Collections 4] is used for the sake of caching via the ReferenceMap class. This allows cached images to be garbage collected if the JVM's memory is running low. It is licensed under the Apache License v2.0.


The Apache [https://commons.apache.org/proper/commons-collections/ Commons Collections 4] is used for the sake of caching via the ReferenceMap class. This allows cached images to be garbage collected if the JVM's memory is running low. It is [https://www.apache.org/licenses/LICENSE-2.0 licensed] under the Apache License v2.0.
A single method from [https://github.com/JFXtras/jfxtras-labs JFXtras] has been used in order to allow conversion of hex strings to colors. It is licensed under a 3-clause BSD license.


A single method from [https://github.com/JFXtras/jfxtras-labs JFXtras] has been used in order to allow conversion of hex strings to colors. It is [https://github.com/JFXtras/jfxtras-labs/blob/8.0/license-template.txt licensed] under a 3-clause BSD license.
==External links==
* Official website - https://secretivecactus.gitlab.io/fe-conversation-editor
* GitLab - https://gitlab.com/secretivecactus/fe-conversation-editor
* GBAtemp - https://gbatemp.net/threads/fire-emblem-conversation-editor-awakening-fates.460908

Latest revision as of 06:07, 6 Mayıs 2024

Fire Emblem Conversation Editor
Feconversationeditor2.png
General
Authorsecretivecactus
TypeHack Utilities
Version1.2.1
LicenseMixed
Last Updated2017/02/16
Links
Download
Website
Source

This is a conversation editor for messages in the 3DS Fire Emblem games, Awakening and Fates. It allows you to edit game text with a simplified script format or the normal game text format, providing syntax highlighting for the former.

It also includes such fancy extras as an integrated conversation simulator based on FEITS as well as an audio palette to help you pick sound effects and a My Unit editor that lets you save a bevy of beautiful My Units for use in your conversations.

Installation

Download contains FE Conversation Editor 1.2.1, Awakening Core Resource Pack and Fates Core Resource Pack.

The Core Resource Packs include all of the images and data files for Awakening and Fates, as well as dummy audio files that will not play any sound but will allow the script editor to recognize them as valid for syntax highlighting.

To install a pack, simply extract it so that its resources folder merges with that of the editor. When you start the editor, the game mode will be available.

User guide

Script commands

The script format's strength is in its simplicity. Rather than force the user to copy and paste or use an IME to produce the required katakana for a given character's name or the name of an expression portrait, a simple declarative syntax can be used instead.

While the syntax is in English by default, it is possible to translate every aspect of the Editor without any knowledge of code or need to rebuild the jar file, and thus includes the script commands.

For more information about translating the Editor, please see this page.

Launching the Editor

There are four scripts provided for launching the Editor: .sh files for Linux and Mac and .bat files for Windows. Simply double-click on one of the files (or run it from the terminal or command line) and the program will launch.

While you could run the jar file directly, this is not recommended. The scripts contain some optimizations for Java's memory use, which can be omitted with no ill effect save for greedier RAM hogging.

The scripts ending with "-sw" also contain a directive for JavaFX to use software rendering rather than hardware accelerated rendering. This is required if you wish to be able to quickly save long conversations as a single image file.

While the hardware-accelerated version will still be able to save long conversations, it does so by writing them out in chunks and then sticking them together in a much slower process. The wait times should not be unbearable, but the impatient should use the software-rendered scripts.

If you are impatient and still wish to launch the jar directly, you can provide the -Dprism.order=sw property to Java in order to make use of software rendering. You are free to ignore this if you do not care about being able to save conversations quickly.

Screenshots

feconversationeditor3.png

Credits

A major portion of this project would not have been possible without SciresM's work on FEITS, on which the simulation panel was based. It is licensed under the GPLv3.

Thanks to SciresM's FEAT, from which the ability to directly edit .bin and .bin.lz files was derived. FEAT is licensed under the GPLv2 with the "any later version" clause.

Einstein95's DSDecmp is also present in this project, where it assists the FEAT-based code in loading the aforementioned archives. DSDecmp has no license.

Tomas Mikula's RichTextFX is used for syntax highlighting when editing scripts. It is licensed under a BSD 2-clause license.

iamlixiao's fork of PNGJ is used to enable the saving of large conversations as a single image when running in hardware-accelerated mode. The code from the fork has been included in the project repository, as it is not present in the Maven Central Repository and in any case uses an outdated Gradle build script targeting Java 6. It is licensed under the Apache License v2.0.

The Apache Commons Collections 4 is used for the sake of caching via the ReferenceMap class. This allows cached images to be garbage collected if the JVM's memory is running low. It is licensed under the Apache License v2.0.

A single method from JFXtras has been used in order to allow conversion of hex strings to colors. It is licensed under a 3-clause BSD license.

External links

Advertising: