ItsMods

Full Version: Easy Dvar set server / client.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi im looking a plugin to read dvar changes/client-server force from sv_config.
Bacause i make that post few days ago, Disable Friendly Fire and Enable Kill Cam on hardcore mode.
and no solution, now with that plugin probably i can put on sv_config something like.
[asd]
scr_team_fftype = 0
scr_game_allowkillcam = 1
any_random_dvar = 8

thats is possible? I was clear about what I want?

(02-27-2012, 00:16)Dumas Wrote: [ -> ]Hi im looking a plugin to read dvar changes/client-server force from sv_config.
Bacause i make that post few days ago, Disable Friendly Fire and Enable Kill Cam on hardcore mode.
and no solution, now with that plugin probably i can put on sv_config something like.
[asd]
scr_team_fftype = 0
scr_game_allowkillcam = 1
any_random_dvar = 8

thats is possible? I was clear about what I want?

Is using Rcon too hard?

Code:
set scr_team_fftype 0
set scr_game_allowkillcam  1
set any_random_dvar 8
Yes, because that dvars dont work on hardcore, probably can be forced with plugins and others dvars for example client dvars can be changed from rcon... and the idea wasn't only that, also wanted to know if possible, because that way it would facilitate many things.
(02-27-2012, 08:32)Dumas Wrote: [ -> ]Yes, because that dvars dont work on hardcore, probably can be forced with plugins and others dvars for example client dvars can be changed from rcon... and the idea wasn't only that, also wanted to know if possible, because that way it would facilitate many things.

have written a plugin for you.

edit the addon/dvar_server.cfg to set the server dvars
edit the addon/dvar_client.cfg to set the client dvars

example:
<dvar>;<value>
Quote:g_allowVote;1
g_deadChat;0

server dvars are set at the start of the server and are updated all 20 minutes

client dvars are set when the player joins
Release soure code
yes pleas
does it really work? i thought that clientdvar setting is impossible now
(09-23-2012, 20:40)OzonE Wrote: [ -> ]does it really work? i thought that clientdvar setting is impossible now

It is possible but some dvars are locked by IW
(09-23-2012, 21:45)Ich1994 Wrote: [ -> ]
(09-23-2012, 20:40)OzonE Wrote: [ -> ]does it really work? i thought that clientdvar setting is impossible now

It is possible but some dvars are locked by IW

can you provide a list please?
(09-24-2012, 13:33)OzonE Wrote: [ -> ]
(09-23-2012, 21:45)Ich1994 Wrote: [ -> ]
(09-23-2012, 20:40)OzonE Wrote: [ -> ]does it really work? i thought that clientdvar setting is impossible now

It is possible but some dvars are locked by IW

can you provide a list please?

+1
Pages: 1 2