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

    Need help showing Rewarded Interstitial Ads

    UPDATE: I've solved most of the issue. I've used adMob I can post my code when I get home. All except for rewarded & non-interstitial ads play and work with just a few issues. The ads are only partly "clickable". Rewarded Ads: Close button works functions perfectly. Reward is distributed...
  2. CT_Bolt

    How to Only show certain parts of the inventory

    Basically you can add this to your plugins. (cool) It is what Selvalanch mentioned above. (icecream) onlyKeyItems Plugin: Click to View
  3. CT_Bolt

    (Help!) How does one change the battle music?

    Oh glad to help! If you need anything else feel free to ask. (cute)
  4. CT_Bolt

    (Help!) How does one change the battle music?

    There is an event command to use for this. (cool)(thumbsup) Is this what you needed?
  5. CT_Bolt

    Hello, I am new, and thoroughly confused.

    Welcome to the community! I've been here for a few years now and I have found this very useful. In a basic sense this site is here to connect us as Game Developers to the each other as well as resources & help we need with our development. The resource section is full of wonderful...
  6. CT_Bolt

    What's your mobile platform?

    I'm currently developing a game for mobile devices (Phones/Tablets). (cool) So I was curious to see what devices this community uses. Please vote in the poll & feel free to share your thoughts on mobile development also if you'd like. (cute)
  7. CT_Bolt

    Conditional Branches in Script

    No problem! (cute) Sorry I didn't respond sooner. I watch this forum but this one never came up in my alerts. (slanty) Let me know if you need anything else. (cool)
  8. CT_Bolt

    Audio Event Scripting [questions and such]

    You're very much welcome! Glad to help out. (cute) If you need any help we anything else let me know. (cool)(thumbsup)
  9. CT_Bolt

    Conditional Branches in Script

    Using && returns true if both operands are true; otherwise, returns false. if (itemId == thisId && $gameSwitches.value(1) == true) { // Do Stuff } Additional Information: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_Operators
  10. CT_Bolt

    Audio Event Scripting [questions and such]

    Is this what you need? Sound emmittance plugin by MBS
  11. CT_Bolt

    Iconic Battler Contest

    Yay! Thanks for the badge! (hella) *CT_Bolt Received Badge* *holds over head*
  12. CT_Bolt

    Iconic Battler Contest

    Thanks for the contest. (cool)(thumbsup) Looking forward to the next ones, hopefully with more competitors too. (wink) This was my first battler, had fun making this & learned numerous techniques. I feel like I could do much better now & have been inspired to possibly attempt to make more now...
  13. CT_Bolt

    Can anyone name these clips for me?

    Can anyone name these clips for me? Movie...? TV...? Just a Music Video? Edit: Solved... movie is REEFER MADNESS.
  14. CT_Bolt

    Stacking pictures

    No problem. (icecream) Glad to help a fellow Game Designer. (wink)(thumbsup) If you need further help you know what to do. I'll be around the forum. (hella)
  15. CT_Bolt

    Last Called Event

    CT_Bolt submitted a new resource: Last Called Event - Store last calling event ID & Item ID to game variables Read more about this resource...
  16. CT_Bolt

    RPG Maker Last Called Event 1.0

    A small plugin that will store the last eventID/itemID that called a Common Event into Game Variables. Free to use commercially or non-commercially.
  17. CT_Bolt

    Controlling events with other events

    "This Event" would refer to the common event due to this being called from the common event not the event that called the common event. Fortunately a while back I had found a solution and created a small plugin for such situations. I've re-uploaded the demo using the new method I just...
  18. CT_Bolt

    Controlling events with other events

    Have you tried the following? I made you a demo. Let me know if this helps. Move Events with Event - Demo: Click Here to Download
  19. CT_Bolt

    Tint background only

    You are most welcome. (cool)(thumbsup) Thanks for sharing the results. (icecream) I like what you've done with this. (glad) If there's anything else you need I'll be around. (wink)(thumbsup)
  20. CT_Bolt

    Tint background only

    Well I believe that is possible but fortunately not with out a plugin which currently does not seem to exist. However I have found a solution to the problem using TDDP_BindPicturesToMap Plugin & some outside the box thinking. Well enough delay... I've made a demo that should help with your...
Top