I run X3 from an image of my DVD as well, Simply disabling emulation options in Alcohol 120% will solve any issue such as RMPS, ect.. And of course, not having Alcohol 120% running in the tray. But using virtual hide cd takes care of the above, I have all options enabled in mine as well as a virtual drive on Alcohol 120%, only thing I saw that made it not work was having more than 1 virtual drive on Daemon-Tools. or Alcohol 120%, with just 1 on each and virtual hide cd, it works.
Simply deny read access for admin account to these works.
HKEY_LOCAL_MACHINE\SOFTWARE\D-Tools
HKEY_LOCAL_MACHINE\SOFTWARE\Alcohol Soft
HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices1 (if exists)
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi
Using SFN just the same, D CD, D Node, D CH2, all worked for me, play Splinter Cell Chaos Theory latest patch as well as X3 and some other SF games that way. And takes less than a min to switch to a diff game, just undo the subacl, unhide virtual drives with virtual hide cd, unmount image, mount next game, hide drives with virtual hide cd, run subacl to deny access again, then play.
All them section are not needed of course, only if you are using one or the other (DT or A120) I just do them all with a batch and it works using subinacl
Code:
@ECHO OFF subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 0" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 3" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 4" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 5" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 6" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi\Scsi Port 7" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\SOFTWARE\D-Tools" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\SOFTWARE\Alcohol Soft" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices" /deny=administrators=r subinacl /keyreg "\HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices1" /deny=administrators=r exit


Leave a comment: