forked from TeamTofuShop/segatools
added freeplay setting to ALLS games
This commit is contained in:
10
dist/swdc/config_hook.json
vendored
10
dist/swdc/config_hook.json
vendored
@ -1,10 +0,0 @@
|
||||
{
|
||||
"aime" :
|
||||
{
|
||||
"firmware_path" :
|
||||
[
|
||||
".\\aime_firm\\TN32MSEC003S_V12.hex",
|
||||
".\\aime_firm\\update_15396_6728_94.bin"
|
||||
]
|
||||
}
|
||||
}
|
9
dist/swdc/segatools.ini
vendored
9
dist/swdc/segatools.ini
vendored
@ -40,6 +40,15 @@ path=
|
||||
; Leave empty if you want to use Segatools built-in gamepad/wheel input.
|
||||
path=
|
||||
|
||||
[gpio]
|
||||
; ALLS DIP switches.
|
||||
enable=1
|
||||
|
||||
; Enable freeplay mode. This will disable the coin slot and set the game to
|
||||
; freeplay. Keep in mind that some game modes (e.g. Freedom/Time Modes) will not
|
||||
; allow you to start a game in freeplay mode.
|
||||
freeplay=0
|
||||
|
||||
; -----------------------------------------------------------------------------
|
||||
; Input settings
|
||||
; -----------------------------------------------------------------------------
|
||||
|
2
dist/swdc/start.bat
vendored
2
dist/swdc/start.bat
vendored
@ -5,7 +5,7 @@ pushd %~dp0
|
||||
rem Matching Server
|
||||
start /min ..\..\..\Tools\tdrserver.exe
|
||||
REM start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanClient.json config_MiniCabinet.json config_hook.json
|
||||
start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanServer.json config_MiniCabinet.json config_hook.json
|
||||
start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanServer.json config_MiniCabinet.json
|
||||
REM Valid -launch parameters are "PC", "Cabinet" and "MiniCabinet
|
||||
inject -d -k swdchook.dll ..\Todoroki\Binaries\Win64\Todoroki-Win64-Shipping.exe -launch=MiniCabinet -ABSLOG="..\..\..\..\..\Userdata\Todoroki.log" -UserDir="..\..\..\Userdata" -NotInstalled -UNATTENDED
|
||||
|
||||
|
Reference in New Issue
Block a user