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

    45%off MV at humble bundle store.

    45%off MV at humble bundle store.
  2. LTN Games

    TP Auto Increase

    TP Increases for you when the battle starts? I thought it only increased when actually battling. If you want to the TP to reset to 0 after every battle just make sure the Actors don't have the "Preserve TP" option enabled. This option will keep the TP preserved or the same after battle, so when...
  3. LTN Games

    RPG Maker MV Mini-Map Plugin

    Yup, it's extremely useful , my core is all private with only 2 methods which have acess to everything else a simple method call like this: LTN.requireUtils (); will get me everything I need.
  4. LTN Games

    RPG Maker MV on sale 45% off. https://www.humblebundle.com/store/promo/degicaweek/

    RPG Maker MV on sale 45% off. https://www.humblebundle.com/store/promo/degicaweek/
  5. LTN Games

    RPG Maker MV Mini-Map Plugin

    I couldn't agree more with this statement lol many things done in their plugins which affect other developers plugins. They don't really do standard plugin practices like closures and naming standards and a bit too much overwriting of MV classes and functions. It probably has to do with the...
  6. LTN Games

    I have months, days and years setup for my time engine. Next up, customizations :) Also, my core...

    I have months, days and years setup for my time engine. Next up, customizations :) Also, my core plugin has been very useful. Love it !
  7. LTN Games

    Decided to split my time control system into more than one plugin. A time engine and the time...

    Decided to split my time control system into more than one plugin. A time engine and the time travel addon. Will release time engine soon.
  8. LTN Games

    Yup, parallax is fun. Sock quest is mixed. A good mix of editor maping and parallax lighting...

    Yup, parallax is fun. Sock quest is mixed. A good mix of editor maping and parallax lighting and shadows.
  9. LTN Games

    Hehe, that moment when this page is on the top of your most viewed Web pages list.

    Hehe, that moment when this page is on the top of your most viewed Web pages list.
  10. LTN Games

    Game maker language is much simpler compared to javascript but like I said it's all just problem...

    Game maker language is much simpler compared to javascript but like I said it's all just problem solving and using the tools provided to find solutions.
  11. LTN Games

    I can be a good teacher if you decide to do it. It takes a lot of patience and hair pulling but...

    I can be a good teacher if you decide to do it. It takes a lot of patience and hair pulling but it's fun. If you like solving problems then you would like scripting.
  12. LTN Games

    Carrying Events Over Maps

    Yea, it will reset the common event, which is where variables and conditional statements come in handy, I quickly explained how to achieve a time system using a common event in my previous post. If you would like I could write a common event up for you and show you but you will need to give me a...
  13. LTN Games

    Carrying Events Over Maps

    You will need an event for each map which calls that common event in order for it work properly.
  14. LTN Games

    Carrying Events Over Maps

    Just to add a bit to what @Dad3353 is saying. To get the common event working on all maps set the common event to a parallel event with a switch, and add an event to each map and call that common event. Make sure the switch is turned on when starting a new game. As your time system stands now...
  15. LTN Games

    Finally posted the next Javascript lesson in my JS & MV blog series.

    Finally posted the next Javascript lesson in my JS & MV blog series.
  16. LTN Games

    Well my TimeControl & Core plugin is up to date and fully refactored. Now to continue on with...

    Well my TimeControl & Core plugin is up to date and fully refactored. Now to continue on with the rest of the features. I'll start tomorrow
  17. LTN Games

    [RESOLVED] How to Use $gameMessage.setChoiceCallback in Javascript to message from choice?

    Okay, so I got it working fine and dandy for me. The problem was that the window message will not load a new page or message until all windows are deactivated and not showing. So I used a simple native JS function setTimeout(); to wait 1 second before proceeding with the rest of the script. I...
  18. LTN Games

    [RESOLVED] How to Use $gameMessage.setChoiceCallback in Javascript to message from choice?

    Okay, just give me a bit of time, I'll take a look at the full script in my free time today and report back. Do you mind if I include some helpful hints and or suggestions for the rest of your script? I may not get it working but tips and tricks are always nice lol. Anyway, I'll report back...
  19. LTN Games

    Okay, a heatsink fan, looks like it's for an acer laptop ;)

    Okay, a heatsink fan, looks like it's for an acer laptop ;)
  20. LTN Games

    Heatsink fan or laptop cooling pad?

    Heatsink fan or laptop cooling pad?
Top