Subject38

Results 21 comments of Subject38

Heroic Verse and Bistrover support will be pull requested and hopefully added as soon as I can be bothered to write traffic tests. I might also submit a WIP request...

After I take care of the housekeeping pull request I'm doing, I'll submit what I currently have for festo. I've been on a huge hiatus from working on any eamuse...

I currently just let everything be force unlocked and show all emblems in the webui. And lobby support isn't needed since emblems are both shown at log in and during...

There's a bug in this section and I'm not sure how to resolve it because I don't think I fully understand how that flag is created: https://github.com/DragonMinded/bemaniutils/blob/6f56e9240ef2f5fd1dd0ef47cdb569ce9da22189/bemani/backend/jubeat/clan.py#L1223-L1225 The issue I...

If I understand correctly, the culprit is these lines right here: https://github.com/DragonMinded/bemaniutils/blob/6f56e9240ef2f5fd1dd0ef47cdb569ce9da22189/bemani/backend/jubeat/base.py#L97-L100 Since this bit of code is only executing after the new profile has been created already. So I...

No online arena, but local arena should work by default. I personally don't find enough of a use for online lobby to bother implementing it for any game... With games...

replaced by #58

> I don't see any update to the song TSV. Did you not have an update for that? That's usually my least favorite part of Jubeat. A few things in...

Probably the best thing to do is cherry pick whatever you find useful for now. The webui work is super incomplete (it doesn't look at the imported version for a...

I see you included Omnimix changes but not the change to using self.music_version. Is this intentional? Since importing omnimix will import at that game's version + 10000, I imagine without...