diff --git a/dist/sdvx5/gamestart.bat b/dist/sdvx5/gamestart.bat index 3847d38..c1b41dd 100644 --- a/dist/sdvx5/gamestart.bat +++ b/dist/sdvx5/gamestart.bat @@ -13,4 +13,4 @@ for /R prop\defaults %%D in (*.*) do ( if not exist dev\nvram\%%~nxD copy /y prop\defaults\%%~nxD dev\nvram ) -launcher -H 268435456 -K sdvxhook2.dll soundvoltex.dll --options sdvxhook2.conf %* +launcher -H 268435456 -K sdvxhook2.dll soundvoltex.dll --config sdvxhook2.conf %* diff --git a/doc/tools/mempatch-hook.md b/doc/tools/mempatch-hook.md index dfd6890..a643786 100644 --- a/doc/tools/mempatch-hook.md +++ b/doc/tools/mempatch-hook.md @@ -14,12 +14,12 @@ it to the list of libraries to inject: Example when using *inject.exe*: ``` -inject iidxhook3.dll mempatch-hook.dll bm2dx.exe --options iidxhook-16.conf --mempatch myPatch.mph %* +inject iidxhook3.dll mempatch-hook.dll bm2dx.exe --config iidxhook-16.conf --mempatch myPatch.mph %* ``` When using *launcher.exe*: ``` -launcher -K iidxhook4.dll -K mempatch-hook.dll bm2dx.dll --options iidxhook.conf --mempatch myPatch.mph %* +launcher -K iidxhook4.dll -K mempatch-hook.dll bm2dx.dll --config iidxhook.conf --mempatch myPatch.mph %* ``` To load a patch script, add the *--mempatch * argument (as