• 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!

Search results

  1. N

    Resource Nuzlocke Permadeath

    @BiggusWeeabus You can now set the constant "DELETE_SAVE_IN_NUZLOCKE" equal to "true" on line 132 of the updated script. Hope that works out!
  2. N

    Nuzlocke Permadeath - v2.2 Update

    - Added setting to enable/disable save file deletion if player loses in Nuzlocke mode
  3. N

    Resource Nuzlocke Permadeath

    NettoHikari updated Nuzlocke Permadeath with a new update entry: v2.2 Update Read the rest of this update entry...
  4. N

    Resource Nuzlocke Permadeath

    When a player gets defeated in Nuzlocke mode, it will simply go back to the title screen without touching the save, i.e. if the player saves before a battle, then loses, the player's save from just before the battle will still be there. I didn't want my script to force-delete a player's save...
  5. N

    Recruiting Pokemon Dark Rising 3

    Hi! I am one of the programmers for Pokemon Dark Rising 3, which uses Pokemon Essentials v18.1 on RPG Maker XP. Description: Dark Rising 3 is currently in production and is the final sequel to the Dark Rising franchise. Dark Rising 3 begins nine years after Order Destroyed. Our main heroes are...
  6. N

    Resource Multiple Protagonists

    Hi TinyDratini, you could probably achieve syncing their locations with this command (works on the v17.2 version): pbSetLastMap(CHARACTER_ID, MAP_ID, X, Y, DIRECTION) For example, just before you switch to the other character using "pbSwitchCharacter", you can use the above method to set the...
  7. N

    Nuzlocke Permadeath - v2.1 Update

    - Added method to initialize permadeath mode to NORMAL on starting a new game
  8. N

    Resource Nuzlocke Permadeath

    NettoHikari updated Nuzlocke Permadeath with a new update entry: v2.1 Update Read the rest of this update entry...
  9. N

    RMXP Event Exporter - Upgrade to v18

    - Added support for v18's Plugin Manager - Script now only runs in Debug mode (in case dev accidentally releases game with this script still enabled)
  10. N

    Resource RMXP Event Exporter

    NettoHikari updated RMXP Event Exporter with a new update entry: Upgrade to v18 Read the rest of this update entry...
  11. N

    Nuzlocke Permadeath - Upgrade to v18

    NOTE: This version (and all future versions) will ONLY be compatible with Essentials v18. You can download the v17.2 version (v1.1) from the main post. Also, please READ the Installation guide again, as there are now 2 additional sections you will need to edit yourself. - Updated to v18
  12. N

    Resource Nuzlocke Permadeath

    NettoHikari updated Nuzlocke Permadeath with a new update entry: Upgrade to v18 Read the rest of this update entry...
  13. N

    Resource Multiple Protagonists

    Thank you! Yeah, there are 2 variables that store the "current" character ID actually: "$PokemonGlobal.playerID" and "$Trainer.metaID". They're both always set to the same ID, and have a range of 0-7 (for 8 possible characters), where 0 is your first character, 1 is the second, etc. If you're...
  14. N

    v21.1 Multiple Protagonists - Upgrade to v18

    NOTE: This version (and all future versions) will ONLY be compatible with Essentials v18. You can download the v17.2/v16.2 version (v2.3) from the main post. - Updated to v18
  15. N

    Resource Multiple Protagonists

    NettoHikari updated Multiple Protagonists with a new update entry: Upgrade to v18 Read the rest of this update entry...
  16. N

    v21.1 Multiple Protagonists - v2.3 Patch

    - Fixed crash on startup for some users (presumably users who don't have a save folder)
  17. N

    Resource Multiple Protagonists

    NettoHikari updated Multiple Protagonists with a new update entry: v2.3 Patch Read the rest of this update entry...
  18. N

    v21.1 Multiple Protagonists - Script Compatibility Update

    - Updated Script Compatibility guide step 1
  19. N

    Resource Multiple Protagonists

    NettoHikari updated Multiple Protagonists with a new update entry: Script Compatibility Update Read the rest of this update entry...
  20. N

    v21.1 Multiple Protagonists - v2.2 Patch

    - Added compatibility for mej's Follow Pokemon script (added a wrong fix before)
Back
Top