Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Even more, sometimes the game dumbs up and won't recognize function key input, switching between screen modes fixes that for me.
"Jayce85 26 de Jun a las 9:46
On a Mac/OS X you need to use the Task Bar at the top of the desktop screen to Save & Load a game - keyboard shortcuts don't seem to work."
It also works for the options menu.
Turning off Num Lock should allow you to use the F1/F5 keys, as well as others such as the period key (for skipping text). No idea why this happens.
This fixed it for me (Win8 x64, AMD).
My issue was that when I went to fullscreen, the picture wasn't scaling correctly and I would be missing some of the picture.
Here are the steps to fix this:
1. Navigate to file location of dig.exe
2. Right click on dig.exe and select "Properties"
3. Select the "Compatability" tab
4. Check "Disable display scaling on high DPI settings"
5. Apply changes.
Hope this helps someone.
"installscript"
{
"Registry If Not Present"
{
"HKEY_CURRENT_USER\\Software\\LucasArts\\The Dig"
{
"dword"
{
"FixAspctRatio" "1"
"SmoothGraphics" "1"
"SwitchResolutions" "0"
"WindowFullScreen" "0"
}
}
}
}
You can't modify options directly from this file, but thanks to it, you notice the settings can be modified with regedit.
So, just go to the start menu, then execute and type : regedit
Once regedit is loaded, search for : The Dig
You will see several lignes. 0 mean disabled, 1 mean activated.
So if you want to enable fullscreen when the game boot, select the "windowfullscreen" line, hit Enter and change the 0 value with 1.
Then, the game will load directly in fullscreen.
You can also disable the smooth graphics by default, change the resolution, etc...
If you want to change the resolution value, you have to click on Decimal before entering the value, as default values (0 and 1 from other settings) are hexadecimal ones.
Note that the same things work with the other LucasArts games on Steam.
Thanks muchly! I've tried faffing about with the registry as in the post above but this is the one that worked for me.