Difference between revisions of "Pr compatabilitytest"

From FTE
Jump to: navigation, search
m
 
Line 4: Line 4:
 
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Dedicated Server]] [[Merged Build]] [[Linux Build]] <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 quarried 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.

Latest revision as of 22:11, 3 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 quarried 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.