Allows you to use CardIO and SmartCard readers (specifically the acr122u) with TaikoArcadeLoader
KIT!
cd8c32521d
Avoids an error when multiple smartcard readers are connected. This should just be refactored like i did on the aimeio-smartcard repo but i don't have the motivation to merge that in right now so... it'll do ! |
||
---|---|---|
dist | ||
src | ||
subprojects | ||
.gitattributes | ||
.gitignore | ||
build64.bat | ||
LICENSE | ||
meson.build | ||
PLUGINS.md | ||
README.md |
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
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.
Copy cardreader.dll to your TAL's plugin folder. You should be able to see the plugin initializing in the game's console.
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.