Few cvars I dont understand

New Member
Joined
Sep 3, 2005
Messages
10
Best answers
0
Im using the server.cfg posted in the sticky above. I am not sure though what these do, obviously something to do with violence settings. I thought though that violence is set client side rather than server side?

violence_ablood "1"
violence_agibs "1"
violence_hblood "1"
violence_hgibs "1"
 
Lost in space
Banned
💻 Oldtimer
Joined
Dec 1, 2002
Messages
2,725
Best answers
0
As far as I remember from the HL source code, "agibs" are alien gibs (from the Xen monsters and the like) and "hgibs" are human gibs (from players, scientists, grunts, etc). Blood works the same. Human blood is red, alien blood is that weird light-green color.

Those types of classifications are basic to HL, so they're in ESF too. Players are regarded human, and env_models and whatnot are regarded as aliens (they bleed the weird alien blood sometimes).

Without doing any research, I'd venture that the blood svars toggle the spawning of blood, and the gib svars toggle "gibbage" on death. Violence settings can be set on the client, but if they're set on the server (I didn't know they could be, but why not?) then they'd probably just override the client settings. If that's right, then you could have gibs and blood enabled on your client, but join a server with them disabled, and you wouldn't see them.

So yeah... setting them to 1 would enable them, which is the default. Nothing you have to worry about.
 
New Member
Joined
Sep 3, 2005
Messages
10
Best answers
0
The config above had them all set to "0". I went with my instinct and changed them to "1".

Thanks.
 

Users who are viewing this thread

Top Bottom