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

    https://youtu.be/X-mewHsIhAU

    https://youtu.be/X-mewHsIhAU
  2. eivl

    Custom Menu Using Javascript

    ESC is bound so many places that you would have to first bind that command to some other key first and then rebind ESC. I will look for a solution on tuesday. Any value in any object in the game can easily be displayed inside a window. You just have to find it ;) Same goes for displaying...
  3. eivl

    My first game

    So my work in progres is making a game with my son. He is mapping and i am making events ;)
  4. eivl

    Custom Menu Using Javascript

    Yes, you need to use a keyboard plugin for that. The ESC key is a bit of a special case, try my plugin and see if you can overrite it with the keyCode for ESC. If not i can update my plugin to do this.
  5. eivl

    Custom Menu Using Javascript

    Good luck ;) JavaScript is in fact a joy to work with and MV scripts uses the full potensial of OOP that is available in ES5.
  6. eivl

    Plugin Request: Move Character to (x,y) or Event (x)

    Have not seen that myself, but i would just use Dijkstra's algorithm to find the shortest path and use that as the route. It would be a wighted graph with the direction flags as basis. It might be other more effective solutions but this would in all cases find the shortest path. I think Shaz...
  7. eivl

    Custom Menu Using Javascript

    This is just object oriented programming ;) For your question, to cange the information on the screen you will need to look into two aspect of the code, changing the window and changing the scene in wich it is drawn.
  8. eivl

    Plugin Request: Move Character to (x,y) or Event (x)

    That is very possible, i have been working with another developer making a minimap based on passable terrain, it should be possible to use the same technique to find a walkable path to point x,y.... I will think abit on this, remind me during the next weekend
  9. eivl

    .

    Let me know if you need anything. There are also alot of skillfull people here that have the time to help ;)
  10. eivl

    .

    Not getting the video To load on mobile. But i am pretty sure you can make animations in the editor.
  11. eivl

    Good luck then :D Hope mother and son are well.

    Good luck then :D Hope mother and son are well.
  12. eivl

    .

    Could you make a mockup with a screenshot of what you want, paste the image of weapons where you want them. I am having problems understanding what you want. Keep thinking you want a baloon type icon over the battlers head with the weapon graphics.
  13. eivl

    .

    It is controlled here. You see the mod 4 opperator keeps the static variable under control Sprite_Actor.prototype.updateMotionCount = function() { if (this._motion && ++this._motionCount >= this.motionSpeed()) { if (this._motion.loop) { this._pattern = (this._pattern +...
  14. eivl

    Do I need a script for Party change?

    You can run these script calls. $gameParty.addActor(n); $gameParty.removeActor(n); To initialize: $gameActors.actor(actorId).setup(actorId);
  15. eivl

    What parameters to enter for this pixel collision script?

    @Anthony is working on something similar, jump on this thread while i am out traveling. http://www.rpgmakermv.co/threads/plugin-port-request-batch-event-collision-and-collision-checking.1160/
  16. eivl

    That does sound like a smart idea, let me know if you need any assistance ;)

    That does sound like a smart idea, let me know if you need any assistance ;)
  17. eivl

    Yeah, still here ;) extended weekend! Going home tuesday

    Yeah, still here ;) extended weekend! Going home tuesday
  18. eivl

    Luckily i got good wifi access ;)

    Luckily i got good wifi access ;)
  19. eivl

    Collapse Forum Sections?

    Looks like it is free, login download and test ;)
  20. eivl

    Its the holly day spirit, or like i say: something something something something dark side ;)

    Its the holly day spirit, or like i say: something something something something dark side ;)
Top