Search results

  1. Ender

    DropBox Tracker Addon

    So two things. 1. It looks like you downloaded the source code of the bbmod plugin instead of downloading the release (that's why you have addons_examples, ci, and couple other things there). That's the cause of a bunch of those errors. I would honestly delete the addons folder and then grab...
  2. Ender

    Game Keeps Randomly Crashing

    Well, I'm not sure then. Those are definitely DEP crashes. This should just work. I honestly don't know why DEP has a problem with PSOBB because these crashes are clearly happening in the code section of the executable. But anyway, the only thing left that I can think of is to try installing it...
  3. Ender

    Game Keeps Randomly Crashing

    What was the crash info for the new crash? When did the crash occur? Was it when firing a weapon or performing a photon blast?
  4. Ender

    Game Keeps Randomly Crashing

    Those are both DEP crashes. You should double check the DEP settings, maybe go with the option that disables it for everything except Windows services and see. For the second crash in particular, it happened when a photon bullet moved off the screen to the right. You can probably verify if it's...
  5. Ender

    Game Keeps Randomly Crashing

    Open Event Viewer, expand Windows Logs on the left, click on Application, wait for it to load the events, and then find the Error event for when PSOBB crashed. It'll look something like this Exception code: 0xc0000005 Fault offset: 0x004f840e Faulting process id: 0x167E0 Faulting application...
  6. Ender

    Quick question - Quick answer

    Yes. But as always, you should check this in sandbox in case it doesn't. It will take less than 5 minutes to make the sandbox account, create a RA, /levelup 200, and make the items to verify. The mouse wheel zoom? No. If you want to effectively disable the camera zoom levels, you can modify the...
  7. Ender

    Lost Son Jim Bug

    This was fixed shortly after your post. (Forgot to post this)
  8. Ender

    Server maintenance completed for May 17th, 2025 (サーバメンテナンス完了 5/17)

    Server maintenance has completed. Disabled the ability to sell rare tool items to the shop. This includes Photon Drop, Photon Sphere, Photon Crystal, and Photon Hoard. Improved how /lobby works when a quest is not loaded. Thanks to fuzziqersoftware of newserv for the idea behind this elegant...
  9. Ender

    Server maintenance scheduled for May 17th, 2025 at 20:30 UTC

    There will be a maintenance to update the game and server. Maintenance may take up to an hour to test the changes.
  10. Ender

    Quick question - Quick answer

    It's true, and the short answer is everything. Animation strides are done per frame, and they're done in both the update and render logic. Enemy and player actions can change based on their animation (again in both the update and render logic). Many attacks and objects in the game count frames...
  11. Ender

    Government Quest 3-2: Machines Attack Softlocks with 3 Players

    There is no 4p version. It's the same version of the quest, but the quest script dynamically checks the number of players and which switches are pressed.
  12. Ender

    Government Quest 3-2: Machines Attack Softlocks with 3 Players

    Do you have a recording of this or even a screenshot with all 3 players on the pressure plates? I took a look at the quest script and I spent about 20 minutes trying a bunch of combinations of players and switches ingame. Everything seems to work. Every frame in Mine 2, the quest gets the...
  13. Ender

    Game crashes with addons

    My game becomes a slideshow when I use D3D11 and I know I'm not the only one who experiences this. 12 is mostly fine for me but stutters when loading into an area sometimes.
  14. Ender

    Game crashes with addons

    That message has nothing to do with addons. If you see the addons ingame, then you already installed them and you won't need that Visual C++ redistributable. No idea what that WindowsErrorReporting event is for, but it's unrelated to PSOBB. That Direct3D error message means something else...
  15. Ender

    Quick question - Quick answer

    Nothing natively in the game. People tend to bind 1-0 keys to their controller using Steam input, Antimicro, Xpadder, or JoyToKey.
  16. Ender

    PSO Camera Hack

    Go into advanced_config.txt and change the camera zoom level stuff. If /shortcuts is enabled on your char, CTRL+L reloads the file ingame. It's going to be really jank because some maps don't mark the ceiling as map collision.
  17. Ender

    PSOBB Addon Plugin (Lua UI addons)

    I think this was an existing issue with how read_pso_str worked in the addon because of how it built the returned string. It also never worked if the character name included actual multibyte chars. Should be fixed via https://github.com/jtuu/psochatlogaddon/pull/17
  18. Ender

    PSOBB Addon Plugin (Lua UI addons)

    Nah no idea. Looks like this is how imgui just renders text when it starts at a specific X pos. The highlighted lines are a single text call so it wraps back to the beginning. You would probably have to add something new to the base plugin to get around this that specifies the cursor's X...
  19. Ender

    PSOBB Addon Plugin (Lua UI addons)

    Oops, I broke how it strips the language code out of the name. I'll fix it and submit a PR soon after some more testing
  20. Ender

    Quick question - Quick answer

    Probably better to ask in a PSOGC community. Are you playing on a patched gamecube ISO or vanilla? There is a common 'mag reverser' patch somewhere that makes some changes to how it works. The trigger by default has lower priority than another trigger check which causes it to rarely activate...
Back
Top