angie35 0 Posted April 17, 2020 (edited) I'm making my opening for my game? but I'm still new to this I'm trying to get the guards to attack the people and capture my main character and her friend Grace have just come back from a heist Edited April 17, 2020 by angie35 Share this post Link to post Share on other sites
Rikifive 3,411 Posted April 18, 2020 I have moved this thread to Editor Support and Discussion. Games in Progress is for submitting games, not asking for help. Share this post Link to post Share on other sites
angie35 0 Posted April 18, 2020 cool do you guy's know how to get a character to speak during battle Share this post Link to post Share on other sites
roninator2 257 Posted April 18, 2020 3 hours ago, angie35 said: character to speak during battle It's done in the troop page. Set the conditions to do the talking then perform the scene and do the battle. On 4/16/2020 at 10:28 PM, angie35 said: trying to get the guards to attack the people and capture my main character and her friend Thats basically a cutscene. I would do a autorun event and control all the actions. Specifying what every event is doing. 1 Share this post Link to post Share on other sites
angie35 0 Posted April 18, 2020 cool was wondering how to get it like this or this Share this post Link to post Share on other sites
roninator2 257 Posted April 19, 2020 5 hours ago, angie35 said: was wondering how to get it like this The first one is an MV game, the second is vx ace. The first is also using a purchased character pack for the images. If you want to know about rpg maker battle scripts/plugins, google and read. Also follow some tutorials. If you're just starting out, there is a lot for you to know. It would take me a few hours face to face to go over different scripts or plugins and the differences with the editors. Let alone typing (which would probably amount to a large hard covered book). First thing you need to do is figure out which maker you are going to use. The latest is MV (2015 - latest release is 2018) which lets you publish games to multiple devices from android to linux to mac to pc. VX Ace (2011) is only for PC. (you can also get older makers - 2000, 2003, XP, VX) Ace uses scripts made in ruby programming language (a least a variant of it), MV uses plugins which is javascript. So they cannot use one anothers code. Share this post Link to post Share on other sites
angie35 0 Posted April 19, 2020 I'm using vx ace at the moment just looking for some plugin Share this post Link to post Share on other sites
roninator2 257 Posted April 19, 2020 6 hours ago, angie35 said: I'm using vx ace at the moment just looking for some plugin And there you go. You got the terms backwards. VX Ace uses scripts. While technically it can be referred to a plugin, the distinction helps to differentiate between the two makers. There are several battle engines for Ace. basically just google Rpg maker vx ace battle engine Share this post Link to post Share on other sites
angie35 0 Posted April 19, 2020 Ron, I'm creating my own script just learning also creating my own core engine Share this post Link to post Share on other sites
roninator2 257 Posted April 19, 2020 50 minutes ago, angie35 said: I'm creating my own script I guess you know ruby language and rpg maker code. Good luck. Share this post Link to post Share on other sites