Script to create a non - English game in RPG Maker VX Ace

● ARCHIVED · READ-ONLY
Started by AgentItay 13 posts View original ↗
  1. 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.
  2. and you need a script to make a game in Hebrew because?
  3. Dekita said:
    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.
  4. Make a folder called 'Fonts' within your game folder and put a Hebrew font inside it.. :)
  5. 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'
  6. cremnophobia said:
    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.

    Font.default_name = 'Tahoma'
    Thanks! But now I got another problem. The sentence is in reverse. Like that: olleH
  7. Sorry for doubleposting, but someone here can give me a code for encode?
  8. MisterSir080 said:
    Thanks! But now I got another problem. The sentence is in reverse. Like that: olleH
    That's because RPG Maker draws text from left to right, not right to left.


    You'll need a script that changes the direction.
  9. Instead of double posting, just edit your post and add the extra info.


    What is "a code for encode"?
  10. Shaz said:
    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?
  11. that doesn't fit the context.
  12. Tsukihime said:
    That's because RPG Maker draws text from left to right, not right to left.You'll need a script that changes the direction.
    And how to do that?May you send me a script to do that?
  13. bump