import React from "react"; import Popup from "reactjs-popup"; const EamuseMaintenancePopup: React.FC<{ isMoe: boolean }> = ({ isMoe }) => { return ( e-amusement Maintenance } position="center center" modal closeOnDocumentClick >

e-amusement Maintenance Information

Regular Daily Maintenance

Every day from 5:00 AM to 7:00 AM (JST)

In your local time:{" "} {(() => { const jst5am = new Date(); jst5am.setUTCHours(20, 0, 0, 0); // 5AM JST is 8PM UTC the day before const jst7am = new Date(); jst7am.setUTCHours(22, 0, 0, 0); // 7AM JST is 10PM UTC the day before const options: Intl.DateTimeFormatOptions = { hour: "2-digit", minute: "2-digit", hour12: true, }; return `${jst5am.toLocaleTimeString([], options)} to ${jst7am.toLocaleTimeString([], options)}`; })()}

e-amusement website, at-home Konasute games offline, Japan + Asia cabinets offline. USA cabinets exempt

Monthly Extended Maintenance

Every Third Tuesday from 2:00 AM to 7:00 AM (JST)

In your local time:{" "} {(() => { const jst2am = new Date(); jst2am.setUTCHours(17, 0, 0, 0); const jst7am = new Date(); jst7am.setUTCHours(22, 0, 0, 0); const options: Intl.DateTimeFormatOptions = { hour: "2-digit", minute: "2-digit", hour12: true, }; return `${jst2am.toLocaleTimeString([], options)} to ${jst7am.toLocaleTimeString([], options)}`; })()}

ALL Cabinets + e-amusement services offline. This is moved 1 day earlier if that day is a Japanese Holiday.

); }; const NesicaMaintenancePopup: React.FC<{ isMoe: boolean }> = ({ isMoe }) => { return ( NESiCA Maintenance } position="center center" modal closeOnDocumentClick >

NESiCA Maintenance Information

Regular Daily Maintenance

Every day from 6:00 AM to 8:00 AM (JST)

In your local time:{" "} {(() => { const jst5am = new Date(); jst5am.setUTCHours(21, 0, 0, 0); // 6AM JST is 9PM UTC the day before const jst7am = new Date(); jst7am.setUTCHours(23, 0, 0, 0); // 8AM JST is 11PM UTC the day before const options: Intl.DateTimeFormatOptions = { hour: "2-digit", minute: "2-digit", hour12: true, }; return `${jst5am.toLocaleTimeString([], options)} to ${jst7am.toLocaleTimeString([], options)}`; })()}

IC Cards are not accepted 15 minutes prior to start of maintenance

); }; export const GameNotes = (isMoe: boolean): Record => ({ sdvx: ( <>

Official e-amusement service in NA available only at Round1 USA
Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), iidx: ( <>

Official e-amusement service in NA available only at Round1 USA
Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), gitadora: ( <>

Official e-amusement service in NA available only at Round1 USA
Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), dance_rush: ( <>

Official e-amusement service in NA available only at Round1 USA
Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), dance_around: ( <>

Official e-amusement service in NA available only at Round1 USA
Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), polaris_chord: ( <>

Official e-amusement service only in Japan.

), ddr: ( <>

Official e-amusement service in NA available only at Round1 USA
Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), jubeat: ( <>

Online only in Japan and Asia regions. No online service in the US (only old versions running offline-kit)

Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), popn_music: ( <>

Online only in Japan and Asia regions. Japan and Asia only. No online service in the US (only old versions running offline-kit)

Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), nostalgia: ( <>

Online only in Japan and Asia regions. Japan and Asia only. No online service in the US

Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data

), chunithm_jp: ( <>

This version of the game is only available in Japan

You may be on the International version if you are outside of Japan

), maimaidx_jp: ( <>

This version of the game is only available in Japan

You may be on the International version if you are outside of Japan

), ongeki_jp: ( <>

Official service only in Japan. No International Version

You are on a private network if the cabinet is not in Japan

), idac: ( <>

Official service only in Japan. No International Version

You are on a private network if the cabinet is not in Japan

), chunithm_intl: ( <>

No official service in NA or EU.{" "} See supported regions here

If your region is not shown, you are likely on a private network

), maimaidx_intl: ( <>

No official service in NA or EU.{" "} See supported regions here

If your region is not shown, you are likely on a private network

), music_diver: ( <>

Online service available only at Round1 Japan and Round1 USA locations

), street_fighter: ( <>

Online service in USA only at Round1 locations

), wacca_plus: ( <>

WACCA PLUS is a community continuation of WACCA REVERSE after online services ended in 2022

Runs on Mythos networked cabs. Not all cabinets have WACCA PLUS as these updates are opt-in by operators.

), museca_plus: ( <>

MÚSECA PLUS is a fan continuation project for MÚSECA 1+1/2.

Runs on various e-amusement private networks. Not all cabinets have MÚSECA PLUS as it is opt-in.

You can also download it as a data_mod

), rb_deluxe_plus: ( <>

A continuation of the abandoned iOS version of REFLEC BEAT (REFLEC BEAT plus)

Needs to be sideloaded once you get a hold of the IPA. Network features supported. iOS ONLY

*Not in main feed as date data is unavailable from this source

), wmmt: ( <>

Singular news feed for NA, ASIA/OCE, and JPN

All regions run different versions of the game

) });