- Joined
- Jul 1, 2021
- Messages
- 7
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMZ
Is there a way for the video to play audio too?
There are PlaceVideoPlayerBeforePictures and PlaceVideoPlayerAfterPictures plugin commands for changing video and image layer, have you tried them? You can also try changing the order of the plugins.Hi DK,
I am trying to implement your plugin ability to change video playback speed by pressing a picture. However, when I tried to use a ButtonPicture plugin, the pictures did not show on top of the video. I then tried a hUD display of the video controls (i.e. faster, slower) controlled with coordinates of where the mouse was pressed but that did not seem to work. Any ideas?
I did try both of those previously with no luck. I guess my main problem is I want to have it loop but only continue to loop if a variable has a certain value. Otherwise, I want to replace the video with anotherThere are PlaceVideoPlayerBeforePictures and PlaceVideoPlayerAfterPictures plugin commands for changing video and image layer, have you tried them? You can also try changing the order of the plugins.
Thanks a lot.Hi DK,
I'm using your plugin for the intro (pre-title video) and title video and I'm very satisfied with it. Thank you a lot. Before I publish my game I'll buy a commercial licence for the plugin, and its absolutely worth the money
Only one thing I wish to change: the title video starts with a fade from black.
I want to start it directly, so that after the intro video theres a nearly seamless cut to the title video. I've searched the js file to change this, but until now I could not find what to change in detail.
Can you help me with what line to change for an instant title video instead of the fade from black?
The videos here are just unfinished placeholders, but you can see the problem^^
I want a clean cut from the intro to the title video without the black in between
View attachment 255799
I will try in the next updateHello. Is there a way to make the parallax video to fix on the map instead of moving around along with the player?
i haven't tested the plugin on new versions of nwjs which are newer than rpg makerGreat plugin, but after you update nw js( I tried 0.49.2), when playing video, game glitches a lot (lags up to 8-15 fps)
I tested the plugin and there's 2 game breaking bugs that kind of make the plugin unuseable. it works in the editor, but when I deploy the project to windows, it says "file does not exist". I can find and play my video if I use "play movie" built within rpg maker, and it can find it easily. It can also find and play it within the editor, but it can't do it if you deploy it to windows.
When I deployed the test project to web, it can find the videos just fine, but now there's about a 30% chance that it will only play the audio and not the video at all. It will just be a black screen. Besides the 1st video that uses "LoadVideo 1 introScene1" and "PlayVideo 1 true false", I play the videos by doing
ReplaceVideo 1 introScene2 true false to play the next video and make it loop.
I use webm videos and rpg maker mv. I really like the plugin, but I don't want to risk a 30% chance that the video doesn't play and just black screens. Could you please fix it
Coming soon new version with various fixesI tested the plugin and there's 2 game breaking bugs that kind of make the plugin unuseable. it works in the editor, but when I deploy the project to windows, it says "file does not exist". I can find and play my video if I use "play movie" built within rpg maker, and it can find it easily. It can also find and play it within the editor, but it can't do it if you deploy it to windows.
When I deployed the test project to web, it can find the videos just fine, but now there's about a 30% chance that it will only play the audio and not the video at all. It will just be a black screen. Besides the 1st video that uses "LoadVideo 1 introScene1" and "PlayVideo 1 true false", I play the videos by doing
ReplaceVideo 1 introScene2 true false to play the next video and make it loop.
I use webm videos and rpg maker mv. I really like the plugin, but I don't want to risk a 30% chance that the video doesn't play and just black screens. Could you please fix it
Sorry for the late reply, I'm trying to research the issue, is it possible to get a minimal demo ? you can send it in personal messages.I checked the web deployment version and it still does the black screen video. As you can see in the link, the top event plays a yellow video and the bottom event I click on plays a dog video. They will both randomly pick whether they play the video or play the audio with a black screen. I checked with both the replacevideo method and the load video method and they both have this problem
https://gyazo.com/171d9d09f03a4dfdb20919ac2381d0b9
This is a empty project besides the dk video player plugin