From f4dd44e4912a0acaf2fb2deb82f4ed1cb05e6f28 Mon Sep 17 00:00:00 2001 From: nukedbart Date: Fri, 23 May 2025 22:36:34 +0000 Subject: [PATCH] Detailed registry explanations for the upcoming installer script --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37ac732..eb64cf0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# webhelper +# OGBG:WebHelper -The helper that allows launching PUBG from web. \ No newline at end of file +The helper that allows launching PUBG from web. + +# Development notice + +In order to make the webhelper work, you'll have to add these to your registry: + +create \HKEY_CLASSES_ROOT\somerandomname\ with root value `OGBG WebHelper Protocol` +create \HKEY_CLASSES_ROOT\somerandomname\shell\open\command with root value `X:\path\to\helper\helper.exe "%1"` \ No newline at end of file