Editor doesn't work: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
m Editor doesn't work Problem moved to Editor doesn't work: remove rendundant word from title |
m re-org |
||
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 DoomConfig.cfg: | To resolve this problem you must edit <code>DoomConfig.cfg</code>: | ||
set r_multiSamples "0" | set r_multiSamples "0" | ||
{{editing}} | |||
{{troubleshooting}} |
Revision as of 17:14, 7 October 2007
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 DoomConfig.cfg
:
set r_multiSamples "0"