TheCaliMack 22 Posted February 12, 2017 I recently acquired a copy of MV and have to start learning coding from scratch after I got used to RGSS3.From what I interpreted from other scripts, the structure is maybe the same but the names and language is different.But are there any tutorials or sites best suited for teaching this from the ground up? I made some custom scripts in VX Ace and I'm interested in writing some of them down in MV in-between stumps with the one I'm making right now. Or whose scripts have a lot of descriptions regarding their functions? Just so I can ween knowledge off of those. Share this post Link to post Share on other sites
DoubleX 208 Posted February 12, 2017 If you plan to write battle plugins, then my default battle flow tutorial might help Share this post Link to post Share on other sites
TheCaliMack 22 Posted February 13, 2017 The flowchart is some scurry stuff but it will help me define some methods for my battle flavor scripts. Just a question, but is there a way to view how the engine arranges its code for its default functions?I feel like viewing it will help me manipulate it further, but with the Plugins system, I can't jump into the source code as easily.I don't think I noticed it in the Program Files folder. *sent from my phone* Share this post Link to post Share on other sites
DoubleX 208 Posted February 14, 2017 The flowchart is some scurry stuff but it will help me define some methods for my battle flavor scripts. Just a question, but is there a way to view how the engine arranges its code for its default functions? I feel like viewing it will help me manipulate it further, but with the Plugins system, I can't jump into the source code as easily. I don't think I noticed it in the Program Files folder. *sent from my phone* If you're talking about the files themselves, you can check NewData/js in your RMMV directory Share this post Link to post Share on other sites