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

    are either of these possible in mv

    lua code is possible with a javascript wrapper I do not know how it would interface with the code, but you could try to look here Not sure how you would connect to a server due to cross site scripting rules, but what you could do in stead is to setup an API that interfaces with your database...
  2. eivl

    $gameVariables.addValue()? Whats the command?

    ahh... you wanted to increase the variable after use. You should have told us that ;)
  3. eivl

    how to add (OGG. or .OGV to the game project) ?

    Mark my question as answered and @LTN Games will close it ;)
  4. eivl

    Change Max Battlers and Followers

    Yes, i need to update the plugin to fix that. If you are looking for more advance version go for yanflys party plugin, it is great. http://yanfly.moe/2015/11/20/yep-29-party-system/ I will update mine because someone might just need the small changes.
  5. eivl

    how to add (OGG. or .OGV to the game project) ?

    what codec do you use for your sound and video? ideo Files (Movies) The file formats that are playable depend on the operating environment, so please prepare the below 2 file formats with the same file name. WebM(.webm) MP4 (.mp4 encoded with H.264 codec) * When creating a game that will be...
  6. eivl

    $gameVariables.addValue()? Whats the command?

    I am not sure i understand the question. What is addValue?
  7. eivl

    [Resolved] Set Movement Route via Script Call?

    mark my solution as answered so @LTN Games can close the thread ;)
  8. eivl

    Music Not Playing

    create a new project, does it work then? Have you changed the newData folder? It might be a computer issue with your computer.
  9. eivl

    [Resolved] Set Movement Route via Script Call?

    There is your solution, it did take some time because i did not find this variable : so if you want the event to stop moving you need to call the static variable _moveType on the $gameMap.event(eventID) Now i do think you are able to fix your common event. Let me know if there is anything...
  10. eivl

    Lack of encryption

    Because you are delivering the key with the code. Encryption means that Bob and Alice can talk to each other without anyone being able to listen. If you deliver the key with the message then even if you use an encryption technique it is not considered an encryption. Yes you can argue that ROT13...
  11. eivl

    [Eventing] Center align in "Show Text"

    Yeah, but you can use the pixel movement command in any text field, i used scrolling because it made for a bigger example.
  12. eivl

    [Resolved] Set Movement Route via Script Call?

    Great ;) So, do you want the player or the event to be paralyzed? That part was a bit unclear.
  13. eivl

    Skill that Gains Damage with Every Enemy Killed?

    Just talked to Yanfly, he is working on his Status Menu Core and will implement a kill counter there. The game does not in any way save who many enemies you have killed, and since Yanfly is already working on this wait for him to finish ;)
  14. eivl

    [Eventing] Center align in "Show Text"

    It does sound like you only are going too use it a few times. You would need to test a bit, i have just used 1 minute on this and though it needs work, it was pretty easy to do. This is a Scrolling Text field. \px[40]I'm looking for a way to center align the text in the \px[50]messages...
  15. eivl

    [Eventing] Center align in "Show Text"

    This is more complex then i thought, i am working on it, Yanfly has said that he might do it for another update of his Core Message plugin, but no timeframe. So using pixel movement with Yanflys plugin is the only solution at the moment.
  16. eivl

    Skill that Gains Damage with Every Enemy Killed?

    20 enemies in one battle or overall? will the skill remember this buff?
  17. eivl

    Custom Cost Display

    Keep an eye out for the next parts of his Job Point plugins, he liked the idea of using other ways of "paying" for abilities, learning or combat!
  18. eivl

    Lack of encryption

    this is quite normal. If you spend to much time making something more complicated it will as you say just impact performance. if you take your data, Zip it and store it using 4 bit for every byte and fill the remaining 4 bits with random and after this you xor the file entirely or in part, you...
  19. eivl

    [Eventing] Picture Scale : Variable

    Why would you want to scale an image? or even, use an image? would not a color gradient be good enough? And if using an image is important, you can not scale it, you need to "cut". it also need to be a repeatable x-axis graphic as well. if you do not know, i am making this as we speak, not to...
  20. eivl

    [Eventing] Picture Scale : Variable

    What are you asking for? Is it a full width bar that is controlled with a variable? and do you want to control the variable with an event? What would the use for it be?
Top