Difference between revisions of "Hot tips"
From Bo3b's School for Shaderhackers
(Created page with "Mike: I must admit I don't understand at all what the "OverrideMethod" is actually doing, but it's worth remembering that if shaders don't seem to load, or F10 does not work, ...") |
Bo3b admin (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 7: | Line 7: | ||
Mike: | Mike: | ||
Problems with Const1 not always working. [https://forums.geforce.com/default/topic/513190/3d-vision/how-to-fix-disable-shaders-in-games-dll-guide-and-fixes-/post/4284091/#4284091] | Problems with Const1 not always working. [https://forums.geforce.com/default/topic/513190/3d-vision/how-to-fix-disable-shaders-in-games-dll-guide-and-fixes-/post/4284091/#4284091] | ||
+ | |||
+ | Helix: | ||
+ | Key codes list for mapping keys. [http://msdn.microsoft.com/en-us/library/ms927178.aspx] | ||
+ | |||
+ | |||
+ | Future DX11 fix example. Cannot recall original demo I planned to use, maybe Crysis 2? Another possibility is DefenseGrid2. |
Latest revision as of 22:08, 2 December 2018
Mike: I must admit I don't understand at all what the "OverrideMethod" is actually doing, but it's worth remembering that if shaders don't seem to load, or F10 does not work, then cycle through them...[1]
eqzitara: Change in preset layout for newer dlls.[2]
Mike: Problems with Const1 not always working. [3]
Helix: Key codes list for mapping keys. [4]
Future DX11 fix example. Cannot recall original demo I planned to use, maybe Crysis 2? Another possibility is DefenseGrid2.