Norenderthread (Command Line Parameter): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ == Command Line Parameter == : {{launchparam|norenderthread|[0-1]}} Tell the client to NOT use a separate thread for rendering graphics. (You're unlikely to want to do this.) * 0 = Enable thread, 1 = Disable thread. Default = 0. * Unneeded as of Issue 11. ==Example== -norenderthread 1 ==Also== * {{slashcommand|renderthread}} * {{slashcommand|norenderthread}} * {{slashcommand|userenderscale}} * {{slashcommand|renderscale}} * {{slashcommand|renderscale...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:




==Also==
== See Also ==
* {{slashcommand|renderthread}}
* {{launchparam|renderthread}}
* {{slashcommand|norenderthread}}
* {{launchparam|norenderthread}}
* {{slashcommand|userenderscale}}
* {{launchparam|userenderscale}}
* {{slashcommand|renderscale}}
* {{launchparam|renderscale}}
* {{slashcommand|renderscalefilter}}
* {{launchparam|renderscalefilter}}
* {{slashcommand|renderscalex}}
* {{launchparam|renderscalex}}
* {{slashcommand|renderscaley}}
* {{launchparam|renderscaley}}
* {{slashcommand|rendersize}}
* {{launchparam|rendersize}}





Latest revision as of 07:47, 26 June 2023

Command Line Parameter

-norenderthread [0-1]

Tell the client to NOT use a separate thread for rendering graphics. (You're unlikely to want to do this.)

  • 0 = Enable thread, 1 = Disable thread. Default = 0.
  • Unneeded as of Issue 11.


Example

-norenderthread 1


See Also