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. Mr. Trivel

    RPG Maker Pickboard - Lotto Type Item Picking - New features

    Version 1.1 - Variables added as reward choice or price choice. - Able to change any item, gold or variable displayed icon ID for any board. - Added transparency option for reward window background. - Added command to add different backgrounds to different pickboards. - Added option to not have...
  2. Mr. Trivel

    Icon Menu

    @HotfireLegend, there's 2 lines to type in there, so, yup.
  3. Mr. Trivel

    What is the best way to distribute your Game?

    You can also make pages for each game in https://itch.io/ and even sell them from there. It's free to create pages and upload games there. As for other options - blogwise you can go with free wordpress or github + jekyll.
  4. Mr. Trivel

    Icon Menu

    Mr. Trivel submitted a new resource: Icon Menu - Changes command based menu into icon based menu. Read more about this resource...
  5. Mr. Trivel

    RPG Maker Icon Menu 1.0

    Name: Icon Menu Version: 1.0 Author: Mr. Trivel Created: 2016-03-10 What does it do? Changes command based menu into icon based menu. Gif/Screenshot: How to use? Open up the MrTS_IconMenu.js plugin in your favorite text editor and scroll down to part where it says "SET ICONS HERE" -...
  6. Mr. Trivel

    Critical Damage Multiplier

    Mr. Trivel updated Critical Damage Multiplier with a new update entry: Minimum damage fix Read the rest of this update entry...
  7. Mr. Trivel

    RPG Maker Critical Damage Multiplier - Minimum damage fix

    No more going below 1.0 crit multiplier and critting lower than normal damage.
  8. Mr. Trivel

    Critical Damage Multiplier

    Mr. Trivel submitted a new resource: Critical Damage Multiplier - Changes how critical damage works from default "damage * 3" on critical hit. Read more about this resource...
  9. Mr. Trivel

    RPG Maker Critical Damage Multiplier 1.1

    Name: Critical Damage Multiplier Version: 1.1 Author: Mr. Trivel Created: 2016-03-09 What does it do? This plugin changes how default critical damage calculation works in RPG Maker MV. No more every critical hit deals 300% of it's damage. Now enemies, actors and classes can have their own base...
  10. Mr. Trivel

    Different Skill Effects Depending on Target

    Mr. Trivel submitted a new resource: Different Skill Effects Depending on Target - This plugin makes so items and skills affect different targets differently. Read more about this resource...
  11. Mr. Trivel

    RPG Maker Different Skill Effects Depending on Target 1.0

    Name: Different Skill Effects Depending on Target Version: 1.0 Author: Mr. Trivel Created: 2016-03-09 What does it do? This plugin makes so items and skills affect different targets differently. Video: How to use? Place the following tag into item or skill note field to make it use...
  12. Mr. Trivel

    Determine what square the mouse/style is over?

    If you want to get event ID at position X, Y on the map you can use this: $gameMap.eventIdXy(X, Y)
  13. Mr. Trivel

    Free Javascript Editors

    I'm way bias for Sublime Text, too. The only thing I used/using for js.
  14. Mr. Trivel

    Map Destination Image

    Mr. Trivel updated Simple Map Destination Graphic Change with a new update entry: Animated destination image Read the rest of this update entry...
  15. Mr. Trivel

    RPG Maker Map Destination Image - Animated destination image

    Version 1.1 - Destination image can now be animated.
  16. Mr. Trivel

    Map Destination Image

    Mr. Trivel submitted a new resource: Simple Map Destination Graphic Change - Changes the white destination square when you click on the map. And can disable it's animation throu Read more about this resource...
  17. Mr. Trivel

    RPG Maker Map Destination Image 1.1

    Name: Map Destination Image Version: 1.1 Author: Mr. Trivel Created: 2016-02-27 What does it do? Changes the white destination square when you click on the map. And can disable it's animation through plugin manager. Gif: How to use? Just place the image you want to use inside img\system of...
  18. Mr. Trivel

    Name one thing that you added to your MV Project today

    Per usual, just making plugins and adding them to the project as I go.
  19. Mr. Trivel

    Popups

    @Yuzuko, If you change the filename to something different Plugin Parameters won't work and will use default values instead. So keep the filename as it is - MrTS_PopUp.js
Top