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

    SOLVED player set password problem

    Sorry guys, It's been a little while since I've played with MV. I should have used $gameActors, so for it to work properly do this instead. // 10 is the id of the actor in the database. $gameActors.actor(10)._name EDIT: Just to elaborate, $dataActors pulls the information from the JSON files...
  2. LTN Games

    SOLVED player set password problem

    The above way should work without the plugin as well. Using "Name Input Processing" event command to change an actors name as the password then using the small script above to set the variable as the name of the actor. I've tested it without plugin so you should be good.
  3. LTN Games

    SOLVED player set password problem

    Are you using Quasi Name Input plugin? or a different input plugin? I may be able to help you out.One way this is achievable is that the Name input plugin changes the name of an actor so you could technically have an Actor slot specifically for password input, once the player has inputted a...
  4. LTN Games

    Ahhh, okay! I don't watch sports so I would have never guessed. Congrats :)

    Ahhh, okay! I don't watch sports so I would have never guessed. Congrats :)
  5. LTN Games

    What did we win?

    What did we win?
  6. LTN Games

    Name one thing that you added to your MV Project today

    So, I went into uncharted territory for the last few days and decided to go ahead and try and make tiles for my Platform Test Game, which still needs a name btw lol. Anyway, I like my results quite a bit and I'm very happy with them. I don't have them in the game yet but I do have a screenshot...
  7. LTN Games

    [Solved]Actor starting with unwanted equipment

    Make sure the class your actor is under, has it's armor type set as the armor you want. You do this in the traits box.
  8. LTN Games

    Cache/Memory Problem (Paid)

    I'd just wait until MV is updated, it will fix most if not all memory leak issues and you can save your money. They should be updating it soon, they have already implemented PixiV4, now they're just waiting for the rest of the bug reports and testing.
  9. LTN Games

    Help needed with a new RPG.

    I believe what you're looking for is an ABS(Action Battle System) where you don't transition to a separate battle scene to fight from a side view or front view angle. An action battle system is live, on the map so when an enemy roams near you on the map while walking around you can swing your...
  10. LTN Games

    I thought about that, that's what the Fruit Basket game was going to be but now that I'm working...

    I thought about that, that's what the Fruit Basket game was going to be but now that I'm working with an engine that is not MV I have not spent much time on it. I plan on releasing a few mini-games though, in the near future.
  11. LTN Games

    I sent a PM as a last resort kind of thing. Now that things seem to be getting better there is...

    I sent a PM as a last resort kind of thing. Now that things seem to be getting better there is probably not much need to try what I sent you.
  12. LTN Games

    I'm assuming you cleared your cache for this site before doing scans? Either way good thing you...

    I'm assuming you cleared your cache for this site before doing scans? Either way good thing you did the scans 5000 privacy issues is alot! If you continue to have issues let me know and I'll see if I can think of anything to help.
  13. LTN Games

    Developing project

    Are you looking for support, or sharing your project? If you're looking for support you will get a better chance of help if this topic is moved to MV Support. Just let me know and I'll move it for you. As for the issues at hand, the music lag/delay is actually an MV bug, most of it happens...
  14. LTN Games

    StatusGearEntertainment's Art Gallery

    Okay everyone, you all had something to say and SGE had made an apology, I will be locking this topic as there is no need for any more publicity, arguing and proving points it is now up to the staff to deal with the rest and privately speak with the members about everything. Bizarre Monkey, stop...
  15. LTN Games

    Name one thing that you added to your MV Project today

    I love the MV Tan faceset, I seen all the expression you made when you shared them on discord, so awesome. Ughhh today I did more optimizations with the physics, it's almost good enough, a few more tweaks and I'll be able to move on but can it ever be tiresome constantly tweaking the code to...
  16. LTN Games

    window BG

    That's really easy, you can just create a sprite within your window class then add it as a child and set the opacity of the window to 0. Window_Class.prototype.createBackground = function() { this._background = new Sprite(); this._background.bitmap =...
  17. LTN Games

    Adding...Friends?

    I do like this idea but as it currently stands there are no plugins for the community that allow friends to be added. There is one but it's outdated and has a ton of issues with it and even though the developer said they will be working on updating their friends plugin, it's been over a year...
  18. LTN Games

    Name one thing that you added to your MV Project today

    For a little while I was worried it was my code effecting firefox somehow, I was going to pack the game with a "Only Works In Chrome" headline lol It's good to know it's firefox and not my code specifically. Thanks for the link to Avant Browser, I'm downloading right now and I expect it to be an...
  19. LTN Games

    Name one thing that you added to your MV Project today

    Thanks, it was never my intention to make it fun, I just wanted to whip something together real quick so I can get my hands dirty lol. Though I may make this a project to really focus on and make it even more fun than what you see now. You are pumping out some really nice tiles my friend, I...
  20. LTN Games

    [SOLVED] Grid drawing

    If I recall correctly(it's been awhile) but I'm pretty sure the Game_Interperter is what handles script calls and plugin commands so essentially you could do this instead of declaring the variable beforehand. I've never tested it but it would save you an extra line of code for each call...
Top