-
---
This could be re-enabled with a cvar to allow speedrunners to still use it.
-
Quake 1 & 2 featured this CVar to render point and brush entities only. Useful for finding secrets or people with OCD who don't want to miss any hidden items. Would be disabled in Multiplayer ofc. Any…
-
**Operating system and version:**
Windows
**Is this for single player or multiplayer?**
Both
**Description of the bug (and if possible, steps to reproduce the bug):**
There should be a cvar to di…
-
```
Attached patch add cvars:
g_customVote1
...
g_customVote8
g_customVotePercent
It setting customized votes for the players.
Example, to allow voting unlagged on and off:
g_customVote1 =…
-
#Hey
I got a problem with the lr noscope. When a user starts the noscope he's able to run in the weapon spawner and pick up another weapon (e.g. m4a1) and use it.
greetz
caaine
-
ReHlds-3.13.0.801-dev
ReGameDLL version: 5.26.0.668-dev
meta list
[ 1] Reunion RUN - reunion_mm_i386.so v0.1.0.137 ini Start Never
[ 2] Revoice RUN - revoice_…
-
Author: @realkemon (keMoN)
Date: 2019-04-01
Redmine Issue: 1239, https://dev.etlegacy.com/issues/1239
---
I propose to rename cg_drawCrosshair and cg_drawCrosshairNames to cg_crosshair and cg_crossh…
-
Version: 0.6.0.dev6
The following code uses an error model to simulate a Bell circuit, with a fixed seed. It gives non-deterministic results.
```python
from pecos.error_models.generic_error_mod…
-
A certain CVar was a float type, config specified it with an int instead. The live servers then proceeded to die violently.
A config like this
```toml
[netres]
limit = 10
```
instead of thi…
-
I think we can remove `has_min` and `has_max` params and replace `min_val`/`max_val` default values with `-Infinity` and `+Infinity` respectively.