segatools/doc
kyoubate-haruka a3ac466dba Vfs: Add ability to redirect arbitary paths (= serial ports) (#62)
As someone running several games on the same cabinet that share most of the hardware (like KCA and FGO), it's a bit of a hassle switching the COM ports of the hardware around all the time.

This commit adds the ability to place arbitary path redirections in segatools.ini, which is mostly useful for hardcoded serial ports.
Technically this would also allow you to redirect arbitary paths, but I haven't tested that yet.

An example that I personally use is:
```
[vfs]
amfs=amfs
appdata=.
option=option

; aime reader
redirection0from=\\.\COM10
redirection0to=\\.\COM3
; rfid reader
redirection1from=\\.\COM12
redirection1to=\\.\COM2
; POP led begone
redirection2from=\\.\COM9
redirection2to=\\.\COM90
; partition to pop
redirection3from=\\.\COM11
redirection3to=\\.\COM9
```

Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/62
Co-authored-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
Co-committed-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
2026-02-08 11:12:02 +00:00
..
config Vfs: Add ability to redirect arbitary paths (= serial ports) (#62) 2026-02-08 11:12:02 +00:00
15093-06.txt added LED 15093-06 credits and docs 2023-11-12 19:14:42 +01:00
chunihook.md renamed start.bat to launch.bat 2025-03-02 00:25:15 +01:00
development.md Fix typo in docs 2021-08-13 23:55:12 +02:00
emoney.md emoney: improce doc and add python script 2025-04-17 19:17:42 +02:00
idzhook.md renamed start.bat to launch.bat 2025-03-02 00:25:15 +01:00
nfc.txt Add HW,FW notes on NFC assembly 2018-11-28 11:49:55 -05:00