From ce1a004bf635a815a48d8fd1b5e248e7f4e670d0 Mon Sep 17 00:00:00 2001 From: icex2 Date: Sat, 3 Feb 2024 10:29:10 +0100 Subject: [PATCH] fix(ddr): Add missing distribution files for 17 and 18 Even they are identical to 16, stick to the current scheme of copy-pasting them. --- dist/ddr/gamestart-17.bat | 15 +++++++++++++++ dist/ddr/gamestart-18.bat | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 dist/ddr/gamestart-17.bat create mode 100644 dist/ddr/gamestart-18.bat diff --git a/dist/ddr/gamestart-17.bat b/dist/ddr/gamestart-17.bat new file mode 100644 index 0000000..d108118 --- /dev/null +++ b/dist/ddr/gamestart-17.bat @@ -0,0 +1,15 @@ +@echo off + +cd /d %~dp0 + +if not exist conf\nvram mkdir conf\nvram +if not exist conf\nvram\ea3-config.xml copy prop\eamuse-config.xml conf\nvram\ea3-config.xml +if not exist conf\nvram\coin.xml copy prop\coin.xml conf\nvram\coin.xml +if not exist conf\nvram\eacoin.xml copy prop\eacoin.xml conf\nvram\eacoin.xml +if not exist conf\nvram\testmode-v.xml copy prop\testmode-v.xml conf\nvram\testmode-v.xml +if not exist conf\raw mkdir conf\raw + +regsvr32 /s com\k-clvsd.dll +regsvr32 /s com\xactengine2_10.dll + +.\launcher.exe -H 33554432 -K .\ddrhook2.dll .\arkmdxp3.dll %* diff --git a/dist/ddr/gamestart-18.bat b/dist/ddr/gamestart-18.bat new file mode 100644 index 0000000..d108118 --- /dev/null +++ b/dist/ddr/gamestart-18.bat @@ -0,0 +1,15 @@ +@echo off + +cd /d %~dp0 + +if not exist conf\nvram mkdir conf\nvram +if not exist conf\nvram\ea3-config.xml copy prop\eamuse-config.xml conf\nvram\ea3-config.xml +if not exist conf\nvram\coin.xml copy prop\coin.xml conf\nvram\coin.xml +if not exist conf\nvram\eacoin.xml copy prop\eacoin.xml conf\nvram\eacoin.xml +if not exist conf\nvram\testmode-v.xml copy prop\testmode-v.xml conf\nvram\testmode-v.xml +if not exist conf\raw mkdir conf\raw + +regsvr32 /s com\k-clvsd.dll +regsvr32 /s com\xactengine2_10.dll + +.\launcher.exe -H 33554432 -K .\ddrhook2.dll .\arkmdxp3.dll %*