Skip to content

Commit

Permalink
Merge pull request #93 from Mimigris/lcf2xml-proper-listing
Browse files Browse the repository at this point in the history
Add liblcf to the Tools download page to avoid issues when trying to get code of LCF2XML and LCFSTRINGS
  • Loading branch information
Ghabry authored Oct 21, 2023
2 parents da54e35 + 6d7c36d commit 373fff3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/player/guide/game_translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ These assets can also be translated. All you have to do is mirror the correspond

For example, the translated version of ``Picture/Intro.png`` is located in ``Language/LANGUAGE_NAME/Picture/Intro.png``.

EasyRPG Player already supports the display of many languages, but you can also use your own font. To do so, place the files ``Font.ttf`` or ``Font2.ttf`` in ``Language/LANGUAGE_NAME/Fonts`` (besides ``ttf``, other formats such as ``fon`` or ``bdf`` are also supported). Which of the two files is used depends on the font setting of the system graphic.
EasyRPG Player already supports the display of many languages, but you can also use your own font. To do so, place the files ``Font.ttf`` or ``Font2.ttf`` in ``Language/LANGUAGE_NAME/Font`` (besides ``ttf``, other formats such as ``fon`` or ``bdf`` are also supported). Which of the two files is used depends on the font setting of the system graphic.

If the game already provides custom fonts and they are unsuitable for your translation add ``Font=Builtin`` to the ``Meta.ini`` to force the usage of the font bundled with EasyRPG Player.

Expand Down
7 changes: 5 additions & 2 deletions content/tools/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ state, but they might be unusable and not recommended for general use:
#### Source code:

* Tools: [source snapshot].
* liblcf (library to handle RPG Maker 2000 and 2003 game data; LCF2XML and LCFSTRINGS codes are stored here): [liblcf source snapshot].

## Code repository

The [Tools repository] is available at GitHub.
The [Tools repository] and [liblcf repository] are available at GitHub.

[LCF2XML]: <%= jenkins_link("liblcf-win32", "build/bin/lcf2xml.exe") %>
[LCFSTRINGS]: <%= jenkins_link("liblcf-win32", "build/bin/lcfstrings.exe") %>
Expand All @@ -41,6 +42,8 @@ The [Tools repository] is available at GitHub.
[XYZ Thumbnailer]: <%= jenkins_link("tools-win32", "bin/xyz-thumbnailer.zip") %>

[source snapshot]: https://github.com/EasyRPG/Tools/archive/master.zip
[liblcf source snapshot]: https://github.com/EasyRPG/liblcf/archive/master.zip
[Tools repository]: https://github.com/EasyRPG/Tools
[liblcf repository]: https://github.com/EasyRPG/liblcf

</div>
</div>
3 changes: 3 additions & 0 deletions content/tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ or providing information about them.
### LCF2XML
Tool to convert LMU, LMT, LDB and LSD files into XML and vice-versa.

### LCFSTRINGS
Tool to list the strings used for the text and filenames from LMU, LMT, LDB and LSD files.

### LMU2PNG
Tool to render LMU maps to PNG images with events as tiles support.

Expand Down

0 comments on commit 373fff3

Please sign in to comment.