Registry: Difference between revisions
Created page with "LEGO Island uses the {{Wikipedia|Windows Registry}} to store most of its configuration data. The following is a reference of all of its registry entries: All data stored in <..." |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
LEGO Island uses the {{Wikipedia|Windows Registry}} to store most of its configuration data. The following is a reference of all of its registry entries: | LEGO Island uses the {{Wikipedia|Windows Registry}} to store most of its configuration data. The following is a reference of all of its registry entries: | ||
All data stored in <code>HKEY_LOCAL_MACHINE\SOFTWARE\Mindscape\LEGO Island</code> (32-bit) or <code>HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Mindscape\LEGO Island</code> (64-bit). | All data stored in <code>HKEY_LOCAL_MACHINE\SOFTWARE\Mindscape\LEGO Island</code> (32-bit) or <code>HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Mindscape\LEGO Island</code> (64-bit). When the applications are run without administator privilages, the data is read from <code>HKEY_CLASSES_ROOT\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Mindscape\LEGO Island</code>. | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 13: | Line 13: | ||
| <code>3DSound</code> || "YES" to use DirectSound's 3D sound, "NO" to disable it. | | <code>3DSound</code> || "YES" to use DirectSound's 3D sound, "NO" to disable it. | ||
|- | |- | ||
| <code>Back Buffers in Video RAM</code> || "YES" to | | <code>Back Buffers in Video RAM</code> || "YES" to enable double buffering, "NO" to disable it. | ||
|- | |- | ||
| <code>cdpath</code> || Secondary path to search for LEGO Island [[SI Files|SI files]]. Set to the directory LEGO Island was installed from by the installer. | | <code>cdpath</code> || Secondary path to search for LEGO Island [[SI Files|SI files]]. Set to the directory LEGO Island was installed from by the installer. | ||