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

    [Scripting]need like review of rpg_js

    Sure, i guess. Nothing here is secret, you could also get a JavaScript book, those guys are better then me in explaining concepts, but my post is a quick and dirty look on how it works, if you understand it you will have more then enough tools at your disposal to understand the MV code.
  2. eivl

    [Scripting]Graphics.isVideoPlaying Query

    Should it not return false when the video has ended? Graphics.isVideoPlaying = function() { return this._video && this._isVideoVisible(); }; _video is null when it is initialized, and _isVideoVisable() returns false or true.
  3. eivl

    Plugin ET Stamina / Dashing plugin

    So here is a work in progress, i got help from Jeremy from rpgmaker forum with the drawing of the bars, they look much better then the strange one i drew yesterday ;) @Xyphien is this what you had in mind?
  4. eivl

    [Scripting]need like review of rpg_js

    If you want to understand how the code works, you first need to understand how JavaScript does inheritance, luckily i have written about it here : http://www.rpgmakermv.co/threads/javascript-201.616/ It is hard to explain in detail how thousand upon thousand of line of code work, but when you...
  5. eivl

    Devilish

    Devilish
  6. eivl

    Good night everyone!

    Good night everyone!
  7. eivl

    [Editor] Please help, Game font does not show.

    So the problem is related to your graphic driver, not the MV installation. most likely a system update would fix this as well.
  8. eivl

    MV Script Calls

    Ps: make a new post in the support forum, say what you want to do, what you have tested, and i will assist in detail. This thread is for script calls :)
  9. eivl

    201 JavaScript is done, now i will work on a few plugins! and go to the cinema and see 007 ;)

    201 JavaScript is done, now i will work on a few plugins! and go to the cinema and see 007 ;)
  10. eivl

    MV Script Calls

    Baloon id 1 = wite with ! symbol. you need to just check to find it.. Zzz = requestBalloon(10)
  11. eivl

    Javascript 201

    Think i am 70% done now, and i have just started on post 4 ;) Thanks for the post Join! =)
  12. eivl

    MV Script Calls

    $gamePlayer.requestBalloon(1); what if you define your player first.. since i do not know what character or map event you want to do this to, i made it work with the player. Or maby you need it on an event. $gameMap.event(1).requestBalloon(1);
  13. eivl

    eivl AMA

    I started working with JavaScript in 2004/2005, at the time i was learning PHP and Java at the university, server side coding was the main focus, and databases but there was nothing front end coding. Then i worked with some talented people that later would work at Opera Software (where they made...
  14. eivl

    Javascript 201

    In this thread i am writing on post nr 1 and post nr 3 can they be moved to become post 1 and 2 when i am done writing? second option is to let me write more then X amount of characters, think it caps out after 10 000 letters. Then i can have it in one post ;)
  15. eivl

    Updating JavaScript 201

    Updating JavaScript 201
  16. eivl

    Javascript 201

    I am continuing this in a different post, is it possible to move it or let me write more then X characters? @LTN Games
  17. eivl

    The goof's livestreaming update thread.

    aww,.. i missed it..
  18. eivl

    Game Doesn't Load...

    Yes, this i a good idea, if you need to change core files in any way, overwrite them with a plugin.
  19. eivl

    Back! =)

    Back! =)
  20. eivl

    Smilie embeds are getting ridiculous, yo!

    Maybe the forum has a plugin that enables smiley toggle on/off when making a post?
Top