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

    Solid understanding to object inspections

    This will be quite helpfull if anyone want to manipulate data. I engurage everyone to make a tree and then sort it, it is a nice exersice :)
  2. eivl

    Plugin ET Stamina / Dashing plugin

    It is finnished, just have to bind it to the disable Dash function. How should this behave? Now you looser stamina when dashing but recovery is not based on anything. Should it? In detail, what are the specs for this plugin?
  3. eivl

    [Scripting]Graphics.isVideoPlaying Query

    There is a bind function to the hasvideoended thing somewhere... Check what it does, honestly i dont remember that.
  4. eivl

    Gaming Logo

    Yeah, when it works i can plugify the code.... Plugify is a real Word.... Honest :)
  5. eivl

    Script / Plugin Requests

    Keyboard plugin is now uploaded to the resources section.
  6. eivl

    Allowing more functions to keyboard presses

    You will find it in the resources section!
  7. eivl

    Keyboard plugin

    eivl submitted a new resource: Keyboard plugin - Let you bind keyboard keys to script calls Read more about this resource...
  8. eivl

    RPG Maker Keyboard plugin version 1.1

    Commands: Input.keyTriggered check if any key has been activated Input.keyPressed check if any key has been pressed down Input.keyReleased check if any key has been released You can call the plugin with A-Z, 0-9 and F1-F12 Also using Javascript KeyCodes up to 256 is also allowed...
  9. eivl

    Gaming Logo

    you need to call Graphics.playVideo('movies/movie.webm'); This is not build into the game, so you would need a plugin for this. Since i am helping @Companion Wulf with a similar issue, maybe he would not mind posting his code when it is working!
  10. eivl

    [Scripting]Graphics.isVideoPlaying Query

    you are not calling the original playTitleMusic. you need to call it after the video _Scene_Title_playTitleMusic.call(this);
  11. eivl

    Basic knowledge to object inspections

    Good job!
  12. eivl

    You Are The GOD Of Your Own Created World

    The meaning of the word is the main issue, World creator or God is in most fantasies the same thing. Linguistics meaning is different in different countries and languages. How you conway this information is of the upmost importance, so if your making a game for an english speaking audience you...
  13. eivl

    Battle Systems

    So what you should figure out is how the scaling of your game should feel. If you make your spells linear (fn=n*X) and you do the same with the monsters, your character will never feel any different when playing. So to bypass this you would have to create gear, items, armor that gives the...
  14. eivl

    Zeb's AMA thread

    What is your biggest source of inspiration when you are making music?
  15. eivl

    Share your Patreon

    Yes it is recurring, but it is charged the first of the month, so "donate" for one month and cancel! I like the patron system, it gives developers and artist a way of having more income and not changing any formulas. There are artists that are now working full time due to patreon and the...
  16. eivl

    Basic knowledge to object inspections

    Could you use screenshot from the inspection of objects? gets a little crowded to read everything. And maybe code block the object outputs as well? Here is some quick changes i would have made myself. PS: i have just formatted the first code block. Reducing Object Inspection Results Sometimes...
  17. eivl

    [Scripting]Graphics.isVideoPlaying Query

    I read something about video and transparancy, would have to check it when i get home, i am on the road now. How can i reproduce this myself?
  18. eivl

    [Editor]anyone else have an issue like this

    Does the same thing happen if you playtest in a browser? Does it load correctly or is the glitch just in the editor?
  19. eivl

    [Scripting]need like review of rpg_js

    Well that is pretty smart. ;)
  20. eivl

    [Scripting]need like review of rpg_js

    Not to be the negative one, but this is not documentation, this is just the code without any documentation. In fact, it is just the pure javascript code, easier to read since you do not need a text editor. On an ipad or tablet this will be really easy to read.
Top