Skip to content

Reinstate the ability to override engine commands with QC commands

bones_was_here requested to merge bones_was_here/showscores_kludge into master

Reinstate the ability to override engine commands with QC commands

This was working in div0-stable and was removed in 46acef54

Due to previous improvements by LH & Cloudwalk, the behaviour is now better: the new QC command appears in the console in addition to the engine one, the new command takes priority and what's going on is clearer. When the CSQC VM shuts down, the registered command is removed.

Also this time we can has documentation.

This fixes the xonotic camera_enable cvar (demo camera feature) which is currently not working in DP master. It also allows older versions of Xonotic (which override +showscores) to work in current DP without hacks.

Remove the Xonotic +showscores kludge

Fixes https://github.com/DarkPlacesEngine/darkplaces/issues/64

See: xonotic-data.pk3dir!1128 (merged)

Edited by bones_was_here

Merge request reports