Oct 18, 2020
353
254
I always say, knock out the game first, finish the scenes later... leave placeholders in spots first. That way, if you decide you starting to feel like you can't keep up with the game and the art demands, you can pass it over to someone else to finish... or get support from the community to provide content for the game to knock it out. Plenty of various options.
 

Xx_Void_xX

Newbie
Jan 21, 2024
61
36
I always say, knock out the game first, finish the scenes later... leave placeholders in spots first. That way, if you decide you starting to feel like you can't keep up with the game and the art demands, you can pass it over to someone else to finish... or get support from the community to provide content for the game to knock it out. Plenty of various options.
this is true, lots of games do that in the adult games. The community can only technically help with art content, but as we know, Ani uses koikatsu party and has specific characters used with specific scenes animated in a specific way at a specific speed looped in a specific way...you get the idea, while it can work, the only thing that can really be done to speed up things is just place holders, but even then it might not be efficient in the case of RPG maker.
 
  • Like
Reactions: ashkatchemall25

Hasbell

New Member
Oct 10, 2024
3
0
there something that always worked for me, this works all the time. I think the dev should just insert this line in the main code anyway since, either it does the work of unfreezing animations or it doesn't do anything and nothing bad happens really.


troubleshooting:
+ if videos are not playing, then edit pixi,js (inside www/js/libs/) with the following

video.setAttribute('preload', 'auto');

add the line below var video = document.createElement('video');
source:
Could you send the file to copy and paste? I don't know how to edit it.
 

Flugelbozz

Member
Nov 12, 2018
413
384
Could you send the file to copy and paste? I don't know how to edit it.
Contains fixes for the following issues

- black box / warped icons bug fix for Android when using Joiplay / Maldives player: author -> [g f y] on joiplay discord
- videos failing to load / freezing / black screen during videos

I recommend someone with access to the dev to forward these fixes so we dont have to manually apply them every time

How to use
1. Extract zip
2. Merge www folder with your www folder
3. Overwrite rpg_core.js and pixi.js
4. Profit

On Maldives player, disable NPOT options
On Joiplay, disable downscale large bitmaps

Someone report this post so a mod can add this to OP
EDIT: good job guys, it's in the OP now
 
Last edited:
Oct 18, 2020
353
254
Folks forget sometimes when things come up. Sometimes I wonder if developers are able to share their game files to allow others to continue their work if they want..?
 
4.10 star(s) 26 Votes