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

    Name one thing that you added to your MV Project today

    @Amysaurus Looking stunning! I love everything you do though :P Today I finally finished my expandable categories for my quest plugin! You can click the category and it will expand and show the quests it contains. I'm 1 step closer to the release of this plugin. A few more things I would like...
  2. LTN Games

    Final stages of Quest plugin.. Put the quests into categories to display neatly in the journal...

    Final stages of Quest plugin.. Put the quests into categories to display neatly in the journal scene. Then Last round of beta!! Woot!
  3. LTN Games

    Awesome! Keep up the hard work and you'll be a pro in no time.

    Awesome! Keep up the hard work and you'll be a pro in no time.
  4. LTN Games

    Screenshot Critique

    @jaye Looking fantastic!! These are the colors and style I absolutely adore, I'm a sucker for bright colors and sun ray blasts (heart). Great job, are you doing the programming as well ?
  5. LTN Games

    Screenshot Critique

    So old! It's been a few months since I've worked on that project, I've been busy with so much of everything else I keep pushing it aside. I'm glad you responded it makes me eager to put this game back on my "Thing's to work on" list. Well, since I'm here now I might as well share a GIF from my...
  6. LTN Games

    Working on the quest editors categories and finishing up the plugin. Should be finished this week.

    Working on the quest editors categories and finishing up the plugin. Should be finished this week.
  7. LTN Games

    Hmm what to do today, game, quest plugin or blog post. Maybe all 3? So many decesions....sigh

    Hmm what to do today, game, quest plugin or blog post. Maybe all 3? So many decesions....sigh
  8. LTN Games

    Weekly Dev Log 2: http://ltngames.net/weekly-development-2/

    Weekly Dev Log 2: http://ltngames.net/weekly-development-2/
  9. LTN Games

    [RMMV] How do you make an event with the default 2-graphics bed as sprite and move it?

    I've marked @TheUnproPro post as the best answer. I will now close this topic if for any reason you'd like it re-opened just report this topic or let one of the staff know.
  10. LTN Games

    EPIC Boost points plugin! - Boost Pro

    If youre getting the exact same error then the actor does not exist. Remember this plugin does not read the actors in the database only the actors you have in your party at the time the plugin command is called.
  11. LTN Games

    ACTIVE CONTEST(S)

    There will be more contests coming soon. Most will start on january and there may be a random contest this month.
  12. LTN Games

    EPIC Boost points plugin! - Boost Pro

    Okay I believe the problem is that most plugin users don't know the party members starts with 0 not 1 so the best solution for the plugin developer is to subtract one from the plugin command argument 'actor', or tell the plugin user to remember that the first actor starts with 0. This would be...
  13. LTN Games

    Auto Bust

    LTN Games updated Auto Bust with a new update entry: Changed download link Read the rest of this update entry...
  14. LTN Games

    RPG Maker Auto Bust - Changed download link

    Just updated the download link to direct you to my websites download page for this plugin.
  15. LTN Games

    EPIC Boost points plugin! - Boost Pro

    I don't have time to test it but try this instead of what you have. var cmds = Game_Interpreter.prototype.pluginCommand; Game_Interpreter.prototype.pluginCommand = function (command, args) { if (command === 'upp_BpAdd') { var id = Number(args[0]); var...
  16. LTN Games

    EPIC Boost points plugin! - Boost Pro

    @TheUnproPro I believe @Nat is getting that error because you've never called pluginCommand method's arguments.
  17. LTN Games

    I'll contact you in the morning I'm heading off to bed right now. Thanks for offering to help :)

    I'll contact you in the morning I'm heading off to bed right now. Thanks for offering to help :)
  18. LTN Games

    Quest Plugin + Editor is now in Beta. If your serious about testing and reporting let me know...

    Quest Plugin + Editor is now in Beta. If your serious about testing and reporting let me know and I'll hook ya up.
  19. LTN Games

    [RPGMakerMV] Icons

    Awesome pixel work, I'll be excited to see what you create for RPG Maker. The current icon size for MV is 32x32. For future reference to get all assets information for RPG Maker, like sizes and what not you can check out the help file by pressing F1 while RPG Maker is open.
  20. LTN Games

    Hey guys, see what I have been up to in the last week. http://ltngames.net/weekly-development/

    Hey guys, see what I have been up to in the last week. http://ltngames.net/weekly-development/
Top