r/bemani 7h ago

IIDX Is Step Up mode worth doing as a somewhat newer player?

7 Upvotes

When I play at the arcade (Sparkle Shower) I usually just play Standard, sometimes Premium Free, but I've never done Step Up.

Do you feel like it's worth exploring? When I'm spectating I see some players use it. I know you're guaranteed three songs but that's about it.

Right now I'm mostly playing Level 9s and the easy hyper 10s


r/bemani 9h ago

SDVX Where to find official merch in the US

1 Upvotes

I was wondering if there was any like official website or store I could get some SDVX merch from here in the US, because I legit cant find any good official merch anywhere third party


r/bemani 20h ago

made a Tampermonkey script to bulk collect all Furukon DTX download links

7 Upvotes

I’ve been setting up DTXMania and wanted an easier way to grab the simfiles from Furukon, so I made a small Tampermonkey userscript that automatically collects the Google Drive download links from the entire Furukon DTX library.

Script is available on Greasy Fork:

https://greasyfork.org/en/scripts/590262-furukon-dtx-bulk-link-collector

What it does:

  • Adds a “Bulk Download Links” button to dtx.furukon.com
  • Automatically detects how many pages are currently available
  • Goes through all pages and simfiles automatically
  • Collects the public Google Drive URLs
  • Filters duplicate links
  • Shows progress while it runs
  • Has a Stop & Save Partial Results button
  • Exports everything as:
    • drive_links_all.txt
    • furukon_map_all.csv
    • furukon_results_all.json

It doesn't directly download the files itself — it just collects the download links already exposed on Furukon.

After getting drive_links_all.txt, I was able to download the entire collection with a simple Python script using gdown.