-
- Open console
- `writecfg before`
- `unbindall`
- Go to Options->Keyboard, press "Use Defaults" button, then press "OK"
- Open console
You will see an error:
```
"\\" isn't a valid key
```
Then do…
ghost updated
5 years ago
-
```
] cmdlist gunsmoke
Command List
--------------
gunsmoke
--------------
```
**gunsmoke** is a command - toogle, enables/disables a smoke from guns when fire.
off
![image](https://f.cloud.…
ghost updated
5 years ago
-
This is an old known bug and I have found the cause. Bug occurs when a "Сlient Datagram" packet is overflowed and client doesn't receive entity state updates for the current frame. Сlient may miss som…
-
Now that the scene is getting development, we should take into consideration that Counter-Strike/Half-Life and probably the entire GoldSource library has a No-steam version.
There are several issue…
-
Hello,
I have troubles with resolution scaling in linux source engine games (e. g. CSGO)
Goldsource games (HL1) work well. A low 4:3 resolution is stretched when using fullscreen mode and goes to a …
-
На Windows такой проблемы нет. (точнее проявляется только в определённых моментах)
Все серверы работают на линуксе, и там присутствует данный баг.
Если в чате помимо текста на кириллице, добавить то…
-
Появляется только текст с зоной боевых действий, и с задачами.
После нажатия кнопки "Skip" игрок остаётся в наблюдателях, и при этом когда открываешь главное меню, курсор не смещается с центра экрана…
-
So, this issue effects all GoldSource games, and results in people thinking there's bad reg on the server.
pev->punchangle variable is responsible for weapon recoil and some more things. Thing is, cl…
-
Hello.
Recent changes in the Team Fortress 2 Hammer tool seems to have made it incompatible with Windows XP.
Hammer erases the "$SteamUserDir\Team Fortress 2\bin\GameConfig.txt" and replaces it …
-
```python
import a2s
address = ("51.38.60.53", 27015)
print(a2s.info(address), "\n===================")
print(a2s.players(address), "\n===================")
print(a2s.rules(address), "\n=======…