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

    Cover Art Characters [Deleted]

    There was legal file with the folder, if it is payd dlc i will have to remove it
  2. eivl

    Completed Element Popup Plugin

    Yanfly is making it, just keep an eye out on yanfly.moe
  3. eivl

    Refreshing an event's speed

    I am pretty sure i just answered this... hmmm..... strange.. you can just call $gameMap.event(1)['_moveSpeed']
  4. eivl

    What version of ECMAScript(javascript) does rmmv use?

    I use Dash on my mac, i have it integrated in my editor. for windows you can use Zeal https://zealdocs.org/
  5. eivl

    Check for Gamepad Input (RPG Maker MV)

    well.. that is interesting... what gamepad are you using?
  6. eivl

    How can i create a easy menue access?

    If you write a more detailed explaination of what you need i will help you ;) This is also something you can do in the editor by saving x and y position to two variables and then transfer to another map, when you go back you use the x and y variables to get to the original position.
  7. eivl

    Auto-Attack System

    could you link to a video that shows how this work in Xenoblade Chronicles?
  8. eivl

    Lost in a new world

    Welcome! =) ask me anything about scripting or in general use of the editor and i might just be able to help you ;)
  9. eivl

    .

    That looks awsome! If you are looking to save some space for mobile dev this will do it! ;) Any known bugs?
  10. eivl

    Tagging Issues (Users)

    can you replicate it if you tried? @LTN Games @LTN Games @Amysaurus
  11. eivl

    Help: ATB system

    you should look into what Yanfly has made, http://yanfly.moe/2015/11/06/yep-24-battle-system-active-turn-battle/
  12. eivl

    Resource Team Roles - Brainstorming & Discussion

    Could setup a plugin creation workshop online. Where users interested would get a simple plugin task and i would be available as a teacher of sort.
  13. eivl

    Extra Cover Art Characters [Deleted]

    eivl submitted a new resource: Extra Cover Art Characters - Extra Cover Art Characters Read more about this resource...
  14. eivl

    Cover Art Characters [Deleted]

    eivl submitted a new resource: Cover Art Characters - Cover Art Characters Read more about this resource...
  15. eivl

    pathfinding lag when clicking unpassable tile

    Not sure, but cant seem to replicate what you are telling us. Can you instruct me how to replicate this?
  16. eivl

    Need some help with Yanfly plugin.

    Sorry for the late reply, i have been on holiday! =) I need your project, not the game.exe, but maybe @Isaac The Red solved it for you!
  17. eivl

    Refreshing an event's speed

    $gameMap.event(1)['_moveSpeed'] this should work for you!
  18. eivl

    Check Current Actor

    Not sure if this helps, but if you want to know who is the current selected actor you can use : $gameParty.menuActor();
  19. eivl

    Little request: How can I open the Equipment menu tab without going through the mainmenu?

    You do that with the setMenuActor method, it takes an actor as a parameter. Actor you get from the $gameActors object so do this. $gameParty.setMenuActor($gameActors._data[1]); // Change to the id of the actor SceneManager.push(Scene_Equip);
  20. eivl

    [Eventing]Make Immune to Battles for x Seconds

    I wonder if you could do this with a timer and a common event. Cant figure out without some fiddeling, but you might want to use a plugin for this if it cant be solved in the editor. i wil think about it some.
Top