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

    DoubleX RMMV Object Properties

    I like it! will test it as soon as I am able! ;)
  2. eivl

    DoubleX RMMV Dynamic Data

    So, what does this mean?
  3. eivl

    Understanding the drop system

    @Tsukihime have you thought about making it compatible with a probability function and not just a static probability? I personally do not like the grind that is controlled by static drop chances, mostly because you can not affect the outcome yourself. You could use Luck as an modifier, you...
  4. eivl

    MV master plugin list

    I think it should be recreated in the javascript section and locked. @LTN Games can you assist in this?
  5. eivl

    Renamer Program for all those pesky Generator files.

    If you are working in windows and do not want to use powershell, Bulk Rename Utility is a great option!
  6. eivl

    That is what happens when you leave town for a few days! =) Or you might have pissed off a...

    That is what happens when you leave town for a few days! =) Or you might have pissed off a deity somewhere ;)
  7. eivl

    Graphical Mapping Help

    You are using sand based title where you should use grass based title
  8. eivl

    Increase Your Map Size Past 256x256

    Are there any checks in the code that might break a really large map?
  9. eivl

    Understanding the drop system

    This would come in handy! =) You write very good articles, anyone interesting in understanding how MV works should consider listening ;)
  10. eivl

    Thanks! Will do! ;)

    Thanks! Will do! ;)
  11. eivl

    [Resolved] Set Movement Route via Script Call?

    Is there a reason for using script calls? you can just use the editor to move events could you not? There are more options to move events, the one i remember is this one. Let me know what you are trying to do and i will provide a better answer. $game_map.events[ID].moveto(x, y)
  12. eivl

    Template for creating a scene

    Thanks to nio kasgami for writing this. I found it very useful! //============================================================================== // ■ Scene_Test //------------------------------------------------------------------------------ // this a dummy Scene for show structure...
  13. eivl

    New, need help

    tap with two fingers to open the menu.
  14. eivl

    Type error help, object is not a function

    You would use the Math.max method on all your values, it returns the larges number. Math.max(num1,num2,num3,num4,num5);
  15. eivl

    Lack of encryption

    We are talking about different things. Securing data and encrypting is something completely different. Yes, this is normal, it does not mean that the data is encrypted, it just mean that the data is not in a container that your file system understand. Funny you should mention unity, unreal...
  16. eivl

    Been sick this weekend.... trying to get back to work...

    Been sick this weekend.... trying to get back to work...
  17. eivl

    Text in Title screen

    No, maybe obs saved for med, will check it later.
  18. eivl

    [Scripting] Window Won't Appear

    From my understanding, yes. How did it go?
  19. eivl

    Issues with the rate percentage in MV

    This should help http://windows.microsoft.com/en-gb/windows/change-country-region-setting#1TC=windows-7
  20. eivl

    How to do this specific thing in JS

    Yes, use my keyboard plugin, it has been up in the site for a while. http://www.rpgmakermv.co/resources/keyboard-plugin.143/
Top