- Joined
- May 2, 2014
- Messages
- 2
- Reaction score
- 0
- First Language
- Spanish
- Primarily Uses
The language of the game I'm developing is in Spanish, and so I had to translate the terms of the game, including the Vocab script.
The problem is that I have some issues translating the log messages when using Skills and acquiring and removal of States.
In the Database, it is impossible to add preceding text to the character's name, so I can't add the "¡" text character, which appears in all exclamation sentences in Spanish (for example, "¡Enemigo ataca!"), and as a result the outcome would be displayed incorrectly ("Enemigo ataca!").
If you don't understand, it would be almost like displaying the enemy's class before the enemy's name, just like the "Wild" or "Foe" prefix in the battles of Pokémon series: "Wild PKMN appeared!".
I'm not a scripter, but I was wondering if I could add it by changing the Window_BattleLog class, in the display_added_states, display_removed_states, display_use_item, but of course adding the "¡" string by itself would cause an error.
Is there a way to add that "¡" before the character's name on those message logs?
The problem is that I have some issues translating the log messages when using Skills and acquiring and removal of States.
In the Database, it is impossible to add preceding text to the character's name, so I can't add the "¡" text character, which appears in all exclamation sentences in Spanish (for example, "¡Enemigo ataca!"), and as a result the outcome would be displayed incorrectly ("Enemigo ataca!").
If you don't understand, it would be almost like displaying the enemy's class before the enemy's name, just like the "Wild" or "Foe" prefix in the battles of Pokémon series: "Wild PKMN appeared!".
I'm not a scripter, but I was wondering if I could add it by changing the Window_BattleLog class, in the display_added_states, display_removed_states, display_use_item, but of course adding the "¡" string by itself would cause an error.
Is there a way to add that "¡" before the character's name on those message logs?

