Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. Driftwood Gaming

    MV Tutorials Continued

    Hello everyone, in this special request RPG Maker MV I'll show you how to replicate the Final Fantasy "Toad" Effect using two separate plugins. Himeworks' Toggleable States and Rexal's AnimatedSVenemies. You'll learn how to make a skill, make a common event, edit a conditional branch, change...
  2. Driftwood Gaming

    $gameVariables.addValue()? Whats the command?

    How do I say in rm mv java script add a value to this variable? <Post-Damage Eval> if (target.hp <= 0) { $gameVariables.addValue(70, 1); } </Post-Damage Eval> <Custom Parameters> atk = $gameVariables.value(70); </Custom Parameteres> I'm trying to make a sword that does more damage based off...
  3. Driftwood Gaming

    Using MIDI Files in MV

    Is it possible to use *.mid files for sound in MV? If not, that would be a cool plugin to have. Seeing as I have compiled a large collection of MIDI files since RPG Maker 95.
  4. Driftwood Gaming

    Type error help, object is not a function

    I'm trying to get the highest value of 5 game variables, then turn on a switch depending on which one is the highest. Then store that value in a seperate game variable. i'm trying in different ways to make work, but I need help understanding the syntax. Here is my terrible code, please help. :)...
  5. Driftwood Gaming

    Input.isPressed('up') is correct?

    I'm looking for some code that shows how to use Input.isPressed('up') or ('left') or ('right') or ('down') etc... What commands can I put in the (' ') and why isn't this working? p, li { white-space: pre-wrap; } if (Input.isPressed('right') && Input.isPressed('down') &&...
  6. Driftwood Gaming

    [Scripting]user.param_Base() value definitions required

    I need help with finding the code that returns the remaining HP and/or MP or an actor. Not the Max HP/MP, but the current remaining HP / MP. user.param_base(0) = Max HP user.param_base(1) = Max MP user.param_base(2) = ATK user.param_base(3) = DEF user.param_base(4) = MAT user.param_base(5) = AGI...
  7. Driftwood Gaming

    Battle Background auto-stretcher plugin

    Hello all you talented script authors I would like to place another plug-in request and this time it's for a script similar to the TDS Battleback Stretch script by 'unknown' here is the ruby script for it, if you can convert this to JavaScript that would be amazing and I would happily make a...
  8. Driftwood Gaming

    Crafting system/Combine Items/menu system

    I use Mr.T's crafting script in a few of my VX Ace games and I really like and miss having it in MV. If someone could replicate a script like this or make something different but similar in MV I would be super happy and make a video giving the author full credit and props for it. I'm sure many...
  9. Driftwood Gaming

    RPG Maker MV Tutorial series

    Hey everyone I started the series the day MV came out and here is the most recent video. (I'm not going to post them all, you can check the channel to see more.) Hello everyone in this tutorial you will learn how to simulate dice rolling in RPG Maker MV and we also design a simple gambling...
  10. Driftwood Gaming

    Show Enemy HP Bars Plugin

    I'm looking for a Show Enemy HP Bars Plugin, if you know of one that's already out there, or have the technical ability to tackle a script like that I would really appreciate it and of course shout you out when I make a video showcasing it. :)
  11. Driftwood Gaming

    Unwanted starting items...

    Everytime I start a new game i have a cestus, katana, shortbow, and 2 wood staves in my inventory and I have no idea why... my game doesn't use the starter items and I don't want them to be auto-given at the begining of the game. Any idea on why this is happening? (I converted my game from VX...
  12. Driftwood Gaming

    How do you refernce a variable in the damage formula?

    In vx ace you can use ( v[#] ) to call a variable into the damage Formula, # being the variable place number... However when I use my skills that reference a variable in this way through mv the game crashes. Any ideas? I get a: Type Error Failed to execute 'createLinearGradient' on...
  13. Driftwood Gaming

    RPG Maker MV Tutorials are now starting!

    Hello everyone MV is out the new MV Tutorial section has started! Here's the first tutorial. Easy to install the plug-ins but some people may not know how to unhide extensions. This is a quick video explaining step by step how to get those plugins loaded. Thanks for watching! :)
  14. Driftwood Gaming

    New VX Ace Tutorials

    Hello everyone I've recently started a new playlist of RM VX Ace tutorials which will be converted into MV once it's released. Learning more about the past engines of RPG Maker will only make you better when you get your hands on MV. Here's a few of my tutorials: Here is yesterday's turorial...
  15. Driftwood Gaming

    Greetings, Kings to you Yanfly~

    Hello everyone just got an invitation to join the forums and since I'm riding that MV hype train thought it was a good idea to be connected with like-minded people. Check out my brand new rpgmaker tutorial series at: Hope to work with you all soon!~
Top