Editor doesn't work: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
No edit summary |
Nbohr1more (talk | contribs) No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
Seems like some cards cannot have AA in windowed mode. | Seems like some cards cannot have AA in windowed mode. | ||
To resolve this problem you must edit | To resolve this problem you must edit <code>Darkmod.cfg</code>: | ||
set r_multiSamples "0" | set r_multiSamples "0" | ||
Note: Most of the native Doom 3 edit functions are now gone in TDM 2.0 Standalone. We recommend that you use Dark Radiant instead. | |||
{{editing}} | |||
{{troubleshooting}} |
Latest revision as of 18:00, 25 August 2016
Originally written by sparhawk on http://forums.thedarkmod.com/topic/1841
There are on some cards problems with the editor not working when anti aliasing is switched on.
From D3World: "For the wglMakeCurrent problem Simply remove AA before you start the editor."
Seems like some cards cannot have AA in windowed mode.
To resolve this problem you must edit Darkmod.cfg
:
set r_multiSamples "0"
Note: Most of the native Doom 3 edit functions are now gone in TDM 2.0 Standalone. We recommend that you use Dark Radiant instead.