1
0
mirror of synced 2024-11-12 01:20:49 +01:00
FFBArcadePlugin/AutoSetup.cmd

194 lines
5.4 KiB
Batchfile
Raw Normal View History

@echo off
2020-08-02 09:33:53 +02:00
set /p Build=<Version.txt
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Button Rumble 64bit" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Button Rumble 64bit" /Y
2021-02-09 06:04:41 +01:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Initial D Zero v131" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Initial D Zero v131" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Initial D Zero v211" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Initial D Zero v211" /Y
2023-01-21 02:11:12 +01:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Initial D Zero v230" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Initial D Zero v230" /Y
2024-07-20 00:33:49 +02:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Initial D The Arcade v231" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Initial D The Arcade v231" /Y
2021-02-09 05:46:09 +01:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Sega World Drivers Championship 2018" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Sega World Drivers Championship 2018" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\MAME 64bit Outputs" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\MAME 64bit Outputs" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\PokkenTournament" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\PokkenTournament" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
2023-08-27 09:56:37 +02:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Spring Effect 64bit" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Spring Effect 64bit" /Y
2022-06-09 10:51:02 +02:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Flycast" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Flycast" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT5" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT5" /Y
2021-12-06 04:30:47 +01:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT5DX" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT5DX" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT5DX+" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT5DX+" /Y
2021-03-30 05:20:06 +02:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT6" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT6" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT6R" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT6R" /Y
2024-08-01 01:05:56 +02:00
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT6RR" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT6RR" /Y
xcopy ".\MAME32.dll" ".\Release.Win32\MAME 32bit Outputs" /Y
xcopy ".\MAME64.dll" ".\Release.Win32\MAME 64bit Outputs" /Y
xcopy ".\MAME32.dll" ".\Release.Win32\Supermodel 32bit Outputs" /Y
xcopy ".\MAME64.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
2023-03-02 08:39:51 +01:00
xcopy ".\MAME64.dll" ".\Release.Win32\Flycast" /Y
cd Release.Win32
cd Afterburner Climax
rename dinput8.dll opengl32.dll
cd..
cd Aliens Extermination
rename dinput8.dll opengl32.dll
cd..
2024-03-20 02:02:55 +01:00
cd Arctic Thunder
rename dinput8.dll d3d9.dll
cd..
cd Batman
rename dinput8.dll d3d11.dll
cd..
cd Battle Gear 4 Tuned
rename dinput8.dll d3d9.dll
cd..
2024-04-07 12:09:49 +02:00
cd Cruisn Blast
2024-04-17 22:39:08 +02:00
rename dinput8.dll winmm.dll
2024-04-07 12:09:49 +02:00
cd..
2021-12-06 04:33:09 +01:00
cd Crazy Taxi Steam
rename dinput8.dll xinput1_3.dll
cd..
cd Chase HQ 2
rename dinput8.dll d3d9.dll
cd..
2022-06-08 08:35:57 +02:00
cd Dead Heat
rename dinput8.dll opengl32.dll
cd..
2022-06-10 12:41:25 +02:00
cd Dead Heat Riders
rename dinput8.dll opengl32.dll
cd..
cd Gaelco Tuning Race
rename dinput8.dll opengl32.dll
cd..
cd Tokyo Cop
rename dinput8.dll opengl32.dll
cd..
cd Ring Riders
rename dinput8.dll opengl32.dll
cd..
2021-05-20 08:20:30 +02:00
cd D1GP Arcade
rename dinput8.dll winmm.dll
cd..
cd Demul
rename dinput8.dll winmm.dll
cd..
cd Dirty Drivin'
rename dinput8.dll d3d9.dll
cd..
cd H2Overdrive
rename dinput8.dll d3d9.dll
cd..
2024-07-20 00:33:49 +02:00
cd Hummer Extreme
rename dinput8.dll winmm.dll
cd..
cd HOTD4
rename dinput8.dll opengl32.dll
cd..
2022-06-08 08:35:57 +02:00
cd Flycast
rename dinput8.dll winmm.dll
cd..
2021-02-09 06:04:41 +01:00
cd Initial D 4
rename dinput8.dll opengl32.dll
cd..
2021-02-09 06:04:41 +01:00
cd Initial D 4 Japan
rename dinput8.dll opengl32.dll
cd..
2021-02-09 06:04:41 +01:00
cd Initial D 5
rename dinput8.dll opengl32.dll
cd..
2024-07-20 02:25:53 +02:00
cd Initial D The Arcade v231
rename dinput8.dll d3d11.dll
cd..
cd KODrive
rename dinput8.dll d3d9.dll
cd..
cd LGI
rename dinput8.dll d3d9.dll
cd..
cd LGI3D
rename dinput8.dll d3d9.dll
cd..
cd Machstorm
rename dinput8.dll xinput1_3.dll
cd..
cd Outrun 2 Special Tours Deluxe Custom
rename dinput8.dll opengl32.dll
cd..
cd Outrun 2 Special Tours Deluxe Real
rename dinput8.dll opengl32.dll
cd..
cd Rambo
rename dinput8.dll opengl32.dll
cd..
cd R-Tuned
rename dinput8.dll opengl32.dll
cd..
2024-08-01 01:09:19 +02:00
cd "Sega Race TV"
rename dinput8.dll opengl32.dll
cd..
2021-06-23 10:16:20 +02:00
cd "Sega World Drivers Championship 2018"
rename dinput8.dll d3d11.dll
cd..
cd "Sonic & Sega All Stars Racing"
rename dinput8.dll d3d9.dll
cd..
2021-04-17 00:31:12 +02:00
cd "Storm Racer G"
rename dinput8.dll xinput1_3.dll
cd..
cd Supermodel 32bit Outputs
rename dinput8.dll opengl32.dll
cd..
cd Supermodel 64bit Outputs
rename dinput8.dll opengl32.dll
cd..
cd Wacky Races
rename dinput8.dll d3d9.dll
cd..
2022-06-08 08:35:57 +02:00
cd WMMT3
rename dinput8.dll opengl32.dll
cd..
2023-09-30 05:04:31 +02:00
cd WMMT3DX+
rename dinput8.dll opengl32.dll
cd..
cd WMMT5
rename dinput8.dll d3d11.dll
cd..
2021-12-06 04:30:47 +01:00
cd WMMT5DX
rename dinput8.dll d3d11.dll
cd..
cd WMMT5DX+
rename dinput8.dll d3d11.dll
cd..
2021-03-30 05:20:06 +02:00
cd WMMT6
rename dinput8.dll d3d11.dll
cd..
cd WMMT6R
rename dinput8.dll d3d11.dll
cd..
2024-08-01 01:05:56 +02:00
cd WMMT6RR
rename dinput8.dll d3d11.dll
cd..
del dinput8.exp
del dinput8.lib
del SDL2.dll
rd /s /q ".\DInput8Wrapper\"
2020-08-02 09:33:53 +02:00
"C:\Program Files\7-Zip\7z.exe" a ".\FFB Arcade Plugin %Build%.zip" ".\*"
move ".\FFB Arcade Plugin %Build%.zip" "..\"
"C:\Program Files\7-Zip\7z.exe" a ".\FFB Arcade Plugin %Build%.7z" ".\*"
move ".\FFB Arcade Plugin %Build%.7z" "..\"
EXIT