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

    Android RPG Maker MV Guide

    Thanks for keep working on this! Just curious, I saw that you have been updating quite a bit. But I did not find a detailed change log. Was this quota problem solved in recent update? https://rpgmakermv.co/threads/quota-exceeded-error-for-android-deployment.8305/#post-47273
  2. D

    Running out of Plugin Ideas

    I think a nice touchpad plugin for mobile will be nice. The default touch control in MV can be hard to use for menu if playing on small screens. There are a few plugins to add buttons on screen, but most of them only show in map. One can be used in menu but it does not turn off the default touch...
  3. D

    [General] Mouse Problem in Test and Deployed Game

    it sounds more like a hardware issue. I used to have a joystick that keeps clicking/moving in RM. If I disconnect the joystick everything is back to normal. The joystick creates problem to some other games too. Do you have some external controllers on your PC?
  4. D

    Can NPCs fight each other when not in battle mode

    try to create a short animation with a few sprites. Use that as char sprites and turn on stepping animation. For example, if you loop animation of the default map sprites of NPC (also fix the direction), they will be stepping at the same place. Switch the stepping animation to fighting animation...
  5. D

    How do i make my Custom 32x48 Sprite work?

    I don't really understand what you are trying to do. Many of the images are array of sprites. If you need bigger size just scale everything up. For example the default char is 12*8 array. If you need to do 32*48 instead of 32*32, you have to make the image height 48*8 instead of 32*8.
  6. D

    RPG Maker MV: Android update deletes savegames!

    I did not use googleplay and just release the whole apk for players. As long as I don't uninstall the app I don't lose save.
  7. D

    quota exceeded error for android deployment

    I released the pc version of my game first. Many players have save files from pc and they want to copy to android version. Also some people want to use other people's save, or use cheats by editing save. I see how putting save in internal storage protects game but I don't need that because it is...
  8. D

    quota exceeded error for android deployment

    that sounds very promising, thanks. So I assume the save files will be accessible to players without rooting? I see many other apps have such folders. I had many players complaining that they want to copy their save from pc version but cannot get to the save folder on Android. For the lagging...
  9. D

    quota exceeded error for android deployment

    thanks for the reply. I indeed used your template and built apk in latest android studio. it is the best method i have seen and thanks again for that. do you mean making a mv plugin to save to external storage? i am quite naive to the hard core of the code but i was told by my friend that the...
  10. D

    quota exceeded error for android deployment

    I have players telling me that when they play my android game they sometimes got this error when they have large numbers of save files: QuotaExceededError Failed to execute 'setItem' on 'Storage': Setting the value of "RPG File 1' exceeded the quota. I allowed the user to save 99 files. They...
  11. D

    Android RPG Maker MV Guide

    it is not this issue, I did change the version number. The system recognizes it is an update, but the install will fail saying there is a conflict. "app not installed. the package conflicts with an existing package by the same name" Is there some change in file structure, etc? The previous build...
  12. D

    Android RPG Maker MV Guide

    thanks for updating this for the new android studio 3.0 I used your previous tutorial to pack RMMV game. When I use the new template under android studio 3.0. I got a problem when trying to update the app on my tablet (with a build from android studio 2.3 with the previous template version 104 I...
  13. D

    Android RPG Maker MV Guide

    There were 1-2 plays (not sure how widespread it was) who told me they had errors upon loading the game (type error of undefined stuff). After I asked them to upgrad the OS to android 7.x they told me the game now can be ran. So not sure if there were some compatibility issues there. It is just...
  14. D

    Android RPG Maker MV Guide

    I also heard complaints from players with lower builds of android. Looks like 6.x higher might be more stable. I am just curious, is there any setting in Android Studio that can affect compatibility? such as library depository, build tools version, etc.
  15. D

    Android RPG Maker MV Guide

    this is awesome! thanks a lot for the template project. I tried it once before and had no clue how to start from scratch. Now it is much easier to pack apk :))) Also webview seems smoother than crosswalk on my asus zenpad3s 10 tablet also for anyone who would like to use non-english char for...
Top