UseTexEnvCombine (Command Line Parameter)

From Unofficial Homecoming Wiki
Revision as of 22:55, 24 June 2023 by BlackSpectre (talk | contribs) (Created page with "__NOTOC__ ==Command Line Parameter== : {{launchparam|UseTexEnvCombine}} A launch parameter that forces use of texture_env_combine shader path. * Enables simple rendering path, which may help fix issues with certain video cards and drivers. * This command is not a slash command but rather a command line parameter. Although using the command in the game's chat box as a slash command does not generate an error, it also will not have any effect....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Command Line Parameter

-UseTexEnvCombine

A launch parameter that forces use of texture_env_combine shader path.

  • Enables simple rendering path, which may help fix issues with certain video cards and drivers.
  • This command is not a slash command but rather a command line parameter. Although using the command in the game's chat box as a slash command does not generate an error, it also will not have any effect. A command line argument is run from the command prompt or entered into a shortcut that executes the game client .exe. You can also add them to the Extra Launch Parameters in the Homecoming Launcher--> Settings--> Homecoming, which might be the easiest way to use one of these.
  • This is a useful parameter to try if having graphics issues (such as crosshairs all over the screen, or some other graphics anomaly).


Developer Note: 
    // Check implementation limits for restricted ARB environment and disable accordingly.
    // e.g. Intel 915G family only has 16 temporaries and 24 bound params for shader programs
    // and limitations with Cg compiled instruction mix that we switch it over to TEX_ENV_COMBINE
    // until such time as they can be resolved (if ever).


Example

-UseTexEnvCombine