How to disable enemy models to have same color

Ever since I downloaded desktop quake live (haven't been playing for a year), all enemy models are the same color. Models are different but color is the same. How to make enemy models have their default colors, so I can actually distinguish between players?

2 Answers

UI

You may configure it in Game Settings > Advanced > Team Options:

  • Force Enemy Model: No
  • Force Enemy Skin: No

Console

Or, you may use console (under the tilde ~ by default) and type (case insensitive):

\clearcvar cg_forceEnemyModel

\clearcvar cg_forceEnemySkin

Try this:

 /clearcvar cg_forceEnemyModel

Quake Live's default for enemy is light\keel, so /clearcvar leaves the value at 'null'.

3

You Might Also Like