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

    Haters goanna hate.

    Haters goanna hate.
  2. LTN Games

    Aye matey!

    Aye matey!
  3. LTN Games

    Using Firefox Developers Edition, and wow it's some speedy. Faster than Chrome methinks.

    Using Firefox Developers Edition, and wow it's some speedy. Faster than Chrome methinks.
  4. LTN Games

    Sprites Star Trek (TNG Movie/DS9) Uniforms

    Love it! I'm secretly a big fan of Star Trek. The sprites are looking great the uniform is looks great, I'm excited to see what else you come up with.
  5. LTN Games

    HUGE EVENT June 1st!

    So much Social Media! I'm looking forward to the stream, I'll do my best to be there and stick around for a bit, should be fun. Will there be any specific during your stream, specific games being played or topics to talk about? Anyway I can't wait should be a fun day.
  6. LTN Games

    Started making games with Phaser.js library. May convert fruit basket over to Phaser. I need...

    Started making games with Phaser.js library. May convert fruit basket over to Phaser. I need more free time before I do anything though.
  7. LTN Games

    Window Pop

    It's been awhile since I've updated the Plugin but I don't see why not. Give me a day or two and I'll get around to adding this for you, just need some free time.
  8. LTN Games

    need to add more conditions

    I've moved this topic to "MV Support", "Feedback & Suggestions" is for topics related to the community directly. Could you explain a bit more of what you're looking to do? Your current post is not quite detailed enough. Do you mean if a critical hit happens when attacking you can have a...
  9. LTN Games

    Book Script

    Hmm, It can be hard to see your problem without looking at how your code is trying to do this but you could do a search through the events pages and extract the information you need from them. So instead of using a window you can make a new scene with your window in it and handle all the...
  10. LTN Games

    Disable Items During Battle?

    Check out this plugin by @Tsukihime, it allows you to disable certain actor & battle commands using script calls and note tags, I believe this plugin is all you will need for what you're trying to accomplish. http://himeworks.com/2015/12/actor-battle-commands/
  11. LTN Games

    Book Script

    The previous code I gave you I said call the method in the Scene_Map.prototype.create function, that should actually be in the Scene_Map.prototype.start function, otherwise you won't see the window unless moving your character. Anyway.... There are a few different ways to accomplish this, but...
  12. LTN Games

    Book Script

    You can add windows to the map by adding your window as a child to Scene_Map, this should keep the game running and events readable. // Alias Scene_Map create function var alias_SceneMap_create = Scene_Map.prototype.create; Scene_Map.prototype.create = function() {...
  13. LTN Games

    Epic!

    Epic!
  14. LTN Games

    Request: RM 2003 tiles to work with MV

    Are RM2k3 tilesheets setup similarly to Ace or MV? If so you could use http://www.kickbackgames.com/mvfu/ I find it's the best re-sizer around for tiles but it's only compatible with the sheet sizes you see listed on the site.
  15. LTN Games

    When Did They Update the Deployment Options?

    They have been there since the last update, possibly the update before that, but they have been there for a little while now, you must not have seen them. Useful tools :)
  16. LTN Games

    Fruit Basket

    Thank you @Micro, I'm glad you like what you see so far, I really hope to make this a fun game and of course more unique than the regular fruit catching games. I have done quite a bit of code optimization since the last update, need to make sure the code is clean and re-usable. I have also...
  17. LTN Games

    Sorry, I'm not sure about any final fantasy tiles, your best bet is to use the free tile...

    Sorry, I'm not sure about any final fantasy tiles, your best bet is to use the free tile resources available on the web. There are plenty of resources here you can search through you can also check out rpgmakerweb for community resources.
  18. LTN Games

    You will get there soon enough, it takes time.

    You will get there soon enough, it takes time.
  19. LTN Games

    [Terrax Lighting System] - How do I remove the "black" part?

    I'm pretty sure your best bet is to either switch plugins or just lower the value of the main light by using the plugin command Tint Set eg: Tint set #0d0d0d . Orange day/night system and his lighting plugin will work with regular MV tints but Terrax lighting plugin does not unfortunately.
  20. LTN Games

    Crop a picture

    You can try using PIXI mask functions, but every time I tried using the mask functions I got a lot of issues, like windows not drawing correctly and getting random glitches. You can try it out on your own by checking out this small tutorial, it's really easy to create a mask but the problems are...
Top