安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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.