Meloman19 / PersonaEditor

Persona 3/4/5 File Editor: Text, Graphics, Containers.
MIT License
61 stars 23 forks source link

The first value from battle quotes doesn't show on PTP and TXT #4

Closed Darkmet98 closed 6 years ago

Darkmet98 commented 6 years ago

Hello Meloman, I'm editing the battle quote file (The MSG file from BTL) from the Game Persona 4 and the first value from the string doesn't show. image Is it a bug? because they are present in the file: image I need the value for adding the inicial ¡ on the string. Thanks.

Meloman19 commented 6 years ago

It's not a bug. This system command moved to prefix. Example: {F2 05 FF FF}{F1 41}{F2 04 81 01}{F2 44 01 01} attacked its allies!{0A}{00}

{F2 05 FF FF}{F1 41}{F2 04 81 01}{F2 44 01 01} - prefix. {0A}{00} - postfix. attacked its allies! - text that you exported.

You use PTP? Then right click to prefix and move system command to text. image After that copy {F2 44 01 01} to your text. image

Darkmet98 commented 6 years ago

Ok, thanks for the tip! :D Sorry for not responding before, I'm busy with other things.