Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

VasantJ

12
Posts
2
Topics
154
Followers
A member registered Feb 12, 2017 · View creator page →

Creator of

Recent community posts

So the Cache is not clearing out for the video played using the Plugin even if I call the clearReserveVideo

If this keeps stacking up, eventually the Game will crash.

Ok, I called it after and it fixed it. I think I was misunderstood by the demo since it called Modify first and then played the video.

BUT ALSO, THE CACHE IS NOT CLEARING OUT. Each instance being played stacks on one another eventually filling the RAM.

Ok, I called it after and it fixed it. I think I was misunderstood by the demo since it called Modify first and then played the video.

BUT ALSO, THE CACHE IS NOT CLEARING OUT. Each instance being played stacks on one another eventually filling the RAM.

Before.

I don't understand. Can you give me the Script command for it using the reference given above? I just want to play the video below the TextBox, Text, Portraits, and choices.

Also, I noticed something else. The Cache is not clearing despite the Script Command:

SceneManager.clearReserveVideos()

Everytime the video is played,  more RAM is used. Eventually, it will crash if it keeps consuming RAM.

For r, I used true.

For below, I used true.

For  below_object, I left it blank.

Here's the Modify Script Command:

SceneManager.modifyVideo(1, 0, 0, 720, 1296, 1, true, true)


Here's the Script Command to play the video:

SceneManager.startVideo('Trial', false, 1, 0, 0, 1296, 720)


What am I doing wrong?

I am working on a Horror Game with an Animated BG video as a parallax to give a creepy vibe.

So, I just bought this for RMMV but I am having trouble playing the video with the textbox and portrait in front of it. Can you give me the Script Command for playing a 1296*720 video (Trial.webm) with no transparency and looping on? (I bought it with my other account Blen***_Rena*******)

https://synrec.itch.io/rpg-maker-mvmz-video-player

This is the plugin I am talking about.

I am working on a Horror Game with an Animated BG video as a parallax to give a creepy vibe.

So, I just bought this for RMMV but I am having trouble playing the video with the textbox and portrait in front of it. Can you give me the Script Command for playing a 1296*720 video (Trial.webm) with no transparency and looping on?

(I bought it with my other account Blen***_Rena*******)

Hi, Updated with the Fixed version 1.0.1. Check it now.