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

    DoubleX Music Room

    I never thought even I could make some music, but I don't know if mine would be too unpleasant to hear, so it takes me some courage to share them here :) DoubleX - Everyone Turning Against You DoubleX - Accepting Sadness DoubleX - False Hope DoubleX - Cry Until I'm Blind(Instrumental)...
  2. D

    Beware of scams like this...(pretending to be Paypal)

    I just received an email like this: Title: Notification Case #(Some random numbers) Sender: (Non-Paypal logo)service@paypal.com.(My PayPal account location) <(Non-PayPal email used by the real scammers)> Recipients: (My email), (The email of an innocent straw man used by the real scammers)...
  3. D

    What can be done to make RMMZ to have overwhelming positive reviews?

    While RMMZ has already released for about a month, the reviews are still mixed(64% positive among 225 reviews), at least according to Steam(I failed to find any other quantified reviews of comparable significance yet). Although the overall score shows a slight upward trend overall, it still...
  4. D

    DoubleX RMMV Action Input Timer

    DoubleX submitted a new resource: DoubleX RMMV Action Input Timer - Lets you sets a timer that will cause all actors not inputted actions yet to have their turns skippe Read more about this resource...
  5. D

    Testing The Idea On Revealing Some Original Codes From The Obfuscated Version

    Disclaimer: This post doesn't mean that I support the idea of releasing plugins with obfuscated implementation codes, and in fact I'm personally against it in most cases(but my feeling on this isn't the point of this post at all), it's just that there might be some really extreme and rare cases...
  6. D

    Will the Completed Resources add the RPG Maker MZ categories?

    I want to post my RPG Maker MZ plugins here, but right now it doesn't seem to have a place for me to do so, therefore I'd like to know if there is or will be a RPG Maker MZ resource section :)
  7. D

    Is a plugin rewriting RMMZ codebase into ES6 standard a good idea?

    I think such a plugin has at least the following potential advantages: 1. Those avoiding direct prototyping like a plague can work with an ES6 version 2. Those not being familiar with ES5 don't have to learn this outdated approach, especially when it's just for writing RMMZ plugins 3. As this...
  8. D

    [RPG Maker MZ]Using ES6 Class Inheritance With Extensions For Aliasing Without Direct Prototyping

    With ES6 classes, trying to extend the parent class in plugins can lead to its children still using the old parent codes. For instance, you can place this in a JavaScript sandbox and verify the console output yourselves: So normally, you'll still have to directly type prototypes: But I wanted...
  9. D

    State resistance based on number of turns or effect magnitude instead of chance

    In the default RMVXA and RMMV(I don't know if it's the same for the others as well), the state resistance's in the form of decreasing the chance to inflict a state, but without any other change if the state's still inflicted. I personally feel that it can be excessively and unnecessarily random...
  10. D

    What's your take on free vs paid RM resources?

    Note: This post doesn't talk about specific commissions for specific projects, but rather resources for general use. As the release date and price of MZ are announced, some upcoming MZ users are already thinking of making/using upcoming MZ resources, and free vs paid ones is an important...
  11. D

    Your experiences/thoughts on writing automated tests for plugins?

    Lately I've been trying to write some automated tests to reduce the chance of my plugins to have nontrivial bugs unnoticed. This helped me catch quite some issues that I'd have missed for a long time otherwise, especially when developing a advanced complex battle system plugin. Of course, I...
  12. D

    DoubleX RMMV Unit Filters

    DoubleX submitted a new resource: DoubleX RMMV Unit Filters - Lets you use plugin calls to use new unit filters in order to write much, much less codes to perform Read more about this resource...
  13. D

    DoubleX RMMV Skill Hotkeys

    DoubleX submitted a new resource: DoubleX RMMV Skill Hotkeys - Lets you bind hotkeys to skills for actors outside battles, and use them to select usable skills Read more about this resource...
  14. D

    Basic knowledge on using Javascript access modifiers and inheritance

    Disclaimer: This topic's to provide some extra choices for those needing/wanting some protections from being able to access anything from anywhere while still allowing inheritance. As sometimes it completely makes sense for keeping everything public, these choices are entirely optional. Using...
  15. D

    Using incentives to solve problems

    This topic aims to incite you to think about how incentive can be used to solve problems Let's begin by citing this video from Extra Credits: Now my focus will be on the cobra example(1:09 - 1:35). Wikipedia has an article named Cobra effect specifically about this. (On a side note: In this...
  16. D

    DoubleX RMMV Status Bars

    DoubleX submitted a new resource: DoubleX RMMV Status Bars - Lets you use bars to show battler statuses on their sprites Read more about this resource... Updates * v1.01a(GMT 1400 12-8-2017): * 1. Lets you set the status bars to show the...
  17. D

    DoubleX RMMV Dynamic Settings Compatibility

    DoubleX submitted a new resource: DoubleX RMMV Dynamic Settings Compatibility - Fixes DoubleX RMMV Dynamic Settings compatibility issues Read more about this resource...
  18. D

    DoubleX RMMV Item Cooldown

    DoubleX submitted a new resource: DoubleX RMMV Item Cooldown - Lets you set skills/items causing users to cooldown after using Read more about this resource...
  19. D

    DoubleX RMMV Item Charge

    DoubleX submitted a new resource: DoubleX RMMV Item Charge - Lets you set skills/items to need turns to charge before using Read more about this resource...
  20. D

    DoubleX RMMV Dynamic Settings

    DoubleX submitted a new resource: DoubleX RMMV Dynamic Settings - Lets users change some system settings in game and save them Read more about this resource...
Top