35 Commits
Author SHA1 Message Date
グローランプ 89bd77e306 IO: Resolve IO DLL paths from environment variables (#119)
## Summary

Adds a unified mechanism for locating third-party IO DLLs through environment
variables, on top of the existing per-game `[xxxio] path=` INI setting.

## Changes

For each IO DLL, the path is resolved in this order:

1. The section-specific INI value, e.g. `[mai2io] path=`.
2. The section-specific environment variable, e.g. `SEGATOOLS_MAI2IO_PATH`.
3. `SEGATOOLS_IO_ROOT` joined with the default IO DLL filename, e.g.
   `%SEGATOOLS_IO_ROOT%\mai2io.dll`.
4. Empty path, which keeps the built-in IO implementation (unchanged default).

INI and environment-variable paths are run through Windows environment-variable
expansion, so values such as `%SEGATOOLS_IO_ROOT%\mai2io.dll` are valid in the
INI directly.

Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/119
Co-authored-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com>
Co-committed-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com>
2026-07-08 20:23:08 +00:00
HaseoSora ddc969ff04 haseosora-springBoost-Integration (#102)
Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/102
Reviewed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
Co-authored-by: HaseoSora <haseosora@noreply.gitea.tendokyu.moe>
Co-committed-by: HaseoSora <haseosora@noreply.gitea.tendokyu.moe>
2026-04-06 12:22:00 +00:00
Dniel97 a2bfd840d6 idac: improve DNS hooking 2026-01-09 15:34:30 +01:00
Dniel97andHaseoSora 1a7a53f328 Update deadzone in wheel center for IDAC/IDZ/SWDC (#93)
Original PR by @HaseoSora :https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/82

Co-authored-by: HaseoSora <haseosora@noreply.gitea.tendokyu.moe>
Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/93
Co-authored-by: Dniel97 <Dniel97@noreply.gitea.tendokyu.moe>
Co-committed-by: Dniel97 <Dniel97@noreply.gitea.tendokyu.moe>
2026-01-09 13:32:35 +00:00
puniru eb96660fdf idac: update config for up and down dpad buttons 2025-08-27 13:30:00 +09:00
Dniel97 03513e7b0c add aime scan button to default segatools.ini 2025-07-16 15:44:05 +02:00
Dniel97 cdb6815c5a add keychip id and pcbid to default segatools.ini 2025-06-19 19:28:10 +02:00
Dniel97 e850346b79 renamed start.bat to launch.bat 2025-03-02 00:25:15 +01:00
Dniel97 892eb2b859 idz, idac, swdc: fixed rumble effect 2024-10-29 22:06:07 +01:00
Dniel97 c06bb408e7 idac: add ffb emulation 2024-09-30 18:50:46 +02:00
Dniel97 c91c7db3c7 renamed [gpio] dipsw settings to [system] 2024-08-20 10:48:08 +02:00
Dniel97 965126c68a idac: improved compatibility with newer versions 2024-06-30 14:23:20 +02:00
Dniel97 7e5e0f132e idac: 837-15070 board implementation 2024-06-23 21:21:57 +02:00
Dniel97 eb1ec0e261 idac: updated start.bat script 2024-04-29 21:34:30 +02:00
Dniel97 ca36a879cb updated README and added "AM Daemon" window name 2024-02-22 19:12:18 +01:00
Dniel97 e40e1dffe3 improved all segatools.ini configs 2024-02-21 21:58:44 +01:00
Dniel97 56e971c6a4 changed default operator buttons to F1, F2 and F3 and fixed subnets 2024-02-06 13:01:26 +01:00
Dniel97 72db08ac93 idz, idac, swdc: added FFB centering spring feature 2023-12-11 19:18:25 +01:00
Dniel97 4ffcf25555 added freeplay setting to ALLS games 2023-12-03 22:22:17 +01:00
Dniel97 793417e891 added new aime card reader generation
- Added new aime generation: 837-15286 and 837-15396
- New config setting `[aime] gen=3` for 837-15396
- Updated LED information for card reader
- Updated all games with the needed reader generation?
2023-12-03 18:45:42 +01:00
Dniel97 d521eeb43e idz, idac, swdc: Added separate pedals config, better XInput controls
- Configure separate pedals which are not part of the steering wheel (base)
 - It is now possible to have a different steering wheel, pedal and shifter brand all connected to 3 different USB ports
- XInput does not have a deadzone at the end of the max steering anymore and the `restrict` setting works as intended
2023-10-05 00:46:54 +02:00
Dniel97 31203daa09 idz, idac, swdc: fixed restrict config setting 2023-09-05 00:24:43 +02:00
Dniel97 eb2eef927a idac: added left and right button mapping 2023-09-04 23:31:52 +02:00
Dniel97 d5a551482b idac: mapped left and right thumbstick to dpad left and right 2023-09-04 02:04:42 +02:00
Dniel97 49f729c501 idz, idac, swdc: switched to [xinput] config instead of [io] 2023-09-04 02:03:31 +02:00
Dniel97 91f69beae6 idac: fixed config error 2023-08-30 02:24:02 +02:00
Dniel97 51b11469d0 added aimeGen as default instead of feliciaGen 2023-08-29 22:57:04 +02:00
Dniel97 f0dc51d01e idac: added config_hook.json 2023-08-29 20:03:33 +02:00
Dniel97 ca4a8bd84d idz, idac, swdc: Added deadzone config 2023-08-29 02:22:05 +02:00
Dniel97 f6e961d4f4 Removed -f from start.bat and fixed idz 2023-08-29 00:49:58 +02:00
Dniel97 3dc2ec6e69 idac, idz, swdc: Fixed DInput brake/accel, added cubic steering 2023-08-15 17:20:27 +02:00
Dniel97 600f795104 disable dipsw by default 2023-07-14 01:07:22 +02:00
Dniel97 c27ef9674d idac: added dipswitch support (beta) 2023-07-14 00:41:23 +02:00
Dniel97 da97d23b51 idac: first segatools support 2023-06-29 11:27:52 +02:00
Dniel97 555784258a idac: test 2023-04-23 16:13:51 +02:00