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. CT_Bolt

    Eventing Question

    I've made a demo of one way to do this... Followers Appear - Demo: Click Here to View I'm still playing around with this idea though. I'm sure there are other ways. (wink) My gathering followers method doesn't seem to work exactly as I planned. (perplexed) Let me know if that is what you had...
  2. CT_Bolt

    How to call a common event with a variable?

    I've created a demo for you. Download link below. Here's the break down: Variable Checking Demo: Click Here to Download This demo should help solve your problem. (glad) Please let me know how the demo works for you, it does use parallel process and an initial auto-run as a "setup" event...
  3. CT_Bolt

    Variable Checking

    CT_Bolt submitted a new resource: Variable Checking - Variable Checking Read more about this resource...
  4. CT_Bolt

    RPG Maker Variable Checking

    Short demo I made for this post: https://rpgmakermv.co/threads/how-to-call-a-common-event-with-a-variable.6609/ This demo displays how to check a variable (or anything) and run a common event when the variable is at a certain value (in this case the value is 0).
  5. CT_Bolt

    Plugin that let's players upload their own images?

    Anyone know if a plugin exists that would let the player(s) upload their own images into the game? I was thinking perhaps for an Avatar(Face) Image for my own purpose, but perhaps this could be taken even further.
  6. CT_Bolt

    Hello all, I needs some help!

    Pretty decent mapping, I would agree with Status Gear Entertainment. Just needs a few touch ups. As for your lighting issue... Have you looked into Orange Lighting Plugin by Hudell: Click Here to view Using Event Lighting add-on found here: http://download.hudell.com/OrangeLightingEventLight.js
  7. CT_Bolt

    How to create window ?

    I've answered this question in this previous thread: https://rpgmakermv.co/threads/basic-window-creation-and-manipulation.2882 Let me know if that helps. ☺
  8. CT_Bolt

    How does Javascript code work on RPG MV?

    You're very much welcome. Hope that helps in your future game creation. ☺
  9. CT_Bolt

    How does Javascript code work on RPG MV?

    Ok I'll give a quick run down for you... Also below I've added a link to a set of great tutorials to help you. Basically the whole engine of MV is javascript. Found in the "js" folder of the created game. Inside the "js" folder, the "plugins" folder contains all the extra *.js files that are...
  10. CT_Bolt

    need help

    I do believe LTN is correct. I use Yanfly's plugin to acquire this. (cool) Stop Map Movement by Yanfly: Click here to View Please let me know if that does what you need. Works for what I use it for. (cool)
  11. CT_Bolt

    NPC Character Joining Party

    No plugins required. Setup an actor in the database with the same graphics used for the NPC. In the NPC event change party member & add the actor to party. Use a self switch to make the NPC a blank event page. I can make a demo for you if needed.
  12. CT_Bolt

    Thoughts on the Plugin to use for creating an Actor Instance

    In my game I'm going to create copies of actors to be used, this way I can have multiple of the same actor in the party. I've found 2 convenient plugins to do this, I was just wondering if one is "better"? Copy Actors by SumRndmDde: Click here to View Instance Actors by Hime: Click here to View...
  13. CT_Bolt

    Erase Picture does not work

    As LTN had mentioned above we could help you better if we had a little more info. Could you take a screenshot to show us your event setup? Also are you using any plugins?
  14. CT_Bolt

    Activating a Switch while message is scrolling.

    No problem. (cool) Glad I could help out. (cute) I might add some other features to the plugin... any requests? PS. Thanks for the idea, I would love to try out your game some time. (cool)(thumbsup)
  15. CT_Bolt

    Activating a Switch while message is scrolling.

    Tada! I've made a plugin to suit your needs. Very basic at the moment and works very well with Yanfly's Message Core & Extended Message Pack. MessageSwitch v1.0 Plugin by CT_Bolt: Click here to View This plugin adds a feature to turn on/off a switch while displaying a message. Message Core...
  16. CT_Bolt

    Message Switch

    CT_Bolt submitted a new resource: Message Switch - This adds an option to turn on/off switch while displaying a message. Read more about this resource...
  17. CT_Bolt

    RPG Maker Message Switch 1.0

    This should work in ALL Versions of RpgMaker MV. (cool) This plugin adds a feature to turn on/off a switch while displaying a message. Current Options (v1.0): Turn on a switch when message starts. Turn off a switch when message box is terminated. Turn off a switch when message is finished...
  18. CT_Bolt

    Animate an event

    No problem, glad I could help. Happy game making! (cool)(thumbsup)
  19. CT_Bolt

    Erase Picture does not work

    Have you made sure the Picture ID # is the same for the erase event.
  20. CT_Bolt

    Animate an event

    Check the Stepping box in the options section of the event in the event editor. Stepping will animate the event while not moving. Direction Fix locks the direction of the event so that even when the player activates the event it will remain in the same direction. Does this help? Is that what...
Top