• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pokemon Essentials Movies

nmorr

Takin a brake. -_-
214
Posts
14
Years
I know I should post this in the actual thread, but there are to much posts there. So here I go,

I use the script to play a movie,

$scene = Scene_Movie.new("Pokémon Battle Revolution - Vs. Pamizard")

and nothing happens. The event just ends, please help! I really need this.

EDIT: Extra info: It's an MPEG-4 Movie file.
 

Cilerba

the hearts of lonely people
1,162
Posts
14
Years
I am pretty sure that the file needs to be ".avi" not 100% sure though.

And you don't need to have "$scene = "
 

thepsynergist

Vinemon: Sauce Edition Programmer and Composer
795
Posts
15
Years
Can't you add a handler in the script to support mp4's if you include a .dll file in the game folder? I'm sure that would require a fair bit of scripting knowledge. Maybe someone can help you that's good with that sort of thing. Or to make it easier, just convert your mp4 to avi. There are several good free apps to do that. Google them and see what you find.
 

nmorr

Takin a brake. -_-
214
Posts
14
Years
Okay, I'll try it....okay, I converted it and all that, but nothing is happening! I don't get it! I also imported an vid. from pokemon indigo league to see if it was just the file. But nope! that didn't work either!
 

Cilerba

the hearts of lonely people
1,162
Posts
14
Years
Okay, I'll try it....okay, I converted it and all that, but nothing is happening! I don't get it! I also imported an vid. from pokemon indigo league to see if it was just the file. But nope! that didn't work either!


Did you remove the '$scene =' ?
 

Cilerba

the hearts of lonely people
1,162
Posts
14
Years
Did you make a new folder called Movies? (example: pokestarter/movies)
And my mistake, you do need $scene >_>
 

nmorr

Takin a brake. -_-
214
Posts
14
Years
Did you make a new folder called Movies? (example: pokestarter/movies)
And my mistake, you do need $scene >_>

Yeah, I did. I copied and pasted the file name and stuff. There's no reason it shouldn't work.
 

thepsynergist

Vinemon: Sauce Edition Programmer and Composer
795
Posts
15
Years
Use this syntax, with the name of the movie inplace of intro, obviously.

$scene = Scene_Movie.new("INTRO")

Also, you'll need the Scene_Movie script section in your script database.
 

nmorr

Takin a brake. -_-
214
Posts
14
Years
Use this syntax, with the name of the movie inplace of intro, obviously.

$scene = Scene_Movie.new("INTRO")

Also, you'll need the Scene_Movie script section in your script database.

I already did that, as you should see at my first post and others.
 

thepsynergist

Vinemon: Sauce Edition Programmer and Composer
795
Posts
15
Years
Try this script, its from an older version of Pokemon Essentials.

Spoiler:
 

thepsynergist

Vinemon: Sauce Edition Programmer and Composer
795
Posts
15
Years
Strange, it works for me, maybe its because I'm using an older version of Pokemon Essentials...Oh well, I can't figure out your problem, I hope someone else figures it out for you.
 
Back
Top