• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Berry Core and Dex

Resource Berry Core and Dex 1.6

Would it be possible to turn off the Plant information page in the berrydex in settings? Or would this evolve removing code in the plugins?

Currently have my plants behaving like Sword and Shield and wouldn't need the plant page.
 
Would it be possible to turn off the Plant information page in the berrydex in settings? Or would this evolve removing code in the plugins?

Currently have my plants behaving like Sword and Shield and wouldn't need the plant page.
Oh no that's not supported. I guess I assumed that planting berries was just part of the fun of berries so never thought to make it customizable to not appear lol.

Are you using the Battle page still (i.e. are you showing any other pages besides the Tag page)? I guess you could just make @page += 1 if @page == 2 (or @page -= 1 if @page ==2) in the pbScene function of 004_BerryDexUI when inputting RIGHT/LEFT, and then edit the graphics to not include PLANT in them. That's a quick and dirty way to skip it I suppose
 
Oh no that's not supported. I guess I assumed that planting berries was just part of the fun of berries so never thought to make it customizable to not appear lol.

Are you using the Battle page still (i.e. are you showing any other pages besides the Tag page)? I guess you could just make @page += 1 if @page == 2 (or @page -= 1 if @page ==2) in the pbScene function of 004_BerryDexUI when inputting RIGHT/LEFT, and then edit the graphics to not include PLANT in them. That's a quick and dirty way to skip it I suppose
This worked! Thanks!

I had to do a few other things but this put me on the right track.
 
Back
Top