• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Cyndy, May, Hero (Conquest), or Wes - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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 Birthsigns

I've added the necessary code to my scripts for your stuff to work properly (with or without, it checks if your needed methods/modules exist). They still need your animation file and spritesheet for it though.
Very cool, thanks.
 
Also, change your instructions for adding the animation. Exit RMXP first before replacing the file, otherwise you'll just save over it with the old file before you close.

Oh I see. Changing it now.
 
ok so i had this working with family tree and now after a reset i cant get the birthsign icon to show in the family tree screen and now i get a crash
Spoiler:
 
ok so i had this working with family tree and now after a reset i cant get the birthsign icon to show in the family tree screen and now i get a crash
Spoiler:

The coding for that has been changed. Just add
Code:
#===========================================================================
    # Birthsigns - Zodiac Token
    #===========================================================================
    if !(@pokemon.isShadow? rescue false)
      zodiactoken=pbDisplaySummaryToken
      imagepos.push([zodiactoken,150,260,0,0,-1,-1])
    end
    #===========================================================================
Into the Family Tree script, replacing the old coding you had there to display birthsign tokens.
~
 
Hi! I've been using your script and it's working fine so far! The only problema is that when I check a pokemon's summary, even if it has a birthsign, the birthsign image shows, but that page on the summary doesn't... Any tips?
 
Hi! I've been using your script and it's working fine so far! The only problema is that when I check a pokemon's summary, even if it has a birthsign, the birthsign image shows, but that page on the summary doesn't... Any tips?
Thats odd. By "birthsign image" do you mean the token icons on each page, or the actual birthsign page accessed on page 2? And have you made any custom changes to your Summary script or the Birthsign script itself? And what do you mean exactly when you say the page doesnt show? Is there anything in particular that isnt displayed (text, images, backgrounds, etc)? Link some screenshots to give me a better idea what you mean.
 
Last edited:
Thats odd. By "birthsign image" do you mean the token icons on each page, or the actual birthsign page accessed on page 2? And have you made any custom changes to your Summary script or the Birthsign script itself? And what do you mean exactly when you say the page doesnt show? Is there anything in particular that isnt displayed (text, images, backgrounds, etc)? Link some screenshots to give me a better idea what you mean.
No, I don't think i have made any changes to the Summary script, but when i check it, there is absolutely no reference to Birthsigns. I tried re-installing the script, but to no avail

Can't post links yet... Bummer....
But, what happens is, the token shows up, but the second page of the summary, shows p as normal, with the nature and place where it's from...
 
No, I don't think i have made any changes to the Summary script, but when i check it, there is absolutely no reference to Birthsigns. I tried re-installing the script, but to no avail

Can't post links yet... Bummer....
But, what happens is, the token shows up, but the second page of the summary, shows p as normal, with the nature and place where it's from...
You have to press the confirm button while on page 2 to access the birthsigns page, same as you would on the moves page to check the details of the moves. If the button isnt working, im not entirely sure what would be causing that.
 
I have an problem... I copied and pasted the folder in graphics>pictures but have appear this error:
https://uploaddeimagens.com.br/imagens/first_tentative_problem-png

In the my second tentative, i put the scripts (Journal and the Event) upon of this script: Birthsigns_Pokémon... See the image (I'm sorry, but i'm from Brazil, my english is bad)
https://uploaddeimagens.com.br/imagens/secound_tentative_problem-png

PLease Help me, this script is so amazing, is perfectly to me... Help me :) It's very cool script. Thanks so much! :D :)
 
Last edited:
can birthsigns be coded for compatibility to essentials bw from kleinstudio?

Not sure, I have no experience with that project. I'm sure it can be done, but it will probably require tweaking if essentials bw handles certain areas of the script differently that Birthsigns depends on.
 
Not sure, I have no experience with that project. I'm sure it can be done, but it will probably require tweaking if essentials bw handles certain areas of the script differently that Birthsigns depends on.

Ah, I was really hoping to use it but got a bunch of errors with it when I tried it.
 
Hi, I'm using the BW2 mod scripts and I'd like to use this, but when i install it it reverts to the default summary screen, is it possible to use them together?
 
Hi, I'm using the BW2 mod scripts and I'd like to use this, but when i install it it reverts to the default summary screen, is it possible to use them together?

The Birthsigns script just copy/pastes the default essentials summary script with my changes added. So if you have a different summary script such as the BW one, my Birthsigns script will just override it with the essentials default. If you dont want this to happen, youll have to modify your BW summary script with all of the appropriate changes found in my script, and then delete all of Section 5 in the Birthsign script.

This also applies to the PC if youre using a script that adds a new PC screen layout.
 
I wish there was a plug and play version of this that included Family tree and Iv/Ev
 
I've never used Scripts, I just know how to download a fan game/patch a hack, but this looks soooooo good and I really wanna use it. However, I don't know where to start...sorry if it's an inconvience but could you please tell me where I find this "Main" that I have to paste the script above, and will the script work once I've pasted it or do I have to configure it and if so, how?


Again, terribly sorry for any inconvenience.
 
I've never used Scripts, I just know how to download a fan game/patch a hack, but this looks soooooo good and I really wanna use it. However, I don't know where to start...sorry if it's an inconvience but could you please tell me where I find this "Main" that I have to paste the script above, and will the script work once I've pasted it or do I have to configure it and if so, how?


Again, terribly sorry for any inconvenience.

When you open up a .rxproj file, the main game file, you have to open the scripts editor, you scroll down and will see "Main". Right click it and press "insert new", this will add a new script above main.
To open .rxproj files, you need RPG Maker XP.
 
Update 3/30/2017: Birthsigns for Essentials BW

[PokeCommunity.com] Pokemon Birthsigns
[PokeCommunity.com] Pokemon Birthsigns


People have been requesting this for a long time, so I figured I'd finally get around to it after being away for a while. I made a version of Pokemon Birthsigns specifically for compatibility with Kleinstudio's Essentials BW. This will give you all the functionality of Pokemon Birthsigns and the Birthsigns Journal, fully integrated with BW's design layout and touchscreen controls.

In addition, I've made some minor fixes and tweaks to the Birthsigns scripts for both the BW and stock Essentials versions. Enjoy!




Examples of the birthsign page in the summary:
Spoiler:






Examples of the journal layout:
Spoiler:






Installation:
To install these scripts, you MUST be using kleinstudio's Essentials BW. Paste the Pokemon Birthsigns (BW) and Birthsigns Journal (BW) scripts above "Main", and install the 4 new graphics into your Birthsigns/Other folder. You can swap between Birthsigns Sets 1 & 2 by setting BIRTHSIGNS_SET_2 to true or false, same as before. To access the Birthsigns Journal, use $scene = BirthsignJournalScene.new in a script or event.

*Note: It is recommended that you either start a new game, or delete any existing Pokemon on your saved game after installing these scripts. Pokemon that existed prior to installing these scripts may have random birthsign effects being applied unintentionally.

1) KleinStudio Essentials Black & White
2) Pokemon Birthsigns (BW)
3) Birthsigns Journal (BW)
4) Graphics


All of the above will be added to the main post.
~
 
Last edited:
Back
Top