- Pokémon Essentials Version
- v21.1 ✅
Do you wanna take cool pictures of you and your party during your journey? Well, now you can! With this Plugin you will be able to set up awesome scenes of your Player and their Party!
SETUP
First, you'll need to install the Plugin and it's dependencies, for this plugin you're required to have:
NoNoNever's Port of Following Pokémon EX
(Originally made for v20 by Golisopod User)
Marin's Scripting Utilities
(Made for v20, but it works on v21!)
After installing all three plugins, you'll have to download the overworld graphics for all Pokémon, I believe you can find all overworld sprites here.
Now, to the interesting part!
First, you'll need to install the Plugin and it's dependencies, for this plugin you're required to have:
NoNoNever's Port of Following Pokémon EX
(Originally made for v20 by Golisopod User)
Marin's Scripting Utilities
(Made for v20, but it works on v21!)
After installing all three plugins, you'll have to download the overworld graphics for all Pokémon, I believe you can find all overworld sprites here.
Now, to the interesting part!
Part 1: Setting up a scene
First we need a beautiful map to take a picture, right? Well, let's make one then!
While making the map remember to also make a spot for the player and their pokémon.
This will be my map! It has this interesting rock to give our photos a bit more personality.
First we need a beautiful map to take a picture, right? Well, let's make one then!
While making the map remember to also make a spot for the player and their pokémon.
This will be my map! It has this interesting rock to give our photos a bit more personality.
Part 2: Setting Events and Choosing the Pokémon location
Now, this is very important so pay attention, you will make 6 events and position them in the map, you want to position the first event near where the player will eventually be positioned, otherwise if your party only has 1 member the Pokémon might be too far from the Player.
That's how I positioned my Pokémon:
if you want you can follow the way I did, but you can do it in any way you want as well!
Now, this is very important so pay attention, you will make 6 events and position them in the map, you want to position the first event near where the player will eventually be positioned, otherwise if your party only has 1 member the Pokémon might be too far from the Player.
That's how I positioned my Pokémon:
if you want you can follow the way I did, but you can do it in any way you want as well!
Part 3: Calling the Script!
Now the last thing you have to do is call
the id parameters are the id of the events you made to position the Pokémon so pay attention when executing this step, ok?
The true or false value determines if NPCs should stay on screen or if they should disappear when taking the picture.
This will automatically execute the scene to take the pictures, if you want, you can be more creative and set up an event similar to XY where a guy appears to take the picture to you, imagination is the limit so go wild with this.
Don't forget to run a Change Screen Tone command after the script (it doesn't run automatically in case you wanna change something after the script ends)
Now the last thing you have to do is call
PartyPicture.new(id1, id2, id3, id4, id5, id6, true or false)
the id parameters are the id of the events you made to position the Pokémon so pay attention when executing this step, ok?
The true or false value determines if NPCs should stay on screen or if they should disappear when taking the picture.
This will automatically execute the scene to take the pictures, if you want, you can be more creative and set up an event similar to XY where a guy appears to take the picture to you, imagination is the limit so go wild with this.
Don't forget to run a Change Screen Tone command after the script (it doesn't run automatically in case you wanna change something after the script ends)
Footage
Current Limitations
This is a section of the post to detail all the current limitations or bugs of the script, if you intend to use it be aware of these:
Currently all events have to face down (Might work on that for a new update)
This is a section of the post to detail all the current limitations or bugs of the script, if you intend to use it be aware of these:
Currently all events have to face down (Might work on that for a new update)
- Credits
- RiqueRique
Marin
GolisopodUser
NoNoNever