mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-13 06:13:39 +00:00
Update docs.
This commit is contained in:
parent
5b05414d7f
commit
e4b2694feb
1 changed files with 19 additions and 11 deletions
|
@ -47,7 +47,17 @@ QuakeSpasm-Spiked
|
||||||
(This is all relative to the regular QuakeSpasm at the time of writing)
|
(This is all relative to the regular QuakeSpasm at the time of writing)
|
||||||
|
|
||||||
----------------------
|
----------------------
|
||||||
3.1. Protocol Changes
|
3.1. User Features
|
||||||
|
|
||||||
|
o New 'extras' menu (inside options) that can be used to configure stuff.
|
||||||
|
|
||||||
|
o Smartjump feature added.
|
||||||
|
|
||||||
|
o Weapon impulse rollover
|
||||||
|
('impulse 8 2' will select the LG if you have it+cells, otherwise shotgun).
|
||||||
|
|
||||||
|
----------------------
|
||||||
|
3.2. Protocol Changes
|
||||||
|
|
||||||
o host_maxfps now caps all networking to 72 automatically.
|
o host_maxfps now caps all networking to 72 automatically.
|
||||||
This means that you can FINALLY uncap framerates without flooding servers
|
This means that you can FINALLY uncap framerates without flooding servers
|
||||||
|
@ -100,12 +110,14 @@ QuakeSpasm-Spiked
|
||||||
No prediction, no csqc, a few other omissions.
|
No prediction, no csqc, a few other omissions.
|
||||||
|
|
||||||
----------------------
|
----------------------
|
||||||
3.2. Modding features
|
3.3. Modding features
|
||||||
|
|
||||||
o Support for custom huds (or even menus) via Simple CSQC.
|
o Support for custom huds (or even menus) via Simple CSQC.
|
||||||
Check the devkit for an example.
|
Check the devkit for an example.
|
||||||
|
|
||||||
o Supports md3 (no shaders, no tags).
|
o Supports MenuQC.
|
||||||
|
|
||||||
|
o Supports IQM, MD5 (for rerelease compat), MD3 (no shaders, no tags).
|
||||||
|
|
||||||
o Raised limits for the mdl format (much rewritten, vertex limit is somewhere north of 32k, which should be enough...).
|
o Raised limits for the mdl format (much rewritten, vertex limit is somewhere north of 32k, which should be enough...).
|
||||||
|
|
||||||
|
@ -146,7 +158,7 @@ QuakeSpasm-Spiked
|
||||||
o Runs a range of new mods that will just fail in regular QS.
|
o Runs a range of new mods that will just fail in regular QS.
|
||||||
|
|
||||||
----------------------
|
----------------------
|
||||||
3.3. Mapping features
|
3.4. Mapping features
|
||||||
|
|
||||||
o Raised limits:
|
o Raised limits:
|
||||||
Static Entities (limit removed)
|
Static Entities (limit removed)
|
||||||
|
@ -155,7 +167,7 @@ QuakeSpasm-Spiked
|
||||||
Visible Entities (limit nuked from orbit)
|
Visible Entities (limit nuked from orbit)
|
||||||
Lightmap Data (limit obliterated)
|
Lightmap Data (limit obliterated)
|
||||||
Max Lightmaps (limit amputated)
|
Max Lightmaps (limit amputated)
|
||||||
Max Lightstyles (now 255 - bsp2 format limit).
|
Max Lightstyles (now 4096 - via bspx, up to 16 per face).
|
||||||
Lightmap Dimensions (now 256, for surface dimensions up to 4080qu)
|
Lightmap Dimensions (now 256, for surface dimensions up to 4080qu)
|
||||||
|
|
||||||
o BSPX support.
|
o BSPX support.
|
||||||
|
@ -190,12 +202,8 @@ QuakeSpasm-Spiked
|
||||||
|
|
||||||
o improve dev kit, with proper docs (ahahaha!).
|
o improve dev kit, with proper docs (ahahaha!).
|
||||||
|
|
||||||
o IQM, maybe, some time (mdl sucks).
|
|
||||||
|
|
||||||
o remove hull size limitation.
|
o remove hull size limitation.
|
||||||
|
|
||||||
o either menuqc or disconnected-csqc (for menus). otherwise known as cvar hell, so mods can avoid quake's clunky nightmare.
|
|
||||||
|
|
||||||
o rgb9e5 lighting.
|
o rgb9e5 lighting.
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in a new issue