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. Essy

    MVHTTP 1.0

    Essy submitted a new resource: MVHTTP 1.0 - Simple HTTP Requests for MV Read more about this resource...
  2. Essy

    RPG Maker MVHTTP 1.0 2017-11-24

    It's a simple little plugin for making HTTP requests and communicating with servers. The target host is configurable and you only need to worry about the server's handles. Both synchronous and asynchronous get/post requests are covered and any data you're sending it automatically packed for the...
  3. Essy

    MVDB 1.11 Internal Database Solution

    Essy submitted a new resource: MVDB 1.1 Internal Database Solution - An internal database for your games/plugins... Read more about this resource...
  4. Essy

    RPG Maker MVDB 1.11 Internal Database Solution 2017-11-24

    Simply put, this is a plugin that allows you to create databases that can have varying lifetimes. They can be alive as long as your save data or they can be alive as long as it is open. Additionally a simple interface is provided to interact with localStorage in order to store values that can...
  5. Essy

    Endings in which the party loses

    Sorry for weighing in late old friend, but imo... Doing it through the battle itself may feel very frustrating to the player. From a narrative standpoint it's fine for the party to lose and even for them all to die, but you mustn't forget that there should be hope in memento mori. Their deaths...
  6. Essy

    Dating Website for Gamers, Anime Lovers, and more. Who would be interested in that?

    Don't you have other websites to work on too? :U The gender thing shouldn't be too much of an issue. It can always be extended later pretty easily. If it's purely aesthetic you could even just use an extra field 'identification' /= "" to prepend "Biological " to "Gender", and the identification...
  7. Essy

    Are Random Encounters Good For Games

    I tend to use ABSs these days.... That said I did play around with transferring the player to a random encounter. Felt a little obnoxious to me. If I were to do turn based combat again then my go to would probably be along the lines of running into enemies on the field, such as in the Tales series.
  8. Essy

    Randomly Generated Worlds & Connecting with friends

    If you use a server and not just peer to peer the server is typically independent from the device. You should still be able to use sockets and socket services from android, their current browsers have a lot of js support.
  9. Essy

    Randomly Generated Worlds & Connecting with friends

    Yes, MV uses Javascript. Through AJAX it can communicate with any server platform, you just need a good way of representing shared state. I was actually working on a framework for this but ended up getting pulled into a startup; so I haven't been working on it. I would advise against the random...
  10. Essy

    Plugin SunMoon Networking System

    At the moment its a client server so that may be the obvious usage. But a client server can also be used to check for patching/updating and the connections could even be optional such as in Dark Souls. RPG Maker requires less information than most engines(atleast initially) so a clever Client...
  11. Essy

    HTML?

    Actually it is entirely possible. But working with the DOM in MV can be tricky and not recommended if you are only going to use it as an executable. Testing would also become difficult as depending on your browser you would have to host the project to see the changes. Think of the 'executable'...
  12. Essy

    And suddenly my startup started to get me really busy, so work on the networking plugin is gonna...

    And suddenly my startup started to get me really busy, so work on the networking plugin is gonna slow down.
  13. Essy

    Plugin SunMoon Networking System

    Very Early in the works; this is a simple and easy to use Client Server oriented Networking system. It will be entirely free for anyone to use it as per the terms of the MIT license. The progress on the project can be followed on my github here. There will be some dependencies for it to run...
  14. Essy

    What education do you have/what education are you getting?

    Pursuing Bachelors of Computer Science, almost done. Been part of a few startups and helping with another over the summer. There's also plenty of Judo, Kendo, and Karate experience if that counts.
  15. Essy

    What's in a name? (Character names, that is)

    Plot important characters tend to have symbolic or ironic names. Irony for characters that will be meant to have a bit of mystery to them. For example Trinette, a name that means 'Innocence' was used for a traitor. I tend to hand pick from a specific culture though for consistency. In mu...
  16. Essy

    Why aren't there more map battle systems?

    Basically, the convergent and divergent one is a bit of an over generalization for 'left and right brained people.' But the point comes down to that a single individual is usually not diverse enough to make something suitable for all audiences. When push comes to shove I can sprite, though not...
  17. Essy

    Why aren't there more map battle systems?

    I haven't talked with Reives in years. :U Not since my XP days. You reminded me that I should get around to playing Quintessence sometime. There are two types of development: Convergent and Divergent. Individuals are usually oriented towards one though the opposite can be learned. Convergent...
  18. Essy

    Essy's Intelligent AI Demo {Pre-Development}

    Haha, I've been gone a bit but time to answer questions. @MinisterJay , Been busy with misc. projects clearing up my schedule by getting ahead so development actually started this week. My current deadline is to complete a unit tested implementation of Minimax with Alpha Beta Pruning and...
  19. Essy

    Essy's Intelligent AI Demo {Pre-Development}

    So this post wont be so formal as it's less of a product to sell as a concept. For my AI class I had to decide on an independent project based on my relevant domain. As a game designer I figured I should focus on a game environment. So using RPG Maker and Pearl ABS I will be developing...
  20. Essy

    Name one thing that you added to your MV Project today

    Added Extra Potassium to my Banana. I think everyone will find it apeeling.
Top