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

    Type error help, object is not a function

    It shows no errors. the game just freezes
  2. Driftwood Gaming

    Type error help, object is not a function

    This is for a Mix skill, I need it to find the greatest of 5 and the greatest of a different set of 8. To initiate 1/ 40 different mix skills. It works fine however when i use the skill a second time calling a forced action it freezes.
  3. 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. :)...
  4. Driftwood Gaming

    Input.isPressed('up') is correct?

    I thought you might be interested in how I've used your plugin. If not that's cool too :) Thanks for the help eivl.
  5. Driftwood Gaming

    Input.isPressed('up') is correct?

    It does. :) Nice pluing thanks again.
  6. Driftwood Gaming

    Input.isPressed('up') is correct?

    if(Input.keyPressed("M") && Input.keyPressed("V") && $gameSwitches(102, false)){ $gameSwitches.setValue(101, true); } object is not a function error. How do say in javascript: if game switch is off and these keys are being pressed then do this?
  7. 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') &&...
  8. Driftwood Gaming

    RPG Maker MV Tutorials are now starting!

    Hello everybody, in this video I show you how to replicate Terra's Morph Skill from Final Fantasy VI in RPG Maker MV. I will show you how to use your video editing software to modify your sprites with filters and which format to use. (.png) I also go over creating/awarding skills and...
  9. Driftwood Gaming

    RPG Maker MV Tutorials are now starting!

    The title is self explanatory. =P Hello everyone in this video we shine the spotlight on the Hexxer Class, review some lunatic mode code, clear up past statements, and answer a special request all in one video. I show you how to create the states, types, skills and parameters of the Hexxer...
  10. Driftwood Gaming

    RPG Maker MV Tutorial series

    Hello everyone, in this video I will show you how to use the camera in action sequencing and how to design a five-hit action sequence. This is somewhat of a special request as I show general information on how to use these plugins as well as address an issue someone had with them. I hope you...
  11. Driftwood Gaming

    RPG Maker MV Tutorial series

    Hello everyone in this video I will show you the new Active Turn Battle system from Yanfly Engine and discuss some bugs that I currently noticed. For the most part this is a solid build and works as intended with a couple of small things that need hammered out. There seems to be a bug with the...
  12. Driftwood Gaming

    RPG Maker MV Tutorial series

    Hello everyone, in this video I go over how I design enemies and the formula I use to calculate how much experience and gold that gets awarded. I talk about how I decide on what items are going to be dropped and at what rate, along with traits that I give to compliment the enemy build. I also...
  13. Driftwood Gaming

    RPG Maker MV Tutorial series

    Hello everyone, in this video I show you how to easily speed your combat sequences with the help of a plugin from Shoichiro Sakamoto. I will show you how to use this plugin. I also show you the fastest way to get the plugin and where to put it as well as how to load it into your game. This is a...
  14. 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...
  15. Driftwood Gaming

    RPG Maker MV Tutorial series

    Hello everyone in this tutorial I show you one of the custom system I made for my rpg in case you wanna use it in your games it's not that hard to replicate. I walk you through step by step on how to make a basic Steal skill and explain how it works. This isn't the best Steal skill and in no way...
  16. Driftwood Gaming

    RPG Maker MV Tutorial series

    Hello everyone in this tutorial I go over the basics of using the built in character generator for RPG Maker MV. I will show you how to easily export 8 faces to one file and the fastest and most efficient way to create your sprites/faces/battler. No spriting knowledge required. :) If you enjoyed...
  17. 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...
  18. Driftwood Gaming

    Crafting system/Combine Items/menu system

    You can google it, it's called Mr. T's Crafting Simple, I've been using Version 1.0 created on 6/25/2014 by Mr. Trivel.
  19. 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...
  20. 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...
Top