Have you tried copy/pasting anything inside or perhaps ctrl-a to select all of the text inside?
Wait is somebody translating the whole game or just a partial translation?![]()
I don't have any experience with the RPGMaker Editor, but a quick search turned up this for me: rpgmakercentral.com/topic/12339-tool-resize-enable/ So the author might have used a tool which allows to resize any window, thus fit more text into it.Can't use ctrl+a and copy/paste doesn't work either. You can only fit enough characters as this window allows but he put inside the script a lot more characters then usually fit inside.
EDIT:
I figured a way to bypass that through adding few script lines and modifying few other things.
Main problem with this game is that it isn't hookable. And I refuse to play a game without some kind of understanding of what the hell is going on.
At least with a partial I can understand what I'm equipping on the character.
Keep up the good work!
Are you sure? From what I remember the phrase we see in the game are formed by single pictures. I'll give it a try with VNR again later.
As far as I can see, a special script for v1.30 would be needed to make game text hookable, right (apart from item descriptions)?A fix has been released that allows you to hook the text. Read on vndb forum about it.
1. Open the game in rpg editor
2. Open scipts
3. Go to script "window_message
4. Go to row 305
5. after end click enter
6. Copy
textorg = $game_temp.message_text.clone
self.contents.draw_text(300,300, 40, 32, textorg)
save the changes, play game and now it's hookable.
Yup, you were correct. The script file was changed fine and dandy to one identical to what you linked, with adding those two lines in the editor. So that wasn't it.There's a difference between not working and you not knowing how to make it work.
You must be registered to see the links
This is changed script file with just the changes I mentioned above. Makes sure there is 104J inside game.ini and not something else.
There's a difference between not working and you not knowing how to make it work.
You must be registered to see the links
This is changed script file with just the changes I mentioned above. Makes sure there is 104J inside game.ini and not something else.