(CWL)Batyesz Posted February 2, 2014 Share Posted February 2, 2014 (edited) Is there any way to force clients to different settings? I used nitmod before, and nitmod has had the following features to force clients to different settings. : forcecvar [cvar] [value]sv_cvarempty sv_cvar [cvar] [mode] [value1] [value2] EQ vagy EQUALG vagy GREATERGE vagy GREATEREQUALL vagy LOWERLE vagy LOWEREQUALIN vagy INSIDEOUT vagy OUTSIDE INC vagy INCLUDEEXC vagy EXCLUDE or sv_cvar cg_bobup IN 0 0.005sv_cvar cg_fov IN 90 120sv_cvar r_ambientScale EQ 0.5 Is there any way to force clients to different settings in silentmod too.I know the mod supports the Lua scripting but the lua is only server side so I can't force clients! Thanks for help and for answers! Regards (CWL)Batyesz Edited February 2, 2014 by (CWL)Batyesz Quote Link to comment Share on other sites More sharing options...
Chuckun Posted February 2, 2014 Share Posted February 2, 2014 (edited) From the wiki: Q: How do I make forcecvar or sv_cvar work?A: silEnT server is able to force client cvars to certain values or ranges by using forcecvar and sv_cvar commands. sv_cvarempty will clear all the sv_cvar commands the server has loaded.To use the possibility, the g_mapConfigs must be set. All forcecvar and sv_cvar commands that are placed in the default.cfg, will be executed on every map start. Those settings can be overloaded by using a map specific cfg name [mapname].cfg. More help is available at silEnT forums. Edited February 2, 2014 by Chuckun Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted February 2, 2014 Management Share Posted February 2, 2014 Yes. I didn't find it from the wiki, but you can use the same sv_cvars and forcecvars as with N!tmod. Look at the default.cfg in mapconfigs directory for an example. The mapconfigs system explained, without the cvar forcing commands unfortunately, http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#g_mapConfigs. Quote Link to comment Share on other sites More sharing options...
(CWL)Batyesz Posted February 2, 2014 Author Share Posted February 2, 2014 @Chuckun Aha Thanks I found it on the following link:http://mygamingtalk.com/wiki/index.php/Silent_FAQ#Forcecvar_.26_sv_cvar Thanks. @gaoesa Thanks for your answer and useful link Regards (CWL)Batyesz Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.