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 RMMV Popularized ATB Charge

    DoubleX submitted a new resource: DoubleX RMMV Popularized ATB Charge - Lets users set skills/items to need time to charge before using Read more about this resource... Updates v1.01a(GMT 1000 20-2-2016): 1. Lets users set the charge bar description text via notetags 2. Lets users set...
  2. D

    RPG Maker DoubleX RMMV Popularized ATB Charge v1.03a

    Games using this plugin None so far Configurations Notetags Plugin Calls Video Prerequisites Plugins: 1. DoubleX RMMV Popularized ATB Core Abilities: 1. Little Javascript coding proficiency to fully utilize this plugin Terms Of Use You shall keep this plugin's Plugin Info part's...
  3. D

    Basic knowledge in concurrency with a centralized clock

    This topic aims to share my insights and views on concurrency. As I only know the fundamental concepts, I can only share the basics here. You're still assumed to have a basic knowledge on graphs though Connected simple digraphs The execution sequence is as follows: 1. As only Component A1 has...
  4. D

    Combining anonymous function with plugin container

    We all know what anonymous functions are as almost all of us work with them all the time and the majority of us use them all the time. Many of us have also heard of plugin container, which is an object containing all new functions added by the plugin, or similar concepts. But how about using...
  5. D

    Let's share some Javascript ES5 coding mistakes you know

    This topic aims to incite you to share as many javascript ES5 coding mistakes as you know, in order to help all of us learn from those shared mistakes, or simply make fun of them :D Let's start by sharing mine: Not knowing Javascript ES5 variables are references Not knowing Javascript ES5...
  6. D

    DoubleX RMMV Popularized ATB Countdown

    DoubleX submitted a new resource: DoubleX RMMV Popularized ATB Countdown - Lets users set some states updating turns per specified seconds Read more about this resource... Updates v1.00b(GMT 0400 16-7-2016): 1. Changed auto removing timing of countdown state to "patb_countdown" 2. Increased...
  7. D

    RPG Maker DoubleX RMMV Popularized ATB Countdown v1.00c

    Games using this plugin None so far Notetags Plugin Calls Configuration Video Note that this plugin doesn't show the state turn counter, which is shown by Yanfly Engine Plugins - Buffs & States Core in this video Prerequisites Plugins: 1. DoubleX RMMV Popularized ATB Core Abilities: 1...
  8. D

    (To resource makers)You might be victims of a scam...

    I've checked that RMW topic again and now at least 1 RMW staff knows this. However, he/she said that scam site's removing some RM works from their site. I've checked that scam site and he/she's right on this. He/she states that it'd be easier for them to take that site down without them...
  9. D

    (To resource makers)You might be victims of a scam...

    This topic in RMW triggered my alarm: Plugins from Scripters are being sold without their consent in this site! And the below link is the mentioned site: http://iloverpg.tk/ I know it's not good to cite a topic in RMW here, but I want to make sure that: - All the resource makers as victims are...
  10. D

    DoubleX RMMV Object Properties

    Updates v1.00d(GMT 1500 27-1-2016): 1. Fixed enumerating this plugin's functions via for in loops bug
  11. D

    DoubleX RMMV Dynamic Data

    Updates v1.01b(GMT 0900 25-11-2015): 1. Fixed missing param dynamic_data_states in the plugin manager bug 2. Fixed accessing private variables inside $gameSystem bug 3. The aliased function names becomes more unique to this plugin Updates v1.01c(GMT 0100 26-12-2015): 1. Fixed corupting the...
  12. D

    Help: ATB system

    Either at the end of the plugin js file or as a separate plugin placed below that plugin :) I failed to reproduce your error and with the latest version v1.00b, everything works fine so far, so you may want to download it here :)
  13. D

    DoubleX RMMV Popularized ATB Force

    DoubleX submitted a new resource: DoubleX RMMV Popularized ATB Force - Lets users set some keys to force run/stop the atb frame update Read more about this resource... Updates v1.00b(GMT 0500 3-7-2016): 1. Fixed below configuration changes not taking place in same battle: -...
  14. D

    RPG Maker DoubleX RMMV Popularized ATB Force v1.00b

    Games using this plugin None so far Configurations Plugin Calls Video Prerequisites Plugins: 1. DoubleX RMMV Popularized ATB Core Abilities: 1. Little Javascript coding proficiency to fully utilize this plugin Terms Of Use You shall keep this plugin's Plugin Info part's contents intact...
  15. D

    DoubleX RMMV Popularized ATB Clock

    DoubleX submitted a new resource: DoubleX RMMV Popularized ATB Clock - Lets users show the battle turn clock, unit and count in battle Read more about this resource... Updates v1.00b(GMT 0400 3-7-2016): 1. Fixed below configuration changes not taking place in same battle: -...
  16. D

    RPG Maker DoubleX RMMV Popularized ATB Clock v1.00b

    Games using this plugin None so far Configurations Plugin Calls Video Prerequisites Plugins: 1. DoubleX RMMV Popularized ATB Core Abilities: 1. Little Javascript coding proficiency to fully utilize this plugin Terms Of Use You shall keep this plugin's Plugin Info part's contents intact...
  17. D

    DoubleX RMMV Popularized ATB CTB

    DoubleX submitted a new resource: DoubleX RMMV Popularized ATB CTB - Lets users switch the battle system to mimic charge turn battle Read more about this resource...
  18. D

    RPG Maker DoubleX RMMV Popularized ATB CTB v1.00c

    Games using this plugin None so far Configurations Plugin Calls Video Prerequisites Plugins: 1. DoubleX RMMV Popularized ATB Core Abilities: 1. Little Javascript coding proficiency to fully utilize this plugin Terms Of Use You shall keep this plugin's Plugin Info part's contents intact...
  19. D

    Basic knowledge on writing ATB(Active Time Battle) system plugins

    Related topics Solid understanding on writing ATB(Active Time Battle) system plugins(Possibly upcoming) Thorough Comprehension on writing ATB(Active Time Battle) system plugins(Possibly upcoming) Goal Shares my experiences and understandings on writing a basic ATB system plugin and their...
  20. D

    Basic knowledge to the default RMMV battle flow implementations

    This topic aims to share my understandings to the default RMMV battle flow implementations, and I'll only share basic stuffs which are simplified here. However, you're still assumed to have at least: - Little javascript coding proficiency(having written at least few rudimentary Javascript codes)...
Top