Hello,
I would like to create a non - English game in RPG Maker VX Ace.
But I need a script for it.
I want the game to be in Hebrew.
Script to create a non - English game in RPG Maker VX Ace
● ARCHIVED · READ-ONLY
-
-
and you need a script to make a game in Hebrew because?
-
Because if I am trying to make a game in Hebrew, the dialog shows these letters: "[][][][][][][][][]" instead of my language.and you need a script to make a game in Hebrew because?
-
Make a folder called 'Fonts' within your game folder and put a Hebrew font inside it.. :)
-
The default font doesn't seem to support Hebrew. You can change it to Tahoma, for example. Just paste the following line of code somewhere above Main in the Script Editor.
Code:Font.default_name = 'Tahoma' -
Thanks! But now I got another problem. The sentence is in reverse. Like that: olleHThe default font doesn't seem to support Hebrew. You can change it to Tahoma, for example. Just paste the following line of code somewhere above Main in the Script Editor.
Font.default_name = 'Tahoma' -
Sorry for doubleposting, but someone here can give me a code for encode?
-
That's because RPG Maker draws text from left to right, not right to left.Thanks! But now I got another problem. The sentence is in reverse. Like that: olleH
You'll need a script that changes the direction. -
Instead of double posting, just edit your post and add the extra info.
What is "a code for encode"? -
I assume shaz it speak about a code who permit to encrypte something I guess?Instead of double posting, just edit your post and add the extra info.
What is "a code for encode"? -
that doesn't fit the context.
-
And how to do that?May you send me a script to do that?That's because RPG Maker draws text from left to right, not right to left.You'll need a script that changes the direction.
-
bump