1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-01-19 07:17:23 +01:00

dist/docs: --config not --options

This commit is contained in:
Will Xyen 2019-12-18 21:48:47 -05:00
parent b1329d10bf
commit b1fd175318
2 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ for /R prop\defaults %%D in (*.*) do (
if not exist dev\nvram\%%~nxD copy /y prop\defaults\%%~nxD dev\nvram 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 %*

View File

@ -14,12 +14,12 @@ it to the list of libraries to inject:
Example when using *inject.exe*: 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*: 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 <path to patch script>* argument (as To load a patch script, add the *--mempatch <path to patch script>* argument (as