Sneak Peek: New Tileset + Season Pass DLC 4

JackCL

Veteran
Veteran
Joined
Jul 3, 2014
Messages
78
Reaction score
259
First Language
Russian
Primarily Uses
One unique problem is the language in the character's renaming window.
Everything in the demo FSM is working perfectly fine on the licensed maker bought in Steam. The Russian language appears automatically.
 

Attachments

Palxan

Veteran
Veteran
Joined
Jan 18, 2016
Messages
77
Reaction score
215
First Language
Russian
Primarily Uses
N/A
That's what I was talking about. There is no Russian here.
 

Attachments

mlogan

Global Moderators
Global Mod
Joined
Mar 18, 2012
Messages
15,354
Reaction score
8,536
First Language
English
Primarily Uses
RMMV
That is nothing to do with the tileset. Please create a support thread in the MV support section.
 

JackCL

Veteran
Veteran
Joined
Jul 3, 2014
Messages
78
Reaction score
259
First Language
Russian
Primarily Uses
That's what I was talking about. There is no Russian here.
Well, you need open script rpg_windows in "js" folder.
Find this part (lines 3633 - 3644):

Code:
Window_NameInput.prototype.table = function() {
    if ($gameSystem.isJapanese()) {
        return [Window_NameInput.JAPAN1,
                Window_NameInput.JAPAN2,
                Window_NameInput.JAPAN3];
    } else if ($gameSystem.isRussian()) {
        return [Window_NameInput.RUSSIA];
    } else {
        return [Window_NameInput.LATIN1,
                Window_NameInput.LATIN2];
    }
};
and edit the last couple of lines:

Code:
Window_NameInput.prototype.table = function() {
    if ($gameSystem.isJapanese()) {
        return [Window_NameInput.JAPAN1,
                Window_NameInput.JAPAN2,
                Window_NameInput.JAPAN3];
    } else if ($gameSystem.isRussian()) {
        return [Window_NameInput.RUSSIA];
    } else {
        return [Window_NameInput.RUSSIA,
                Window_NameInput.LATIN1];
    }
};
This works quite well, although I do not know if it's right. Theoretically, it would be necessary to find out where and how the system parameters are set, but it's really not here but to the scripters.
 

Palxan

Veteran
Veteran
Joined
Jan 18, 2016
Messages
77
Reaction score
215
First Language
Russian
Primarily Uses
N/A
Great! Thank you very much, friend. I will definitely try it.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

"You can thank my later", "But you haven't done anything", "Well, that's why ..."
Are we allowed to post about non-RPG Maker games?
I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

Forum statistics

Threads
105,884
Messages
1,017,242
Members
137,609
Latest member
shododdydoddy
Top