nickworonekin / puyo-text-editor

Puyo Text Editor lets you modify text files in various Puyo Puyo games.
MIT License
17 stars 2 forks source link

Edited mtx file don't work in chronicle #4

Open ramdompersom opened 3 years ago

ramdompersom commented 3 years ago

I edited some of the text of the menu files from chronicles but when i opened the game on both citra and my new 3ds xl, what i edited didn't appeared and instead what appeared was the characters of the word "dummy"

nickworonekin commented 3 years ago

Hi there - Can you attach one of the edited mtx files and a screenshot of what you're seeing here?

ramdompersom commented 3 years ago

Mtx file: https://www.mediafire.com/file/bjqwv31m4y3369u/main_menuJapanese.mtx/file Screenshots: Screenshot_20210420-091135 Screenshot_20210420-091337 Screenshot_20210420-091348

nickworonekin commented 3 years ago

Alright, so what's happening here is that each mtx file has an associated font definition file, which identifies the characters present in the font and its corresponding font texture. These specific lines of text use the font definition file tmp/main_menuJapanese_02_hint.fif located inside main_menuJapanese.narc. This font definition file does contain entries for the letters d, m, u, and y which is why they show up. But none of the other characters you used have entries, so they show up as a blank space.

What you would need to do is edit the font definition file and its corresponding font texture to include the letters you want to use. This task is (at least for now) out of scope for this project.