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

    Change Max Battlers and Followers

    Just be careful when editing core files ;)
  2. eivl

    Game Doesn't Load...

    Test the game in Safari please.
  3. eivl

    Change Max Battlers and Followers

    yes it is, your solution is the same as what i would have suggested! =)
  4. eivl

    MV Script Calls

    Where and how do you call it?
  5. eivl

    Allowing more functions to keyboard presses

    I am working on this, but not during Halloween, will continue Sunday!
  6. eivl

    [Editor] RPG maker MV stopped working

    event viewer is an application under windows dxdiag is also the same crash dump is normaly what you get when you press details during a crash info screen
  7. eivl

    Javascript 201

    I help in any way you want! ;)
  8. eivl

    Javascript 201

    No Problem! =) just let me know what you need and i will assist you in any way i can! ;)
  9. eivl

    Javascript 201

    Array(16).join("wat" -1) + " Batman!" I laughed so hard my boss came to see what happened. ;) If you want lessons over skype let me know! I would happily let you or anyone else join a screencast while i try to code something that i have no idea how to do as well. =) Like the keyboard...
  10. eivl

    Javascript 201

    from Wikipedia: Ruby is: Paradigm multi-paradigm: object-oriented, imperative,functional, reflective JavaScript is: Paradigm Multi-paradigm: scripting,object-oriented (prototype-based), imperative,functional[1] The small differences in these languages makes it so important for me to explain...
  11. eivl

    Javascript 201

    This can be arranged! =)
  12. eivl

    How to do this specific thing in JS

    I think after reading your post i know how to do this. I can write up an example after halloween if you are able to wait!
  13. eivl

    Free Javascript Editors

    Lets get the elephant out of the room before it is to late.... Emacs! =)
  14. eivl

    Javascript 201

    Object Oriented Programming is far better to learn as a concept in stead of a feature to one language. Python, Java and JavaScript are languages i know well and all of them uses OOP. If you write Python or Java or JavaScript in any other way then Object Oriented, you are doing it wrong, it will...
  15. eivl

    Free Javascript Editors

    Atom is nice, tested the beta a while ago, it was at that time very impressive. https://atom.io/
  16. eivl

    I've made a few plugins.

    Looks nice! =) Touch events are remapped, that is the reason it has been so hard for me to rebind different keys to do other stuff..
  17. eivl

    Script / Plugin Requests

    I will look into it after my dashing plugin is finished.
  18. eivl

    Is caching a memory leak?

    ImageManager.loadBitmap = function(folder, filename, hue, smooth) { if (filename) { var path = folder + encodeURIComponent(filename) + '.png'; var bitmap = this.loadNormalBitmap(path, hue || 0); bitmap.smooth = smooth; this.clear(); return bitmap...
  19. eivl

    [Editor] RPG maker MV stopped working

    I have not understood you, is the problem that you are not able to start the program? If yes, send me an crash rapport, event logs from the errors regarding RPG Maker and a DxDiag of your system please.
  20. eivl

    [Editor] RPG maker MV stopped working

    Have you installed any 3rd party bugfix plugins? I am thinking it is memory related. can you reproduce the error, pack the project and send it to me?
Top