Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I can't test it right now, but on line 56-57 of the script you should find something like:
[code] char_w = 32
char_h = 32[/code]
Try playing around with those values, they should match the size of each sprite of your characters.
You might also have to change the values around line 218 to 234, for adjusting the size of the windows and spacing between them.
Been a while since I last opened VXAce, but if I'm not mistaken: when you subscribe to the item really on the workshop, it will download it as a whole "game" that you can open on RPG Maker.
Once you open it there, you will have to go into the Script Editor, and search for my script - probably near the bottom of the list. Then you'd have to copy the entire text and paste it in your own project, at the same place.
Yeah, the way they implemented the workshop here was... not ideal.
Change the line 12 on the script (https://pastebin.com/Fv2zKiWT) for party size.
I think you might want to take a look at the status window position values a bit further into the script if you want to adjust the positions for five members.
Giving instructions on how to change the party size could be nice, I like using more than 4, but I would stick on 5
If you want to just get the script easily without having to download the whole thing from the workshop, you can get it here: https://pastebin.com/Fv2zKiWT
Wish I could update this a bit, there are some issues that need to be fixed.
https://gyazo.com/0175fc6b7d84940c5bc9fdb951a80985
So, subscribe to this, and it will download as a RPG Maker VX Ace project.
Open VX Ace, go File -> Projects Manager and look for this one.
The NPCs in the project give instructions on how to port the script for your project, but basically:
Just open the script editor, look for Ellye's Battle Interface, copy it.
Open your project, go to the "Materials" part of the script editor, and paste it.
Or if you just want the script: http://pastebin.com/Fv2zKiWT
Both.
I think one of the characters in my demo project explains this step by step; I'm not on my computer right now to check it properly.
What should I do?
I don't have RPG Maker in the computer I'm right now, but I believe you should go: " File -> Project Manager... ". There you'll find a project called Ellye's Battle Interface; load it up and you might get instructions inside it when you play.