by korg1 » Thu Apr 12, 2012 7:37 pm
ok,my mortscript at start up starts from flash disk and it points to ''start up.exe'' located at my storage card. i added as follow:
If ( FileExists( "\Storage Card\Skin\StartUp.exe" ) )
Run( "\Storage Card\Skin\StartUp.exe" )
RegWriteDWord ("HKLM", "Software\lmadpil", "1055", "00000414")
RegWriteDWord ("HKLM", "Software\lmadpil", "1055_d", "45C2A2BB")
RegWriteDWord ("HKLM", "Software\lmadpil", "1862", "00000733")
RegWriteDWord ("HKLM", "Software\lmadpil", "1862_d", "45c13bb7")
else
Run( "\My Flash Disk\MioMap\MioMap\MioMap1.exe" )
Exit
EndIf
...but it seems that in registry,the values for the game are diferrent,that's why the game is still not activated.In registry now they appear as:
[HKEY_LOCAL_MACHINE\SOFTWARE\lmadpil]
"1862_d"=dword:0000002D(45)
"1862"=dword:000002DD(733)
"1055_d"=dword:0000002D(45)
"1055"=dword:000019E(414)