Difference between revisions of "Pr maxedicts"

From FTE
Jump to: navigation, search
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>
 +
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

Revision as of 05:24, 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: