1
0
mirror of https://github.com/AkaiiKitsune/TAL_CardReader synced 2024-09-23 18:18:20 +02:00
Allows you to use CardIO and SmartCard readers with TaikoArcadeLoader
Go to file
2024-05-18 19:47:23 +02:00
dist Added support for SmartCard readers 2023-05-30 16:54:35 +02:00
src Turns out i'm retarded 2024-05-18 19:18:42 +02:00
subprojects First working version 2023-05-12 09:52:01 +02:00
.gitattributes Initial commit 2023-05-09 10:42:47 +02:00
.gitignore Added support for SmartCard readers 2023-05-30 16:54:35 +02:00
build64.bat Added support for CHN 2024-04-02 16:32:55 +02:00
LICENSE First working version 2023-05-12 09:52:01 +02:00
meson.build Merge branch 'tests' 2024-04-02 16:37:36 +02:00
PLUGINS.md First working version 2023-05-12 09:52:01 +02:00
README.md Fixed download links 2024-05-18 19:47:23 +02:00

TAL CardReader

This is a plugin that allows you to use CardIO and SmartCard readers with TaikoArcadeLoader

Acknowledgments

This is a plugin destined to be used with BroGamer4256's TaikoArcadeLoader. More specifically with esuo1198's fork

CardIO and SmartCard implementation taken from Spicetools and adapted with the help of CrazyRedMachine (Huge thanks!)

Initial project setup done with the help of Stepland

How to use

Copy cardreader.dll and it's config file to your TAL's plugin folder (\Executable\Release\plugins). You should be able to see the plugin initializing in the game's console.

There are two versions of this plugin :

  • For JPN or ASIA dumps, use the CARD Insert build.
  • If you're playing on CHN instead, use the QR Insert build.

If there's an error when you log-in, make sure you're using the right version for your game dump and that you're using an updated version of esuo1198's TAL fork (Commit 3920cc2 and above !).

Settings

  • using_smartcard (default : false)

    • Reader type defaults to CardIO, if you want to use a SmartCard reader, set this to true.
  • read_cooldown (default : 20)

    • Cooldown between each read attempt, a low value (below 15) can lead to game crashes, a high value (above 500) will break SmartCard readers.

Compiling

To build this, you'll need two things :

Once you've edited your build64.bat file to point to your local installation of the VS2022 build tools, you should be good to go.