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

    Is it possible to call some kind of password event by script or plugin?

    Go for Quasis plugin, but you can do it in the editor but only using actor name checking.
  2. eivl

    anyone have a room to rent in Austin, TX

    Thanks! =) i can not help you with room for rent, maybe someone else can!
  3. eivl

    Thanks! i am collaborating with another dev to get it done while i am having difficulties.

    Thanks! i am collaborating with another dev to get it done while i am having difficulties.
  4. eivl

    Script call to get the width of a picture

    yes, running two methods to get an answer is almost as fast as it can be! ;)
  5. eivl

    yeah, crazy days. i look like a mess but guessing the other outcome!

    yeah, crazy days. i look like a mess but guessing the other outcome!
  6. eivl

    transformation skill

    You can use Yanflys plugins to do this
  7. eivl

    Script call to get the width of a picture

    Ofc, i feel stupid now you can access it via ImageManager.loadPicture = function(filename, hue) { return this.loadBitmap('img/pictures/', filename, hue, true); }; I actually just used this in another project ;) This would be a very efficient solution to your original problem ;)
  8. eivl

    Script call to get the width of a picture

    oh, yeah! =) great that you got it working! For anyone else reading this in the future, you would have to write a sub class to add the width and height property, you would need methods to get and set those properties and the you would need methods to output them so you can access it via script...
  9. eivl

    transformation skill

    The things i can do without having MV open ;)
  10. eivl

    Script call to get the width of a picture

    Could you tell me how?
  11. eivl

    Script call to get the width of a picture

    I am pretty sure that you can not do this in MV since you are only using the corner of the image for anything. To get the width you would need a plugin that returns the width.
  12. eivl

    [Scripting] On Mouse Touch

    Look at this and see if you can modify it to your needs. http://mvplugins.tordamian.com/plugins/mouse-system-ex/
  13. eivl

    Transferring skill from vx ace to mv

    Transfering them by hand would be faster, but it should be possible converting one set of data to the new data.
  14. eivl

    transformation skill

    I did see a plugin that to do this, but i am also pretty sure you can just call $gameActors.actor(actorId).setBattlerImage(name); I can do some testing later, but i am having some issues atm so maybe @LTN Games can check if my solution works.
  15. eivl

    Custom keybinding using FCU - Keyboard Plugin

    no i do not mind! =) great you got it working! ;)
  16. eivl

    I think i am ok now, i acually almost lost my leg :(

    I think i am ok now, i acually almost lost my leg :(
  17. eivl

    pathfinding lag when clicking unpassable tile

    well.... i would say that it is the plugin authors job to make it work, but it is very easy to forget about tuch and pathing methods as they are not easy to test. I know who Galv is, he is extremely talented, he is as an example making a plugin that supports airship top/down scrolling combat...
  18. eivl

    pathfinding lag when clicking unpassable tile

    It is just in fact to overcome the way movement is coded from the start. If this is the case then we would need to replicate pathing on a 5*5 scale or whatever the diagonal plugin uses.
  19. eivl

    [Scripting]Picture Animations on moving screens

    Could you make me a demo that shows this for me? Or even better send me a sample project where this accures
  20. eivl

    Input Mapping and Calling Common Events

    It would work just fine. It is limited to only using the K letter and it also depend on keyup, so you have to release it for it to call the event. With my keyboard plugin you can micromanage any key, with any options and to call any script. It does need some knowleage so maybe i should add this...
Top