Skip to content

Aime card reader for segatools with multi-card support

Notifications You must be signed in to change notification settings

Nat-Lab/aimeio-multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aimeio-multi

Aime IO DLL for segatools supporting mutiple (up to 16) Aime cards.

Usage

Copy aimeio.dll to your segatools folder and add the following to your segatools.ini:

[aime]
; enable segatools aime emulation
enable=1

; number of aime cards
aimeCount=2

; set aime card IDs (access code) and keys to activate them with aimeId{n} and aimeKey{n} (0-indexed)
; for key codes, check the following:
; https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

aimeId0=12345123451234512345
aimeKey0=0x0D

aimeId1=54321543215432154321
aimeKey1=0x10

[aimeio]
path=aimeio.dll

Build

On Linux:

meson setup --cross cross-mingw-32.txt b32
ninja -C b32
meson setup --cross cross-mingw-64.txt b64
ninja -C b64

About

Aime card reader for segatools with multi-card support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published