Zanibad

Villager
Member
Joined
Jun 10, 2023
Messages
6
Reaction score
1
First Language
Vietnam
Primarily Uses
RMMV
Can i add another page to my name inputin rpgmv? My language is Vietnamese and the 2 rows couldn't fit all of them. I tried adding another page by adding Latin3 in rpg_window.js below the Window_NameInput like the Japanese version but it just doesnt work.

Here's me trying to add LATIN3 and the as u guessed, it didnt work
 

Attachments

  • Desktop Screenshot 2023.06.10 - 02.17.26.45.png
    Desktop Screenshot 2023.06.10 - 02.17.26.45.png
    1.2 MB · Views: 15
  • Desktop Screenshot 2023.06.10 - 02.17.33.93.png
    Desktop Screenshot 2023.06.10 - 02.17.33.93.png
    1.1 MB · Views: 15
  • rpgddd.JPG
    rpgddd.JPG
    82.8 KB · Views: 15
Last edited:

Shaz

Keeper of the Nuts
Global Mod
Joined
Mar 2, 2012
Messages
46,153
Reaction score
16,960
First Language
English
Primarily Uses
RMMV

I've moved this thread to Plugin Support. Thank you.



Where exactly do you want to add more rows? I only see one row on Name Input.
 

Aerosys

Regular
Regular
Joined
Apr 23, 2019
Messages
996
Reaction score
1,037
First Language
German
Primarily Uses
RMMZ
I just looked into the code but haven't tested it. Let's try creating a fresh new Plugin with any name and add this:

Code:
Window_NameInput.LATIN3 = ... as you already did in your screenshot

// Override
Window_NameInput.prototype.table = function() {
    return [
        Window_NameInput.LATIN1,
        Window_NameInput.LATIN2,
        Window_NameInput.LATIN3
]};

That's all you need.
 
Last edited:

Zanibad

Villager
Member
Joined
Jun 10, 2023
Messages
6
Reaction score
1
First Language
Vietnam
Primarily Uses
RMMV
[move]Plugin Support[/move]

Where exactly do you want to add more rows? I only see one row on Name Input.
Ah what i mean is i want another page in the nameinput so i can fit more characters in the Vietnamese alphabet
 

Zanibad

Villager
Member
Joined
Jun 10, 2023
Messages
6
Reaction score
1
First Language
Vietnam
Primarily Uses
RMMV
I just looked into the code but haven't tested it. Let's try creating a fresh new Plugin with any name and add this:

Code:
Window_NameInput.LATIN3 = ... as you already did in your screenshot

// Override
Window_NameInput.prototype.table = [
    Window_NameInput.LATIN1,
    Window_NameInput.LATIN2,
    Window_NameInput.LATIN3
];

That's all you need.
I really don't know how to make another plugin T_T, does it still work if i add this to the rpg_window.js?
 

AquaEcho

Script Kitty
Regular
Joined
Sep 20, 2021
Messages
1,700
Reaction score
1,168
First Language
English
Primarily Uses
RMMV
I really don't know how to make another plugin T_T, does it still work if i add this to the rpg_window.js?
It would technically work but it's generally bad practice to add code to the core engine files as it makes it harder to isolate potential issues and it can break the game if you mess up a core file. You can't just turn off or remove a core file if it causes problems like you can a plugin.

You should paste that code in a new text file with a .js extension, save it in your plugin folder and add it through the plugin manager.
 
Last edited:

Shaz

Keeper of the Nuts
Global Mod
Joined
Mar 2, 2012
Messages
46,153
Reaction score
16,960
First Language
English
Primarily Uses
RMMV
Doesn't the NameInput window allow page up/down already, so you can have multiple pages?
 

Zanibad

Villager
Member
Joined
Jun 10, 2023
Messages
6
Reaction score
1
First Language
Vietnam
Primarily Uses
RMMV
Doesn't the NameInput window allow page up/down already, so you can have multiple pages?
Yes, but i want to have 3 pages instead of 2 like the default... pressing page up/down would only switching between the 2 pages for me
 

Zanibad

Villager
Member
Joined
Jun 10, 2023
Messages
6
Reaction score
1
First Language
Vietnam
Primarily Uses
RMMV
I just looked into the code but haven't tested it. Let's try creating a fresh new Plugin with any name and add this:

Code:
Window_NameInput.LATIN3 = ... as you already did in your screenshot

// Override
Window_NameInput.prototype.table = [
    Window_NameInput.LATIN1,
    Window_NameInput.LATIN2,
    Window_NameInput.LATIN3
];

That's all you need.
i tried and... this popped up ididitanduh.JPG
 

Aerosys

Regular
Regular
Joined
Apr 23, 2019
Messages
996
Reaction score
1,037
First Language
German
Primarily Uses
RMMZ
Sorry I did a mistake in the code. I updated my post above. Would you like to try again please?
 

Zanibad

Villager
Member
Joined
Jun 10, 2023
Messages
6
Reaction score
1
First Language
Vietnam
Primarily Uses
RMMV
Sorry I did a mistake in the code. I updated my post above. Would you like to try again please?
It worked! The third page was added successfully, thank you!
 

Latest Posts

Latest Profile Posts

I'm pretty sure me watching Netflix while having sushi just led to me eating the tail of my tempura shrimp.
1696004095642.png
...and now he even makes resources, too! xD
OMG Y'all. I found an alternate Google Drive I 100% forgot I had. All my crusty old game files from 2014 (when I signed up) are in there. When I like...maybe actually make a prototype thread it's gonna be so much fun taking everyone down my memory lane.
We are at the finish line!!! Thank you COMMUNITY!!!
GameCompletion.jpg

Forum statistics

Threads
134,903
Messages
1,251,753
Members
177,723
Latest member
DemonHitmaker
Top