Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Movie Script, Sound Spawns Script
anime4mage
post Apr 9 2008, 03:07 PM
Post #1


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




update 4/18/08

This Script Can be found here
http://www.rpgrevolution.com/forums/?showtopic=11987

Because - Originaly made for RMXP

but Works good for RMVX.(because of work arounds)

All thanks to Sound Spawn.

This post has been edited by kaz: Sep 1 2012, 06:33 AM
Attached File(s)
Attached File  Movie_Script.html ( 25.71K ) Number of downloads: 607
 


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
prinsu kun
post Apr 10 2008, 12:10 AM
Post #2


Level 9
Group Icon

Group: Revolutionary
Posts: 138
Type: Artist
RM Skill: Skilled




MAN I LIKE YOU
YOU SAVE ME I WAS LOOKING FORWARD TO MAKE OPENING FOR MY GAME ^0^


__________________________


Montada Game Makers The Grand Ninja Contest :


could you create your own ninja game using gamemaker ?
you might win 500 riyals
Go to the top of the page
 
+Quote Post
   
anime4mage
post Apr 13 2008, 02:04 PM
Post #3


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




no prob.

but all praise is dedicated to Sound Spawn.

and he has mysteriously disappeared, can't let a good script disappear too.

if anyone knows where sound spawn is, thank him.

#just a note: there has been some people who have said it is by other author's other than sound spawn.#
#Maby Sound Spawn had a team who knows, All I Know is I can't find him; so perhaps pray that his soul is still on earth that is all.#

This post has been edited by anime4mage: May 23 2008, 08:17 AM


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
anime4mage
post Apr 16 2008, 09:59 AM
Post #4


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




Currently I am looking on how to close the active movie window without acctually loading an audio file(alt+F4).
or
I am looking on how the Active movie window loads the videos so the popup window doesn't appear(this would probably help fullscreen issues)

-anybody who knows how to do this can PM me-

There are alot of issue's with fullscreen.

So far this work's really well with 'RMVX'


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
anime4mage
post Apr 18 2008, 02:01 PM
Post #5


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




Update 4/18/08

Completed RMVX RMXP Movie Script

Release is fully compatible with RMVX RMXP #but still has issues with Fullscreen.

-Special Thanks to ERZENGEL for [alt+F4] script-
Without it movies would load differently. #still is a crude way to load video but works.

---------------------------------------------------------------------------------------------------

Whooo!

I finally did it! I made some work around for the movie script and made it able to play video.
The script was from sound spawn [who mysteriously disappeared] and left an ineffective script.
I just made work around to the script to play effectively.
ERZENGEL gave me an (alt+F4) script to close windows; with out it movie would appear blank. #Thank YOU!#

Loading the movie may be a crude work around, but it WORKS! #just that fullscreen mode doesn't work#

Thank you everyone, if you supported me.

#now it depends if I continue work on this script, but I need to do this cause for me it would come in handy.#

This post has been edited by anime4mage: Apr 18 2008, 02:10 PM


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
anime4mage
post Apr 23 2008, 08:01 AM
Post #6


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




just a little bump and update.

added some recommeded codecs to recode video.

and reposted the script download.


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
mindedpuppet
post May 22 2008, 10:42 PM
Post #7


Level 3
Group Icon

Group: Member
Posts: 30
Type: Writer
RM Skill: Skilled




ya, ive been trying to get this to work and its making no sense what so ever, i mean the first part does, with making the new section, Scene_Movie. but where do i add the other script parts?
Go to the top of the page
 
+Quote Post
   
anime4mage
post May 23 2008, 08:08 AM
Post #8


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




The main (long) code goes in the Script editor onto Scene_Movie #if your using RMXP you need to remove '#' where it says remove in code

for introdution movie you mod the Main in 'Script editor'

and to call you use 'Call Script' when adding an Event.

#oh yeah I forgot I need to update the txt file to, later I might make a pic tutorial. and planing on making a color coded file for easy reading#
go here http://www.rpgrevolution.com/forums/?showtopic=11987 since the forum been updated, -not txt-.

This post has been edited by anime4mage: May 23 2008, 08:11 AM


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
mindedpuppet
post May 23 2008, 07:06 PM
Post #9


Level 3
Group Icon

Group: Member
Posts: 30
Type: Writer
RM Skill: Skilled




lol, im such a noob, ok im looking at the def main part of the code and what am i supposed to mod? i see a part that says "('Game','Title','',game_name,255,".\\Game.ini")" do i add info in there, such as game name, and such or what? basically what do i mod? lol, if you could post like a picture with a circled area of code on where i modify it that would be awesome, cuz atm im a mediocure programmer. just started to learn C++.
Go to the top of the page
 
+Quote Post
   
mindedpuppet
post May 23 2008, 07:26 PM
Post #10


Level 3
Group Icon

Group: Member
Posts: 30
Type: Writer
RM Skill: Skilled




ok, i managed to mess around with it more and ive got the call function to work, i can now pop up the movie window. now how do i put the movie in it. lol. and how do i make it exit after the movie is over?

and another quick question... does the movie and sound have to be in two different file or does the player play the sound from a single mpg/wmv file?

This post has been edited by mindedpuppet: May 23 2008, 07:29 PM
Go to the top of the page
 
+Quote Post
   
mindedpuppet
post May 24 2008, 11:51 AM
Post #11


Level 3
Group Icon

Group: Member
Posts: 30
Type: Writer
RM Skill: Skilled




yay, i got it to work, kinda the video now plays, but not in the new window that pops up but in the game window its self. how do i fix that or how do i change the size of the window for the movie?

This post has been edited by mindedpuppet: May 24 2008, 11:59 AM
Go to the top of the page
 
+Quote Post
   
C7Edition
post May 24 2008, 12:19 PM
Post #12


Eight-Oh-Seven
Group Icon

Group: Revolutionary
Posts: 808
Type: None
RM Skill: Undisclosed




amazing maybe hes on another forum he must hire a search team biggrin.gif

anyways awesome script
Go to the top of the page
 
+Quote Post
   
anime4mage
post May 27 2008, 07:46 AM
Post #13


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




update, Ok put in some examples put in color coded HTML file no more TXT


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
anime4mage
post May 29 2008, 09:14 AM
Post #14


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




QUOTE (mindedpuppet @ May 24 2008, 01:05 PM) *
yay, i got it to work, kinda the video now plays, but not in the new window that pops up but in the game window its self. how do i fix that or how do i change the size of the window for the movie?


to resize the movie use Grapics.resize(width,height) berfore script and after to set it back. or use resize script
But I recomend using a video converter to resize the file to get the movie to fill in.

This post has been edited by anime4mage: May 29 2008, 09:15 AM


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   
WHYSOSERIOUS?
post May 29 2008, 05:56 PM
Post #15



Group Icon

Group: Member
Posts: 4
Type: None
RM Skill: Undisclosed




So you can put the movie file before the actual title screen , right?
Go to the top of the page
 
+Quote Post
   
anime4mage
post May 30 2008, 10:18 AM
Post #16


Level 5
Group Icon

Group: Member
Posts: 60
Type: Event Designer
RM Skill: Skilled




QUOTE (WHYSOSERIOUS? @ May 29 2008, 07:10 PM) *
So you can put the movie file before the actual title screen , right?

yes


__________________________
http://www.animemage.org<< My website (^^)
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th June 2013 - 10:56 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker