diff --git a/src/client/entry.qc b/src/client/entry.qc index 9c9c4759..c36c9a23 100644 --- a/src/client/entry.qc +++ b/src/client/entry.qc @@ -85,6 +85,9 @@ CSQC_Init(float apilevel, string enginename, float engineversion) /* end msg */ print("Client game initialized.\n"); + + /* because the engine will do really bad hacks to our models otherwise. e.g. R6284 */ + cvar_set("r_fullbrightSkins", "0"); } /*