RPGM Completed The Incredible Steal [Epilogue] [SollarMeow]

4.10 star(s) 28 Votes

macho7man

Newbie
Apr 5, 2023
43
45
86
The epilogue's animation while definitely worked out well does not beat the old one honestly. Its more cartoonish. I liked the old animation better. Helen looked a lot more mature and hotter, perfect as a mother of two kids.
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,745
15,241
864
I had this on watch for years, intending to give it a go once it gets vaginal sex tag lol.
 

Taboofan

Active Member
Jan 31, 2019
623
578
258
So is this going to be it? Or the start of a continuation? Because I felt it was quite... underwhelming. The whole different angle thing is meh, the fact you had to watch through the scene with Violet instead of having the chance to avoid it is again annoying. The way it ends is very meh.

Maybe make two games? One following Violet and her corruption, the other Elastigirl. Where there is some actual player interaction.
 

avecaesar99

Newbie
Jan 23, 2021
84
59
85
Regarding the constant video freezes, I remember playing a similar game on this engine with this problem, stole the solution from there and it worked!

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:
 
4.10 star(s) 28 Votes