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. LTN Games

    Why must I always be busy? When will I get a break? Hopefully soon.

    Why must I always be busy? When will I get a break? Hopefully soon.
  2. LTN Games

    Igloo for Camp tiles

    I really like your version 1 style for the outside of the igloo. I think I like it more than the second version. Either way I'm happy and can see me using these in my project.
  3. LTN Games

    Weird Plugin Command error?

    It seems Galv's Quest Log is throwing an error which could cause issues. Aside from that apparently one of the plugin commands is trying to find property 1 of an undefined variable. Maybe one of the plugin commands you're using is setup wrong ? Specifically MOG Picture Effects
  4. LTN Games

    Weird Plugin Command error?

    When you get the error open your console by pressing F8. Once done, upload it here and it should help us further determine the problem. It's most likely one plugin conflicting with another and causing all of them to crash the game.
  5. LTN Games

    How to create window ?

    Do you know Javascript? It may be wise to start learning the basics of Javascript first. To create a window it's as simple as extending the main Window_Base class and adding it as child to the scene.
  6. LTN Games

    need help

    I've moved this topic to the correct forum "MV Support" please ensure you post in the correct forum next time. As for your video problem, I believe you will need a plugin for this to work.
  7. LTN Games

    Map to Map Transfer

    Can we see some screenshots? I'm unsure of how things are setup in your project and the more we know the more someone can help you.
  8. LTN Games

    Making quests work!

    I've moved this topic to MV Support, please ensure you put your topic in the correct forum next time, thank you.
  9. LTN Games

    How to play a video when using skills?

    Hmmm interesting idea, I'm not sure if it is possible. I will have a look shortly to see if playing a video on skill is possible.
  10. LTN Games

    The most recent Android SDK update broke the functionality of exporting a game as an Android App.

    I've yet to export a game to android so I'm unsure of what the problems are. Are you sure everything is setup correctly on your end? This is the first I heard of the new RMMV breaking android exporting.
  11. LTN Games

    Hello From Me To All Of You

    Welcome aboard, glad you signed up. I hope to see you around and would love to see what your game looks like.
  12. LTN Games

    site dead or active?

    Welcome aboard. Yea, it's not super active, I'm hoping that will change now that the winter blues is coming to an end. As Amy mentioned there are still awesome folks around here and some great resources.
  13. LTN Games

    Taking away the character HP and MP bars in the menu

    You can just put this snippet in a new .js file and throw it in the plugins folder and activate. Window_Base.prototype.drawActorHp = function(actor, x, y, width) { }; Window_Base.prototype.drawActorMp = function(actor, x, y, width) { }; That will do it, it should only cause issues if you have...
  14. LTN Games

    Quest Log

    This plugin has been abandoned from what I can tell and is also outdated. Have a look at mine, it comes with an external editor for easy quest creation. http://ltngames.net/quest-journal/
  15. LTN Games

    Excellent! Glad you're here and I hope to see some of your maps.

    Excellent! Glad you're here and I hope to see some of your maps.
  16. LTN Games

    Animate an event

    I have moved this post to MV SUPPORT. This is the incorrect forum to be posting support questions or requests. Please ensure you post in the correct forum next time.Thank you.
  17. LTN Games

    Erase Picture does not work

    We need more information to help you. Preferably a picture of your event on how your attempting to achieve show picture and erase picture.
  18. LTN Games

    A new challenger has appeared!

    Sorry for the late response I been so busy. I'm glad your a part of the staff team @Lore. You're a great member already. Also, those lasers has nothing to do with @Xyphien , they were installed by @sage after the ice cream moderator campaign.
  19. LTN Games

    [Paid Request] YEP-GabWindow Edit

    It should not be an issue, I will send you a PM with more details shortly.
  20. LTN Games

    [Paid Request] YEP-GabWindow Edit

    Creating a gab window that only responds to the player input kind of ruins the point of a gab window. Which is to allow for dialogue in the background without pausing the player movement, etc. - Do you require to still be able to move around while waiting for input? - If the player is allowed...
Top