aixxe's Avatar

aixxe

@aixxe.net

programming • reverse engineering • linux • rhythm games

167
Followers
58
Following
78
Posts
18.10.2024
Joined
Posts Following

Latest posts by aixxe @aixxe.net

This is what the chapter appending stuff looks like. The events from each cabinet are stored on disk for a few hours, so newly created recordings just need to query the last 5 minutes of events and remap the relevant ones into chapters.

08.03.2026 16:37 👍 4 🔁 0 💬 0 📌 0
Preview
GitHub - aixxe/retrack: Redis event publishing hook for BEMANI games Redis event publishing hook for BEMANI games. Contribute to aixxe/retrack development by creating an account on GitHub.

Released retrack, a component of REPLAY. It publishes network messages and scene transitions from BEMANI games to Redis. Currently only used for appending chapters to videos and auto-submitting scores to events. Lots more that can be done with it, but I don't know if I'll ever get around to it.

08.03.2026 16:37 👍 10 🔁 0 💬 1 📌 0

I hope things get better soon.

02.03.2026 16:44 👍 3 🔁 0 💬 0 📌 0
Post image Post image Post image Post image

Back from a much needed break.

28.02.2026 12:57 👍 8 🔁 0 💬 0 📌 0
Post image

Moving on.

27.02.2026 15:52 👍 5 🔁 0 💬 1 📌 0
Preview
GitHub - aixxe/eacproxy: Eacnet network interception framework Eacnet network interception framework. Contribute to aixxe/eacproxy development by creating an account on GitHub.

Released a project at the end of 2025 for intercepting INFINITAS network requests. I've been using it for years to get my arcade scores to show up in-game alongside my home ones. The example that injects a Python interpreter into the game to reverse your DJ name was my favorite to write.

22.02.2026 01:10 👍 6 🔁 0 💬 0 📌 0
Post image

Quick update to this post: we've exceeded our entrant record by far with over a week to go. Thank you to everyone for participating!

21.01.2026 18:00 👍 0 🔁 0 💬 0 📌 0

Regardless of how it turns out, I'm proud of everything that has gone into it. Extremely grateful to all those who have helped out with ideas behind the scenes, and of course, everyone participating in the event itself. I'll be around grinding for a good score today.

03.01.2026 01:11 👍 2 🔁 0 💬 0 📌 0

These are just the backend changes too. I'd love to write another thread in the future about the suite of Python scripts I wrote to streamline creation of the final video that ends up on YouTube. But it's getting late, so perhaps another time.

03.01.2026 01:11 👍 1 🔁 0 💬 1 📌 0

I also found out that it's possible to edit webhook messages after they've been posted, so the event leaderboard is now contained in a separate Discord channel, which updates automatically whenever a new submission is posted.

03.01.2026 01:11 👍 0 🔁 0 💬 1 📌 0

You don't even need to be at the arcade to register, either. While the recording site is still local intranet only, I've built a separate mini-site running from the same codebase solely for handling event participation, which is publicly accessible through cloudflared.

03.01.2026 01:11 👍 1 🔁 0 💬 1 📌 0

Now, after a one-time linking step with the network web UI, everything for the player is completely automated. Once you're signed up to the event, you only need to play the chart and the rest is handled automatically - including score improvements. No interaction with REPLAY necessary.

03.01.2026 01:11 👍 1 🔁 0 💬 1 📌 0

REPLAY, the aforementioned recording system, has seen a lot of changes since then. Most notably, the network and game scene introspection features, which opened up a lot of possibilities. Embedded chapters in videos was only scratching the surface. It was possible to fully automate event submission.

03.01.2026 01:11 👍 1 🔁 0 💬 1 📌 0

Outside of those usability issues, there were plenty of other areas that could've used some serious work. As participation started to fall off, I decided to shelve the whole thing until they could all be addressed in a way I'd be happy with. I feel like we're finally there now.

03.01.2026 01:11 👍 0 🔁 0 💬 1 📌 0

Recordings are always 5 minutes in length, so you'd need to grab your phone and press the Save button between songs. If a player improved their score, they would have to find their old video, withdraw it, then go back to the new one and submit it. Not exactly the most streamlined user experience.

