Sunday, June 5, 2022

Ni No Kuni Cross World Diskless Launcher

1. First cut folder "Netmarble Launcher" in %appdata%\ ( appdata\Roaming ) . Then paste it inside Netmarble Launcher folder directory.

2. Create new text document and paste the following code into it :

@echo off
regedit /s netmarble.reg
mklink /j "%appdata%\Netmarble Launcher\" "Netmarble Launcher"
start "" "Netmarble Launcher.exe" --productcode=/Game/enngb
exit

3. Then save the file as batch file, eg : "netmarble_launcher.bat".

4. Create new batch file and paste the following code ( this code is used to update registry file inside netmarble launcher folder ) :

@echo off
reg export "HKEY_CURRENT_USER\SOFTWARE\Netmarble Corp" reg1.reg
copy /Y reg*.reg netmarble.reg
del reg*.reg
exit

5. Save the file as batch file, eg : "update registry netmarble.bat".

No comments:

Post a Comment