Search results

  1. NeonLuna

    Looking for a team that likes to have fun playing and voice chatting together

    I had already read your team's page, but didn't see any specific mention of VC - thanks for confirming that y'all do use it! I went and looked over it again just to refresh my memory, and I do think I would like being a part of CS. So.... sign me up! I already joined the unofficial team discord...
  2. NeonLuna

    Looking for a team that likes to have fun playing and voice chatting together

    I'm looking for a team to play with and hopefully make some friends :) I think I'm more of a casual player - I like leveling and hunting items, but it's more important to me to have fun along the way. I like talking with people, but I'm not a fan of in-game text chat, so it would be great to be...
  3. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    @Ryangosling Yes, I'd like you to send me your version, please! I wonder if your 'hide during cut scenes' option is different from the hide options I have in my own addon. (I'm referring to CustomHUD, not my modifications to the chatlog addon.) I'll try to correct the problems with text wrapping...
  4. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    Yeah, I can probably fix it, but I'm in the middle of moving, so it'll be at least a few days.
  5. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    Oops, I'm sorry. I've been a bit of a space case lately. :confused: I edited my previous post to add the zip file.
  6. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    @KeShadow @Ryangosling I've modified the Chatlog addon to allow customizing the colors a bit (see attachment). It was a fairly simple modification, but I haven't tested it very much, so there may or may not be bugs. The original feature of highlighting messages that mention your character's...
  7. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    yes. are you comfortable editing code? if so, i will happily explain how to do it. it's not too complicated.
  8. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    thanks, staphen and Soly! :)
  9. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    @Soly i've been using your bbmod fork, with no problems until now - i tried using menus today, and it looks like the auto-balancing stacks feature is breaking them. i'm getting exactly the same error message, and it crashes the game, just like before with popups. it's only...
  10. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    @Soly thanks for fixing the issue that was breaking popups! :)
  11. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    ok, this does make a popup without crashing - but my code works fine with the other version of bbmod, including closing the popup if the user clicks outside it, which is what i want. i tried putting OpenPopup before BeginPopup, and it didn't make a difference. i checked what version of imgui...
  12. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    i'm writing most of my code from scratch at this point, just referring to other things to remind myself of syntax. here's the simple addon i used to double check that the problem wasn't in my code: --[[ popup test Catherine S (IzumiDaye/NeonLuna) 2020-02-20 ]] local core_mainmenu =...
  13. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    @Soly i'm trying to switch to your fork of bbmod. i didn't even realize until after i started that you added the ability to use custom fonts - that's something i've wanted for a while! also, the function to list folder contents is really helpful. i have a planned feature for my addon that needs...
  14. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    a while back, i wrote a post about getting bbmod to work in linux: https://www.pioneer2.net/community/threads/psobb-addon-plugin-lua-ui-addons.4543/page-45#post-138277
  15. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    for me, it's always been visible even during gameplay. i always use window mode or the new fullscreen mode. if you're using classic fullscreen, then maybe that's why the cursor disappears after you log in?
  16. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    i have bbmod working in linux, running pso in wine! i'm running artix linux. i installed wine through the package manager, but there's a bunch of versions of wine available - the first one i tried seemed to work with pso, but not bbmod. after that, i tried wine-stable - this is from the arch...
  17. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    i would love to have something like that, but i'm not sure if this addon framework could manage it.
  18. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    i was thinking about adding beat time to my addon - i'll put it on my to-do list. :) i like the idea of having a simple way of displaying the status of things that depend on beat time, as well as the option to just show the beat time.
  19. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    i think you need to set winecfg to use the native version of dinput8.dll when running pso. i gave up on trying to make it work yesterday because i couldn't get pso to work correctly - i think it's because i'm stuck with an old version of wine - but i did get it to work one time, on another...
  20. NeonLuna

    PSOBB Addon Plugin (Lua UI addons)

    i'm still working on my addon, which already has the option to hide itself when menus are open, but it's not ready to use since there's a lot it still can't do. i have a bad habit of deciding to redo everything which is very time consuming... i'll post again when i have something usable, even if...
Back
Top