Import Play History from EGTS Legacy WebUI or a local TaikoLocalServer instance
);
}
if (!isOpen) return null;
const handleClose = () => {
onClose();
};
if (game === undefined) {
return "Sorry, due to some extreme error the game you're looking for doesn't seem to exist...";
}
return (
{/* Backdrop */}
{/* Modal */}
{/* Header */}
Import {game.formattedName} EGTS Data
Follow the instructions below to import your data
{/* Warning */}
Before exporting ensure that the display language of Songs is set to Japanese, or is consistent with your other imports so that your data is consistent.
{/* Instructions */}
Instructions:
Log into your the WebUI. Its assumed you already know the link if you're using this import method
Install the appropriate userscript to your browser (use an extension such
as Tampermonkey).