Advertisement
NettoHikari1131

Multiple Protagonists Changelog

Apr 1st, 2019 (edited)
7,957
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Multiple Protagonists Changelog
  2.  
  3. v5.0.0 - October 8, 2023
  4. WARNING! v5.0.0 is not compatible with the previous versions. This means that you MUST start a new save for testing if you update this script.
  5. In other words, if you've already released a game using an earlier version of this script, then you cannot update to v5.0.0 without ruining players' old saves.
  6. - Added settings to enable or disable sharing of Pokedex, bag, Pokemon storage, and item storage between all characters
  7. - Refactored script into multiple sections and replaced enum with handlers to make adding new variables easier for script compatibility
  8.  
  9. v4.2.0 - October 7, 2023
  10. NOTE: This version (and all future versions) will ONLY be compatible with Essentials v21.1. You can download a v20 version (v4.1.1) from the main post.
  11. - Updated to Essentials v21.1
  12.  
  13. v4.1.1 - July 23, 2022
  14. - Fixed characters not having separate bags
  15.  
  16. v4.1.0 - June 17, 2022
  17. NOTE: This script will ONLY be compatible with Essentials v20. You can download a v19.1 version (v4.0.2 of the script) from the main post.
  18. Also, please re-read the docs, as several instructions and method names have changed.
  19. - Updated to v20
  20.  
  21. v4.0.2 - July 2, 2021
  22. - Correctly fixed trainer sprites not displaying correctly
  23.  
  24. v4.0.1 - June 30, 2021
  25. - Fixed trainer sprites not displaying correctly
  26.  
  27. v4.0 - June 15, 2021
  28. NOTE: This version (and all future versions) will ONLY be compatible with Essentials v19.1. You can download a v18 version (v3.0) from the main post.
  29. - Updated to v19.1
  30.  
  31. v3.0 - September 3, 2020
  32. NOTE: This version (and all future versions) will ONLY be compatible with Essentials v18. You can download a v17.2/v16.2 version (v2.3) from the main post.
  33. - Updated to v18
  34.  
  35. v2.3 - August 11, 2020
  36. - Fixed crash on startup for some users (presumably users who don't have a save folder)
  37.  
  38. v2.2 - July 5, 2020
  39. - Added compatibility for mej's Follow Pokemon script (added a wrong fix before)
  40. - Updated Script Compatibility guide step 1 (July 7, 2020)
  41.  
  42. v2.1 - July 4, 2020
  43. - Fixed bug where \PN0 wouldn't work if pbSwitchCharacter had not been called yet in-game
  44.  
  45. v2.0 - June 27, 2020
  46. WARNING! v2.0 is not compatible with the previous versions. This means that you MUST start a new save for testing if you update this script.
  47. In other words, if you've already released a game using an earlier version of this script, then you cannot update to v2.0 without ruining players' old saves.
  48. - Revamped internal structure of how character data is stored
  49. - Added trading between characters (examples in script guide)
  50. - Trade Pokemon 1 for 1 (just like trading with an NPC)
  51. - Send Pokemon from one character to another
  52. - Added script guide section on Script Compatibility
  53. - Includes fix to compatibility issue with mej71's Following Pokemon script
  54. - Added \PN0 - \PN7 to Show Text boxes and end speeches in battle (look in script guide for installation)
  55. - Fixed gsubPN error when compiling trainer events (must be manually fixed following lines 100-102 of this script) (June 30, 2020)
  56.  
  57. v1.4 - May 20, 2019
  58. - Added registering/battling other characters (look in script guide for examples)
  59.  
  60. v1.3 - April 6, 2019
  61. - Fixed vehicle sprites not updating on character switch
  62.  
  63. v1.2 - April 2, 2019
  64. - Fixed game crash on startup due to map name
  65.  
  66. v1.1 - April 1, 2019
  67. - Added support for \PN0 - \PN7
  68. - Fixed issues with dependency events not updating properly
  69. - Fixed Pokedex data not being stored correctly
  70.  
  71. v1.0 - February 8, 2019
  72. - Added main script for multiple protagonists mechanic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement