diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-20 11:36:07 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-20 11:36:07 -0700 |
| commit | 49bd1ded79fcd3e6f20b9600394e79a69777210a (patch) | |
| tree | 4bc19c7b2e5c38134e105e66482601bf35ff8439 | |
| parent | 700046b1b577ad88bfd22dffcdbeae481f8ac3ec (diff) | |
add man page1.1
| -rw-r--r-- | man/kshook-wine.1 | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/man/kshook-wine.1 b/man/kshook-wine.1 new file mode 100644 index 0000000..a957a1e --- /dev/null +++ b/man/kshook-wine.1 @@ -0,0 +1,79 @@ +.TH KSHOOK-WINE 1 "September 2025" "kshook-wine 1.0" "User Commands" +.SH NAME +kshook-wine \- SOUND VOLTEX EXCEED GEAR KONASTE HOOK Wine injector +.SH SYNOPSIS +.B kshook-wine +.RI [ options ] +.br +.B kshook-wine init +.SH DESCRIPTION +.B kshook-wine +is a helper script to inject the +.BR kshook.dll +library into the SOUND VOLTEX EXCEED GEAR (Konaste) process running under Wine, +allowing score submission to a Tachi instance. + +It supports both an interactive configuration mode and direct command-line +arguments. + +.SH COMMANDS +.TP +.B init +Run interactive initialization to set up paths to Wine prefix, Injector.exe, +kshook.dll, and the configuration file. Creates a configuration file in +~/.config/kshook-wine/config. + +.SH OPTIONS +.TP +.BR \-\-prefix " " PATH +Path to the Wine prefix directory (Linux path containing drive_c). +.TP +.BR \-\-injector " " PATH +Windows path to Injector.exe used for DLL injection. +.TP +.BR \-\-dll " " PATH +Windows path to the DLL to inject (typically kshook.dll). +.TP +.BR \-\-process\-name " " NAME +Target process name (default: sv6c.exe). +.TP +.BR \-h ", " \-\-help +Show help and usage. + +.SH EXAMPLES +Initialize configuration interactively: +.PP +.EX +kshook-wine init +.EE + +Inject using saved configuration: +.PP +.EX +kshook-wine +.EE + +Inject with explicit paths (bypassing config): +.PP +.EX +kshook-wine --prefix ~/.local/share/konaste \\ + --injector "C:\\\\Games\\\\SOUND VOLTEX EXCEED GEAR\\\\Injector.exe" \\ + --dll "C:\\\\Games\\\\SOUND VOLTEX EXCEED GEAR\\\\kshook.dll" +.EE + +.SH FILES +.TP +.I ~/.config/kshook-wine/config +User configuration file storing paths to Wine prefix, Injector, DLL, and +process name. + +.SH SEE ALSO +.BR wine (1), +.BR konaste-linux (7) +.br +Injector.exe project: https://github.com/nefarius/Injector +.br +Konaste Linux helper: https://github.com/mizztgc/konaste-linux + +.SH AUTHOR +Written by pinapelz for use with SOUND VOLTEX EXCEED GEAR on Wine/Linux. See respective repositories for tools used |
