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

    Plugin Pixel Movement

    Finding zero bugs is useful, as long as you post back here that you've found zero bugs. It seems that a lot of people seem to think this Plugin is buggy (or that there are "kinks" to work out) and are avoiding it/waiting for an updated version, I need people to actually try it for themselves...
  2. Xilefian

    Plugin Pixel Movement

    The kinks are mostly worked out now, just need people to test it out in their own projects so more kinks can be identified and fixed (if there are any). Here's the link to the current test: https://forums.rpgmakerweb.com/index.php?threads/altimit-pixel-movement-0-02α.85408/ Still need to make a...
  3. Xilefian

    Android RPG Maker MV Guide

    If it's complaining about a missing Plugin then you didn't remove the Plugin from the actual project. You need to remove the Plugin inside RPG Maker MV's Plugin manager for your project and export once more: just deleting the Plugin files won't work - this is true for any and all Plugins on...
  4. Xilefian

    Wondering where to start....

    These days I start with a design document, recently this is more for legal reasons to get my games under ownership of my company, but it helps with deciding if a game is a good idea or not - that is the first step "should I make this game?". Warren Spector of Deus Ex fame has a good checklist...
  5. Xilefian

    Android RPG Maker MV Guide

    Could you please describe the way you exported your project and copied it into the Assets folder? Be as descriptive as possible, tell us about what files you deleted, which ones you copied and where you copied them from. Tell us if you've encrypted files, where the encrypted files came from and...
  6. Xilefian

    Plugin Pixel Movement

    I've actually posted an alpha version of the Plugin over on RPG Maker Web: https://forums.rpgmakerweb.com/index.php?threads/altimit-pixel-movement-0-01%CE%B1.85408/ So you can go ahead and try it with your project now. Demo project available here...
  7. Xilefian

    Android RPG Maker MV Guide

    Well, if it needs the file and you remove it, then of course it would complain that it is missing. All issues related to file loading is handled on the RPG Maker side of things, rather than Android Studio. The missing file issue, for instance, is a problem that you have for all types of...
  8. Xilefian

    Unnamed Game - Plot Discussion

    Being able to make up a back-story on the spot is not bad writing at all; good or bad writing is mostly subjective but is fundamentally pinned on the whole picture (the whole experience). Anyway, you've just called out that many, many games have "bad writing". A lot of the Final Fantasy series...
  9. Xilefian

    Inverting Movement with Event in MV (plugin or script request)

    Ah I forgot about this thread, thanks Run for pointing out the issue. The fix can be merged into the ternary operation by adding Input.dir4 && at the start:( function() { var INVERT_SWITCH = 1; Game_Player.prototype.getInputDirection = function() { return Input.dir4 &&...
  10. Xilefian

    Plugin Pixel Movement

    Here's a progress video: Coming close to an alpha release. Need to make sure all the event movement options work, then add the action-trigger, then configure the encounter step (which is probably a little broken, I need to test it out).
  11. Xilefian

    Android RPG Maker MV Guide

    Did you double check to make sure the files exist in the www folder inside Assets? I'm still betting (hoping) that it's an issue with the export and copy, rather than the APK deployment. Having the animals.png file not get found is a little odd. If the file is definitely in the...
  12. Xilefian

    Android RPG Maker MV Guide

    I can't help with that copy error, it sounds like an issue related to your PC if an exported file could not be found (that's usually an issue related to a virus scanner). Copying directly is the best way around it, and you figured that out on your own, so well done there. 99.9999999% of missing...
  13. Xilefian

    Event Touch Trigger

    This Plugin is no longer in active development, so you may need to find another solution or a programmer who can fix the problem for you. There's a lot of variables and I spent a lot of time getting it to work with Orange Custom Events, only to have it break when OCE updated at a later date...
  14. Xilefian

    Unnamed Game - Plot Discussion

    Mega cliché, this is pretty much the backstory for 90% of all RPG Maker games. It would be a bad idea to explain all this to the player in a game's introduction. The first impression of the game would be minutes of exposition and complicated names that mean nothing, then all that information is...
  15. Xilefian

    Should I change my name?

    As the administrator of the forum, you've made yourself a brand around your username. Changing it now would be a bit strange, especially changing it to a generic common name "NecroSummoner". I think keep the more unique name of Xyphien. Usernames that begin with a "Xy" sound, have a "ph" sound...
  16. Xilefian

    Android RPG Maker MV Guide

    Version 1.0.5 is now available, along with a GitHub project page (this is now officially an open-source project). Github page: https://github.com/AltimitSystems/mv-android-client Download latest here: github.com/AltimitSystems/mv-android-client/zipball/master I'll be updating this tutorial...
  17. Xilefian

    Android RPG Maker MV Guide

    You can click update if you want, Gradle version doesn't make much difference (if anything, it can help). Can you tell me if the following files exist? android\app\src\crosswalk\java\systems\altimit\rpgmakermv\PlayerHelper.java...
  18. Xilefian

    Android RPG Maker MV Guide

    A screenshot of your Android studio with the errors would be handy (and the project tree expanded on the left to see that all the files are there). This error suggests that some files have disappeared or perhaps the wrong configuration is selected (although a missing package suggests you're...
  19. Xilefian

    No FFVI is not my fave. I think FFIX is the 2nd best in the series for game-play and...

    No FFVI is not my fave. I think FFIX is the 2nd best in the series for game-play and re-playability, considering it's a video game series I think those qualities are the most important. The ability system with its equipment system (especially with the Synthesis shop) is really very excellent...
  20. Xilefian

    Plugin Pixel Movement

    Vehicles are now complete (there'll be more stuff to do later on I expect when everything else is added). In this video I try out the idea of having different-sized vehicles. The ship is too large to fit down the stream, so the player must find the boat if they want to go down the stream and...
Top