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

    Troop event that get skipped

    Brilliant solution, you have my patronige :)
  2. eivl

    A RTS for MV

    It is beeing developed by others, it is a tremendious task to complete, and you should try to find out how you can help out, patreon is getting quite popular with projects like this.
  3. eivl

    Make a Promotion Video

    Thanks, it is hidden on the mobil version :)
  4. eivl

    Stamina

    When i learn how to draw on the map/scene i will make this :)
  5. eivl

    Make a Promotion Video

    Interessting, how can i follow a thread but not write a comment like this?
  6. eivl

    Code highlighting of JS code

    It will make pasting JS code easier to read! https://xenforo.com/community/resources/geshi-syntax-highlighter.89/ // This doesn't work like you might think, because the value of `i` never // gets locked in. Instead, every link, when clicked (well after the loop // has finished executing)...
  7. eivl

    Battle Background auto-stretcher plugin

    oh... Yamfly already made this, check it out! http://yanfly.moe/2015/10/12/yep-6-action-sequence-pack-3/ you need the core plugin for this to work. I also recommend getting pack 2 and 1 as well. Well.. i recommend getting everything ;)
  8. eivl

    JS PSD, and OGG added to Resources

    Nice! ;) I like to use dropbox it will have my latest version of the code without me having to upload it again. but still, nice to have it on the site!
  9. eivl

    Battle Background auto-stretcher plugin

    What does it do?
  10. eivl

    Change Battle to Side View In Game

    This can be done to all aspect of the game, problem is if you need to save that information it must be handled in a slightly different way!
  11. eivl

    Script / Plugin Requests

    Make an event with this script : Window_SavefileList.prototype.drawGameTitle = function(){}; run it ingame and then go to the save meny and see if it is the desired result!
  12. eivl

    List of MV Disappointments

    Oh.. i though the actual filename.. well.. the there should not be any problem fixing this. Send me a PM or make a request on the forum and tag me, my TODO list keeps getting larger and larger ;)
  13. eivl

    How do I organize my maps under project1?

    you can also edit your MapInfos.json file in your data folder [ null, {"id":1,"expanded":false,"name":"MAP001","order":3,"parentId":3,"scrollX":459,"scrollY":323.5}, {"id":2,"expanded":false,"name":"World 3","order":1,"parentId":0,"scrollX":451,"scrollY":315.5}...
  14. eivl

    Mouse Hover Icons

    use Mouse System Ex and make a notetags on events http://mvplugins.tordamian.com/plugins/mouse-system-ex/
  15. eivl

    Change Battle to Side View In Game

    Great! but your file has a bug in it. you need to have the script in the no choice as well, and you to not need two of them in the yes choice!
  16. eivl

    Change Battle to Side View In Game

    Sure that would be nice to see! =)
  17. eivl

    Change Battle to Side View In Game

    Test it and le me know how it works! ;)
  18. eivl

    List of MV Disappointments

    What do you mean by labeled by default?
  19. eivl

    Script / Plugin Requests

    No problem! remember that java is not javascript. java is to javascript as ham is to hamster, only the first letters of the name is the same.
  20. eivl

    Change Battle to Side View In Game

    So the best way i found is to call a script from an event. In your Tutorial event call this Game_System.prototype.isSideView = function() {return false;}; This code overrides the settings for SideView in memory. When you are done you set it to sideview with this script call...
Top