• 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.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Mr.Gela's HGSS Trainer Card Scene(v21.1 port)

Resource Mr.Gela's HGSS Trainer Card Scene(v21.1 port) 1.0.1

komeiji514

Elite Trainer
Member
Joined
Oct 28, 2023
Posts
304
komeiji514 submitted a new resource:

Mr.Gela's HGSS Trainer Card Scene(v21.1 port) - Make your trainer card more like HGSS.

A port of Mr. Gela's fantastic work.
Based on DeepBlue PacificWaves' v19.1 port and made some changes to match v21.1.
Installation
Delete Graphics/UI/Trainer Card in your own game first. Then extract the contents of the .zip in your game's main folder.
Documentation
Almost the same as the original work except that you should replace $Trainer with $player as v21.1 did.





Read more about this resource...
 
I'm sorry to bother you, but the download link seems to be gone or does not work.
 
For those using @Lucidious89 's Animated Trainer Intro script, you can align the sprite positioning better by opening this plugin script, then go to lines 148 and 149, which should look like this:
Ruby:
Expand Collapse Copy
    @sprites["trainer"].x += 140
    @sprites["trainer"].y += 85
And modifying the values to this:
Code:
Expand Collapse Copy
    @sprites["trainer"].x += 120
    @sprites["trainer"].y += 215
 
Back
Top