Template:Engine Limits: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" |- ! Engine Limits !! {{goldsrc|1}} Pre-25th !! {{goldsrc|1}} Post-25th !! {{Xash|4.1}} !! {{svengine|4.1}} |- | Maximum number of dynamic sound channels...") |
(Svengine removed the software renderer) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | <noinclude>{{doc}}</noinclude> | ||
<onlyinclude><includeonly>{| class="wikitable" | |||
|- | |- | ||
| colspan="5" style="background:#949494;color:black;" | <center>Engine Limits</center> | |||
|- | |- | ||
| | ! Limits !! {{goldsrc|1}} Pre-25th !! {{goldsrc|1}} Post-25th !! {{Xash|4.1}} !! {{svengine|4.1}} | ||
|- | |- | ||
| | | Maximum number of dynamic sound channels || 8 || 32 || 64 || {{N/A}} | ||
|- | |- | ||
| | | Default max number of server entities ({{code|MAX_EDICTS}}) || 900 || 1200 || {{Tooltip|line=dashed|Xash sends MAX_EDICTS from the server in multiplayer|600 - 8192}} || 8192 | ||
|- | |- | ||
| | | Absolute max number of server entities (via [[liblist.gam]] edits) || 2048 || 2048 || 8192 || {{N/A}} | ||
|- | |- | ||
| Maximum number of | | Maximum number of temporary entities ({{code|MAX_TEMPENTS}}) || 500 || {{N/A}} || 300 - 2048 || {{N/A}} | ||
|- | |- | ||
| Maximum number of | | Maximum number of particles ({{code|MAX_PARTICLES}}) || 4096 || {{N/A}} || 1024 - 131072 || {{N/A}} | ||
|- | |- | ||
| Maximum number of | | Maximum number of beams ({{code|MAX_BEAMS}}) || 64 || {{N/A}} || 64 - 512 || 256 | ||
|- | |- | ||
| Maximum number of | | Maximum number of visible entities in the package ({{code|MAX_VISIBLE_PACKET}}) || 256 || 1024 || 2048 || {{N/A}} | ||
|- | |- | ||
| Maximum number of pre- | | Maximum number of pre-cacheable models and sprites ({{code|MAX_MODELS}}) || 512 || {{N/A}} || 1024 (4096 in FWGS) || 8192 | ||
|- | |- | ||
| Maximum number of | | Maximum number of pre-cached sounds ({{code|MAX_SOUNDS}}) || 512 || {{N/A}} || 2048 || 4096 | ||
|- | |- | ||
| Maximum number of | | Maximum number of entries to read sentences made up of sentences ({{code|MAX_SENTENCES}}) || 1536 || 2048 || 4096 || {{N/A}} | ||
|- | |- | ||
| | | Maximum number of user messages ({{code|MAX_USER_MESSAGES}}) || 128 || {{N/A}} || 191 || {{N/A}} | ||
|- | |- | ||
| Max number of | | Max number of loaded textures ({{code|MAX_TEXTURES}}) || 2048 || {{N/A}} || 4096 (8192 in FWGS) || {{N/A}} | ||
|- | |- | ||
| | | Max number of GL textures ({{code|MAX_GLTEXTURES}}) || 4800 || 10000 || 4096 (8192 in FWGS) || {{N/A}} | ||
|- | |- | ||
| | | Number of messages titles.txt ({{code|MAX_MESSAGES}}) || 1024 || {{N/A}} || 2048 || {{N/A}} | ||
|- | |- | ||
| Maximum size of | | Maximum size of indexed textures || 512х512 || 512x512 || 8192х8192 || {{N/A}} | ||
|- | |- | ||
| Maximum | | Maximum size of full color textures || 512х512 || 512x512 || 8192х8192 || {{N/A}} | ||
|- | |- | ||
| Maximum number of map | | Maximum number of models on the map ({{code|MAX_MAP_MODELS}}) || 256 || {{N/A}} || 768 (1024 in FWGS) || 4096 | ||
|- | |- | ||
| Maximum number of | | Maximum number of map leafs ({{code|MAX_MAP_LEAFS}}) || 8192 || {{N/A}} || 32767 || 65536 | ||
|- | |- | ||
| Maximum number of | | Maximum number of entities per packet ({{code|MAX_PACKET_ENTITIES}}) || 256 || 1024 || 256 || 512 | ||
|- | |- | ||
| Maximum number of | | Maximum number of spans (software renderer geometry limit) || 3000 || 6000 || {{N/A}} || {{no|{{Tooltip|line=dashed|Svengine removed the software renderer|Removed}}}} | ||
|- | |- | ||
| Maximum number of edges (software renderer geometry limit) || 7200 || 14400 || {{N/A}} || {{ | | Maximum number of surfaces (software renderer geometry limit) || 2000 || 4000 || {{N/A}} || {{no|Removed}} | ||
|- | |||
| Maximum number of edges (software renderer geometry limit) || 7200 || 14400 || {{N/A}} || {{no|Removed}} | |||
|}</includeonly></onlyinclude> | |}</includeonly></onlyinclude> |
Latest revision as of 08:19, 28 March 2025
The above documentation is transcluded from Template:Engine Limits/doc. (Edit | Page history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.