Difference between revisions of "Pr compatabilitytest"

From FTE
Jump to: navigation, search
 
Line 1: Line 1:
 
Name: pr_compatabilitytest<br>
 
Name: pr_compatabilitytest<br>
 
Default value: "0"<br>
 
Default value: "0"<br>
Flags: [[latch]]   <br>
+
Cvar flags: [[latch]] <br>
 +
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Dedicated Server]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
 
This cvar will cause FTE to cause server errors on extended QC builtins that were not quiried for first. Portable mods should run whatever this is set to. Non-portable ones won't. It's handy for making sure you checked for the rare builtins if you can't stand regular quake.
 
This cvar will cause FTE to cause server errors on extended QC builtins that were not quiried for first. Portable mods should run whatever this is set to. Non-portable ones won't. It's handy for making sure you checked for the rare builtins if you can't stand regular quake.

Revision as of 05:21, 1 November 2005

Name: pr_compatabilitytest
Default value: "0"
Cvar flags: latch
FTEQW Builds: Software Renderer OpenGL Renderer Dedicated Server Merged Build Linux Build

This cvar will cause FTE to cause server errors on extended QC builtins that were not quiried for first. Portable mods should run whatever this is set to. Non-portable ones won't. It's handy for making sure you checked for the rare builtins if you can't stand regular quake.