- You're using Administration user. Writing Registry Key in
HKEY_LOCAL_MACHINE
requires you Administrative elevation. - Make sure that WeMade's game launcher is not running while you're following this guide.
- Where exactly your game location? The full path of the directory which contains the file
SoulWorker100.exe
. Let's call this path as%SWFOLDER%
. - What is your operating system's archilecture? Click here to see how to know my Windows's archilecture
- If you're using Windows x86 (32-bit), you should follow (and only follow) For Windows x86 (32-bit). Do not follow the other one.
- If you're using Windows x64 (64-bit), you should follow (and only follow) For Windows x64 (64-bit). Do not follow the other one.
- Open
Regedit.exe
if you haven't done it. How to launchregedit
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE
- Search for key
WeMade Online
, if there is no such key exist, create it. - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\WeMade Online
- Search for key
Soulworker
, if there is no such key exist, create it. - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\WeMade Online\Soulworker
- Within
HKEY_LOCAL_MACHINE\SOFTWARE\WeMade Online\Soulworker
:
- a) Search for string value
Execute
, if there is no such value exist, create new string value and name it asExecute
. - b) Search for string value
InstallPath
, if there is no such value exist, create new string value and name it asInstallPath
.
- Within
HKEY_LOCAL_MACHINE\SOFTWARE\WeMade Online\Soulworker
:
- a) Set the value of
Execute
to%SWFOLDER%\SoulWorker100.exe
(Refer Requirements, or Example) - b) Set the value of
InstallPath
to%SWFOLDER%
(Refer Requirements, or Example)
- Open
Regedit.exe
if you haven't done it. How to launchregedit
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node
- Search for key
WeMade Online
, if there is no such key exist, create it. - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WeMade Online
- Search for key
Soulworker
, if there is no such key exist, create it. - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WeMade Online\Soulworker
- Within
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WeMade Online\Soulworker
:
- a) Search for string value
Execute
, if there is no such value exist, create new string value and name it asExecute
. - b) Search for string value
InstallPath
, if there is no such value exist, create new string value and name it asInstallPath
.
- Within
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WeMade Online\Soulworker
:
- a) Set the value of
Execute
to%SWFOLDER%\SoulWorker100.exe
(Refer Requirements, or Example) - b) Set the value of
InstallPath
to%SWFOLDER%
(Refer Requirements, or Example)
This is just an example, you do not need to put or move your game folder to the according location.
- Assume the full path to the
SoulWorker100.exe
file isD:\Hangame\soulworker\SoulWorker100.exe
:- This means
%SWFOLDER%
isD:\Hangame\soulworker
. - So at Step 8, we will:
- Set the value of
Execute
toD:\Hangame\soulworker\SoulWorker100.exe
- Set the value of
InstallPath
toD:\Hangame\soulworker
- Set the value of
- This means
- In the step 8, you need to replace
%SWFOLDER%
with the actual path which is obtained at Requirements - Similiar to
Folders and files
's relationship, in registry:- A key is similiar to a folder.
- A value is similiar to a file.
- A key can contains many values and also keys.
- The guides for both archilectures are actually the same but only one difference:
- Windows x86 (32-bit) stored keys at
HKEY_LOCAL_MACHINE\SOFTWARE\WeMade Online\Soulworker
- Windows x64 (64-bit) stored keys at
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WeMade Online\Soulworker
- Why 32-bit registry keys is stored at a different location from 64-bit ones?
- Windows x86 (32-bit) stored keys at