guys i got this kind of yellow massage at DLC checker is it ok or not, if not pls help me to fix this
It's fine but makes installing DLCs tedious as it uses registry to find the COM3D2 path to install.
For DLC Checker, as long as it's in root dir ( as in, COM3D2's dir ) it has no effect, as it'll then use the root dir instead.
To fix this, you have two choices. Automatic or Manual.
Manual: Add to registry yourself. I will not provide steps and assume you're familiar with registry.
Path is "HKCU:\Software\KISS\CUSTOM ORDER MAID3D 2" No it's not a typo.
KeyName is "InstallDir", value is absolute path to COM3D2 directory.
Automatic:
- Download the attachedInstall.rar file.
- Extract Install.ps1 into COM3D2 directory ( where COM3d2.exe is )
- Right-click Install.ps1 and press Run with Powershell.
- CMD will open, then imediately close ( re-launches script as admin for you, required for registry changes ), followed by another CMD window. Close this window and you're done.
- ?
- Profit.
Edit:
If nervous about the script doing admin for you, you can remove this portion simple:
Right-click edit the script
then remove everything between line 1 - 19, a.k.a "# Elevates powershell to admin" and "'running with full privileges'".
After that, you'll need to start an powershell console running in administrator, then point to the install.ps1 script and run it from this powershell.
As stated, registry can not be edited through powershell without elevated privileges \ admin mode.