03.01.2026 01:11 👍 0 🔁 0 💬 1 📌 0

The original format was 3 charts each month, with the top 3 scoring players being featured in a video at the end - made possible with our in-house recording system which is only accessible over local Wi-Fi. To enter, you'd have to play the charts, save recordings after each one, then submit them.

03.01.2026 01:11 👍 0 🔁 0 💬 1 📌 0

Resurrecting the SDVX monthly events at my local arcade to start off 2026. Organized these for a while back in 2023 until I ran out of motivation. It's pretty much the only thing I've been working on for the last 2 weeks, so I felt obliged to write up some of my thoughts on the whole thing.

03.01.2026 01:11 👍 4 🔁 0 💬 2 📌 0
Video thumbnail

Presenting a new way to share your scores.

20.11.2025 13:36 👍 240 🔁 99 💬 12 📌 4
Preview
C++ code injection basics Avoiding the assembly.

aixxe.net/2025/11/port...

10.11.2025 22:05 👍 6 🔁 0 💬 0 📌 0
Post image Post image Post image

First time I've added support for passkeys to a project.

29.08.2025 17:04 👍 2 🔁 0 💬 2 📌 0
Video thumbnail

Finished switching our in-house cabinet streams over to WebRTC. Latency is now down to under a second!

16.08.2025 10:37 👍 40 🔁 4 💬 1 📌 0
Post image

6 years since the last time I had to build something with XP compatibility. Had a much nicer experience this time around, thanks to w64devkit. Aside from a single patch to replace WSAPoll, all my fancy modern stuff (GCC 15.2, vcpkg) has worked just fine.

13.08.2025 19:45 👍 2 🔁 0 💬 0 📌 0
Post image Post image

Worked on a lot of things for REPLAY last week. IIDX & SDVX recordings now include markers on the timeline, as well as embedded in the video file as chapters. Support for other games should be coming in the near future. This new approach is a lot more reliable than the old audio fingerprinting one.

11.08.2025 16:29 👍 9 🔁 0 💬 0 📌 2
Preview
GitHub - lucy/tewi-font: See README See README. Contribute to lucy/tewi-font development by creating an account on GitHub.

It's tewi, although it's since been removed due to licensing concerns. There are a few mirrors available if you search for 'tewi-font' on GitHub and filter to repositories.

20.07.2025 12:57 👍 1 🔁 0 💬 1 📌 0
Preview
GitHub - aixxe/2dxtra: Multi-hack for arcade beatmania IIDX Multi-hack for arcade beatmania IIDX. Contribute to aixxe/2dxtra development by creating an account on GitHub.

Open sourced my old multi-hack for IIDX, featuring some of the worst C++ I've ever written.

14.07.2025 20:37 👍 8 🔁 0 💬 1 📌 0
Post image

Haven't been subscribed since October, but felt the itch to play again last month. I think I got a bit carried away...

27.06.2025 23:53 👍 3 🔁 0 💬 1 📌 0
mind the gap (SPA 9) at VEGA Q2 2025 Meetup
mind the gap (SPA 9) at VEGA Q2 2025 Meetup YouTube video by VEGA London

Thanks to everyone who participated in the VEGA Q2 collaboration videos. Here's the first one for IIDX! SDVX & DDR up next.

16.06.2025 20:54 👍 4 🔁 0 💬 0 📌 0
Video thumbnail

Hacking in hall effect button support into USBemani. I have no idea what I'm doing but so far, so good.

27.04.2025 18:18 👍 4 🔁 0 💬 0 📌 0
Post image Post image

One more generation of Lain hardware. From mechanical, to optical, and now magnetic switches.

27.04.2025 18:18 👍 10 🔁 0 💬 1 📌 0
Video thumbnail

Now running my Pi Zero 2 W as a CD player & Bluetooth A2DP sink. Detects disc insertion via udev and runs a script. Uses cd-discid to look up metadata, creates a playlist for it and automatically loads it into mpd.

24.04.2025 13:11 👍 7 🔁 0 💬 0 📌 0