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

    [Scripting] Single Event Not All Events

    I ended up getting it working for a single event, I just call my Game_Event.updateOpacity method inside Game_Event.prototype.updateSelfMovement. This is something I considered, my original idea was to have it similar to Yanfly's event chase player, where you go inside the move route and do a...
  2. LTN Games

    [Scripting] Single Event Not All Events

    Okay, so I'm trying to make this plugin that allows you to set a Visibility Range for an event and whatever that range is the event's opacity will change. So the closer you get the better you see it, the further away from the event the less you see it. I have all I the foundation ready to go...
  3. LTN Games

    Plugin Development resources

    I downloaded these a little while ago thinking it was something I would use often but turns out I find it unnecessary because I know most of the classes I'm looking for, so a quick global search of all scripts inside my editor does the trick, fast and efficiently. This is helpful for the newbies...
  4. LTN Games

    Converting my Event Fade script from Ace to MV. Almost finished :D

    Converting my Event Fade script from Ace to MV. Almost finished :D
  5. LTN Games

    how to do this......

    You would change the passability on the tiles you want to appear behind to the *. If you have certain buildings you don't want to go behind use empty events with an empty tile that is set to non-passable and make the priority same as player. If you don't want to do it this way, quickly take a...
  6. LTN Games

    ok i'm back

    Welcome back wize1 glad to know you will be lurking the forums once again and look forward to seeing you around.
  7. LTN Games

    Zebestian's Music Box

    I like this one also, feels like a tune you'd here on the way to a boss or epic plot twist lol. I really like this one, I can definitely see this being a cozy tavern or a marketplace good stuff :D Can't wait to hear more, and where is this Christmas tune I been so eager to hear, geez, get on...
  8. LTN Games

    How Long Have You Used Your Current Avatar?

    Awww dinosaur hugs are awesome. Thanks Amy :D Oh, have you ever made a dinosaur avatar?
  9. LTN Games

    I think I can Draw!

    Yea I figured as much lol. Have you actually taken your timeingdrawe before? You never know you may be a pro at it.
  10. LTN Games

    How Long Have You Used Your Current Avatar?

    I've been using this Avatar since @Amysaurus created it for me. I then added a Christmas hat about a week or two ago. I will probably use this avatar forever & ever lol.
  11. LTN Games

    I think I can Draw!

    Good stuff Trumully haha. Keep at it I'm curious what else you make :D
  12. LTN Games

    Your Collections

    I don't collect anything. When I was younger in elementary school I used to collect coins but that passed by very quickly now I don't collect anything. Interesting to see what the community shares though. :D
  13. LTN Games

    How would I do this?

    I will be locking this topic due to being addressed. If there is any reason to re-open please report this post. Thanks :D
  14. LTN Games

    Battle Huds inquiry

    I'm locking this topic due to being addressed. If anyone has a reason to re-open please report this post. Thanks :D
  15. LTN Games

    Plugin LTN's Window Pop

    I have completed this plugin with as many features as I could get into it, but I left out the states feature @Rise Evil mentioned and the Change Text Color feature. I may include this in later updates. For now though this will not be released for another few days until I figure out what I want...
  16. LTN Games

    TTFN

    Understandable I'm sure a lot of users will go missing this Christmas and suddenly re-appear after new years, but it's all good. Enjoy your break have a good Christmas. See you around eventually. Cheers :D
  17. LTN Games

    [Scripting] Plugin Command Arguments

    I will be locking this topic if for any reason someone would like it re-opened please report the post. Thanks :D
  18. LTN Games

    New Update for MV

    Yea I agree with @eivl, that sounds pretty epic I would love to see some dedicated scripters do some exclusive content here. I myself will be taking most of what I create to be exclusive to this forum. So the more the merrier. :D
  19. LTN Games

    [Scripting] Plugin Command Arguments

    That did it for me, perfectly. I learned quite a few new things here since I started this post mainly, exactly how for loops work and how plugin arguments work, I should not have many problems with these anymore lol. Thank you so much @eivl you're a great help.
  20. LTN Games

    [Scripting] Plugin Command Arguments

    The plugin command will have the string I need to display in my window, so I need to save it to the WPOP._popString, then use that variable for the string in my window. So yes rebuilding I believe is my best option, but then I need to figure out the spaces.
Top