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

Recent content by http404error

  1. http404error

    Resource Auto Multi Save

    Sorry that I haven't been able to reproduce the problem or find a solution for you. I encourage you to get another programmer's help with debugging the issue, as it sounds like it's pretty complex and involves the interaction of multiple plugins. I have confidence that the issue can be diagnosed...
  2. http404error

    Resource Multiple Protagonists

    Generally this kind of error occurs when there is a duplicate copy of the plugin installed and they are kind of overriding each other back and forth forever, creating infinite recursion. It might be in a folder inside the first copy of the plugin, or perhaps inside another plugin's folder.
  3. http404error

    Resource Auto Multi Save

    Well, it's possible. One thing to look out for is if the Multiple Protagonists plugin uses global variables to store into instead of game_variables or objects that get reset properly like $player, it is possible that some of that data isn't getting loaded and initialized correctly. Another thing...
  4. http404error

    Resource Auto Multi Save

    The custom code you show makes enough sense to me, though I might suggest it would be better placed in a custom plugin you make, rather than added to another plugin, as that can cause confusion. I tried adding the custom code exactly as you had it and testing again to follow the same steps you...
  5. http404error

    Resource Auto Multi Save

    It looks like you have two copies of the Hotfixes plugin installed. This could happen for a few reasons, but the first place I would look is to your Plugins folder and look for any other plugin folders you may have accidentally dropped an extra copy of its files or folders into. This can cause...
  6. http404error

    Resource Auto Multi Save

    I tried installing and running Caruban's Dynamic Darkness along with Auto Multi Save and it did not have the issue described when using the Quit to Title function and switching files, even between rooms with Dynamic Darkness running or not. Did you make sure to download the latest version of...
  7. http404error

    Resource Auto Multi Save

    If it's true that "after removing them and testing it seems like its the multi save plugin itself" then you should do that and then send the error and backtrace again. That will make it possible to analyze the issue. I suspect that you may not have fully recompiled plugins after removing the...
  8. http404error

    Completed Pokémon: Salt & Shadow

    Salt & Shadow has been updated to version 3.3.1. Highlighted changes since 3.1.0 include: Added three newly obtainable Pokemon. You can find Wooloo on the Moon in Where Wishes Wen. The other two are well-hidden. Added a new scene with the Dragonmaster under certain circumstances. You can now...
  9. http404error

    Resource Open-Source EBDX Renovation Project

    Hello, just wanted to let you know that you're not going crazy and that I believe I know the cause of several of those bugs from when I was working on my own similar EBDX port fixes for a game. I have only learned about this endeavor for the first time today so I haven't yet gotten to share my...
  10. http404error

    Resource Auto Multi Save

    Oh, I see. No, that's not the problem then, there is something else wrong if those variables are swapping between save files even after closing the game. Very strange! Can you please send me as many details as you can about steps to cause this to happen? It's a little bit hard to guess when...
  11. http404error

    Resource Auto Multi Save

    Hello, sorry for not seeing your post for a while. I agree that the UI flow for save+quit is one of the weaker parts of the plugin currently and hope to make time to improve it. (Though it's worth noting that a superior version of multi save will be included in base v22 Essentials anyways, so...
  12. http404error

    Resource Auto Multi Save

    Hello, thanks for the report. Did you follow these specific instructions? I would expect this to prevent such issues: For instance, you can change the menu text to "Quit to Title" and change scene = nil to scene = pbCallTitle, and add a SaveData.mark_values_as_unloaded right before that. If...
  13. http404error

    Completed Pokémon: Salt & Shadow

    Congrats on beating the Champion. There's a lot new to do in the Abyss even besides the big hole. You need certain items to go deeper, though, and have to have completed certain overworld tasks to see everything here. There is a character you can talk to in the Abyss who explains where to find...
  14. http404error

    Completed Pokémon: Salt & Shadow

    Salt & Shadow has been updated to version 3.1.0. Highlighted changes since 3.0.0 include: Pokemon types are now displayed in battle as icons. New icons show the effectiveness of a move on each target when selecting targets in double battles. Buffed some Pokemon, such as Shiinotic and Croagunk...
  15. http404error

    Completed Pokémon: Salt & Shadow

    Salt & Shadow has been updated to version 3.0.0. Welcome to the Abyss! Return to the sea and discover: 30+ new abilities, 35+ new moves, 35+ new species, New items, music, and postgame-only content., The truth? Here are some highlighted changes from 2.2.0 through 3.0.0. The full list can be...
Back
Top