• 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.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

PSDK Modernized Battle Messages for PSDK v0.2.1

This resource pertains to Pokémon SDK.
  • Fix potential crash on a saved game
Changelog
  • Added French translations for what's available right now. Thanks to Aelysya for providing the translations.
  • Changed the following stats' English names in the popups:
    • Defense: DFE -> DEF
    • Speed: SPD -> SPE
    • Special Attack: ATS -> SPA
    • Special Defense: DFS -> SPD

Installation
1. Download ZVBattleMessages.psdkplug and 193208.csv from this release.
2. Place ZVBattleMessages.psdkplug in YOUR_PROJECT_ROOT/scripts.
3. Open YOUR_PROJECT_ROOT/cmd.bat. This will bring up a command prompt.
4. In the command prompt, type psdk --util=plugin load and press Enter,
5. Place 193208.csv in YOUR_PROJECT_ROOT/Data/Text/Dialogs.

If you're already using the 193208.csv filename for a different file, then you can rename this plugin's CSV file to a different 1NNNNN.csv file. Change the number in the csv_id field in this plugin's JSON config file to the NNNNN number you picked.

Changelog

  • Fix outdated drain method,
  • Fix vanilla stat change animation ending noticeably sooner than the popup,
  • Require PSDK 26.47 (current version at the time of this message) or later.
Drop the updated psdkplug file in your scripts folder and run psdk --util=plugin load.
Back
Top