Difference between revisions of "Pr maxedicts"

From FTE
Jump to: navigation, search
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Name: pr_maxedicts<br>
 
Name: pr_maxedicts<br>
 
Default value: "2048"<br>
 
Default value: "2048"<br>
Flags: [[latch]]   <br>
+
Cvar flags: [[latch]] <br>
 +
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Dedicated Server]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
 +
Sets number of entities that the server can use. Although FTE can allocate up to 32767 entities (as of build 2533), the number of entities that can be sent over the network is limited to the protocol.<br />
 
<br />
 
<br />
Extra edict support
+
Protocol entity limits:<br />
 +
* Standard QuakeWorld: 512
 +
* Standard NetQuake: 600
 +
* QuakeWorld with [[FTE_PEXT_ENTITYDBL]]: 1024
 +
* QuakeWorld with [[FTE_PEXT_ENTITYDBL2]]: 2048
 +
* DarkPlaces 8: 32768

Latest revision as of 05:28, 23 November 2005

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

Sets number of entities that the server can use. Although FTE can allocate up to 32767 entities (as of build 2533), the number of entities that can be sent over the network is limited to the protocol.

Protocol entity limits: