Page 1 of 1

Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Posted: Sat Jul 08, 2023 1:13 pm
by nautymac
Can I turn on and off the green text with hotkey?

https://drive.google.com/file/d/16V8ok6 ... drive_link

Geo-11 hotkey
  • Ctrl + F3 : Separation Decrease
  • Ctrl + F4 : Separation Increase
  • Ctrl + F5 : Convergence Decrease
  • Ctrl + F6 : Convergence Increase
  • Ctrl + F7 : Configuration Save

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Posted: Sat Jul 08, 2023 8:57 pm
by mhalsan
To toggle the data overlay, use Shift + F6

This and other hotkeys can be set up in D3DXDM.INI
You can set up the FPS counter and its hotkey here also.
D3DX.INI also has a lot of useful options.

Thanks, Mark

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Posted: Tue Jul 11, 2023 8:23 am
by nautymac
Thank you.

I find those hotkeys.

d3dxdm.ini
[Include]
include = ShaderFixesDM\hotkeys.ini

[KeyToggleStereo]
Key = ctrl t
type = toggle
dm_stereo_enabled = !dm_stereo_enabled

[KeyToggleOverlayStereoParams]
Key = ctrl F1
type = toggle
$showoverlaystereoparams = 1

[KeyIncreaseConvergence]
Key = ctrl F6
type = hold
run = CommandListIncreaseConvergence

[KeyDecreaseConvergence]
Key = ctrl F5
type = hold
run = CommandListDecreaseConvergence

[KeyIncreaseSeparation]
Key = ctrl F4
type = hold
run = CommandListIncreaseSeparation

[KeyDecreaseSeparation]
Key = ctrl F3
type = hold
run = CommandListDecreaseSeparation

[KeySaveSettings]
Key = ctrl F7
run = CommandListSaveSettings

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Posted: Fri Jul 21, 2023 3:28 am
by NoricForge
You can also set hunting=0 in d3dx.ini to disable it permanently

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Posted: Fri Jul 21, 2023 10:05 am
by nautymac
Thank you.
That's what I'm looking for.