• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

[Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

Status
Not open for further replies.
Okay then, so I would have to set it up as a cave encounter, I was going to use that but i wanted to make sure that there may have been another way, guess not. Thanks Axibar.
 
Is there any way in which I can edit the beginning of the game so I can have an animation in there like other games do?
 
You would need to edit Pic_1 into an animation I think.

By the way Pic_1 is in the graphics folder under titles
 
I finally figured out how to implement the night and day system, and I'm very happy with it.
I think the one flaw in it is that at night, things become very harsh-looking. I think it would look better at a softer tone, but that's just me.
I'm also curious if there is a way of making tiles change to suit the time of day, such as windows.

Thank you for continuing to work on this. It's really quite amazing.

There is a way to do that. You can just make a timed based event (On the Left Side of the window check the switch box and then make the box say: s:Time.now.hour>=6&&Time.now.hour<20 is ON)

Just set the Event's graphic to a lighted window and your good to go ;)

(That was just an example, you can change the time)
 
I know, but I don't think the game accepts .GIFs.
Hmmm you're right it doesn't maybe you should save all of the frames for your .GIF and then edit the script so it will show all of the frames before Pic_1 and Pic_2.I hope I could help.
 
There is a way to do that. You can just make a timed based event (On the Left Side of the window check the switch box and then make the box say: s:Time.now.hour>=6&&Time.now.hour<20 is ON)

Just set the Event's graphic to a lighted window and your good to go ;)

(That was just an example, you can change the time)

Thanks! It works... The only problem is that it darkens my windows too... so they don't really appear lit. XD Any advice on how to solve this minor problemo?
 
I know, but I don't think the game accepts .GIFs.

Use .AVI, rather than .GIF's. There is an inbuilt movie playing script if I recall correctly...

There are instructions in one of the scripts... scene_movie?
 
Last edited:
Anyone know how can I delete the day/night system??
 
Poccil please help me with my problem.


undefined method `name' for nil:NilClass
Game_Map:15 in `name'
PokemonField:451:in `pbOnMapSceneChange'
PokemonMap:265:in `setSceneChanged'
Scene_Map:27:in `createSpritesets'
Scene_Map:58:in `main'
Main:39
 
I mean, how do I edit the script so it shows more than Pic_1 and Pic_2 at the beginning?

I want it to go Pic_1, Pic_2, Pic_3, Pic_4, Pic_5 etc.
 
You would edit I think scene intro but like Nytewolf said just use cam recorder and make the video show in the begining.
 
Might sound a little noobish, but how do I edit the introduction? I'm still not very good with this XD.
 
Status
Not open for further replies.
Back
Top