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

    How to learn JavaScript for RPG Maker MV

    This would be a nice thing to do on a stream ;)
  2. eivl

    How to learn JavaScript for RPG Maker MV

    working with arrays in JS is almost the same as in Ruby, so you should feel familiar, Yanfly have an Item Core script you should look at, it might be a good learning tool while you convert your old scripts.
  3. eivl

    [Scripting] Plugin Command Arguments

    Yes it would. args is an array split by default with white-space. CUSTOMPOP 0 String 120 command args args[0] = 0 args[1] = string args[2] 120 you should not, you need to separate it with something, you could of course rewrite the game_interpreter to use something else then white-space...
  4. eivl

    How to learn JavaScript for RPG Maker MV

    Well, the power of JavaScript is : you can do anything. You can make the same code run on all current and future devices without any other hacks. Weakness is some very strange ways of doing OOP, but it will be solved in the next version of JS. But that is a long way ahead. I would recomend a...
  5. eivl

    How to learn JavaScript for RPG Maker MV

    Ask here and you would get answer pretty fast. And i hope you mean JavaScript and not Java. Java is to JavaScript as Ham is to Hamburger. Also as a side note, online training places learn you JavaScript syntax and general peogramming, but to understand MV code you must also learn Object...
  6. eivl

    Lighting the city xmas tree ;)

    Lighting the city xmas tree ;)
  7. eivl

    .

    When i get online i will link you the community project that tries to document the core methods and functions. But no, the code is not good documented.
  8. eivl

    I require a DnD like alignment meter.....

    I am working on this, it in essence just as you ask. Not sure when i will have it ready. But this can also be done with variables manualy, but that would be tedious. @Dan Sipe you can follow my blog where i discuss ideas. Click the image in my signature.
  9. eivl

    is there any way to make a book item?

    How would that look? Reading from text file is easy, presenting it on screen is the main question.
  10. eivl

    Importing BGM errors?

    Do you get an error in console? Wait, it happens in the editor? Did you update to the patch that came today?
  11. eivl

    Requesting Assistance With Parallax Mapping

    Oh, yeah, that is what i would have done :)
  12. eivl

    Importing BGM errors?

    What audio format are you using?
  13. eivl

    is there any way to make a book item?

    What do you want the book to do? Do you want book like graphics with arrows to turn the page? Or something simpler?
  14. eivl

    New Update for MV

    MV Wednesday Updates! 25 NOVEMBER - ARCHEIA Hi everyone, we're still sorting through fixes for RPG Maker MV. Right now, investigating people's PC specs is taking us a while but we have it on high priority! So, what do we do while waiting for the updates? Every Wednesday, we'll be updating...
  15. eivl

    Christmas Contest!

    You can go here and rate : http://www.rpgmakermv.co/resources/categories/completed-games.7/
  16. eivl

    Christmas Contest!

    As long as you follow the rules i think you are good to go! Rules: got here and look : http://www.rpgmakermv.co/threads/christmas-contest.688/
  17. eivl

    I'm using XP?!

    The changes done to the Engine with MV is such a major change in the right direction so i feel like it is worth overcoming all issues currently with the editor.
  18. eivl

    Requesting Assistance With Parallax Mapping

    Not sure what you are asking? are you asking how to move an event or to move the player with an event?
  19. eivl

    is there any way to make a book item?

    Not sure what you are looking for. Just name your item a book, but guessing you are looking for something else.
Top