Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
01-19-2012, 15:35
(This post was last modified: 01-19-2012, 18:53 by zxz0O0.)
(01-19-2012, 14:49)xizitro Wrote: [DVARS]
forceClientDvars=cg_fov "80",cg_fovscale "1.125"
forbiddenClientDvars=r_fog,com_maxfps
delete r_fog from: forbiddenClientDvars= ?? , or how to add r_fog 0 auto when client join server
This was just an example. If you want auto r_fog 0 use
Code: [DVARS]
forceClientDvars=r_fog "0"
forbiddenClientDvars=
I will soon add r_filmTweak dvars.
Posts: 12
Threads: 0
Joined: Jan 2012
Reputation:
0
Code: [DVARS]
forceClientDvars=cg_fov "80",cg_fovscale "1.125",r_fog "0",com_maxfps "100",cg_scoreboardPingText "1",r_distortion "0",waypointIconHeight "13.37",waypointIconWidth "13.37",compassFriendlyHeight "10",compassFriendlyWidth "10",cg_scoreboardMyColor "0 0 0 0",scr_game_playerwaittime "25",compassObjectiveSize "13",r_filmTweakDesaturation "0",r_filmTweakContrast "2.4",r_fastSkin "1",r_lodScaleRigid "1",r_lodScaleSkinned "1",cl_maxpackets "100",cg_ScoresPing_MaxBars "10",cg_ScoresPing_Interval "25",cg_scoreboardItemHeight "15",cg_crosshairEnemyColor "0",cg_drawFPS "Simple",ui_mousePitch "0",clientSideEffects "0",sv_clientsidebullets "0",cg_scoreboardWidth "430",cg_scoreboardBannerHeight "20",cg_scoreboardHeaderFontScale "0.25",r_drawWater "0",r_drawSun "0",r_filmTweakBrightness "0.800",r_filmUseTweaks "1",cg_scoreboardPingGraph "0",cg_drawlagometer "1",sm_maxLights "0",sm_enable "0",rate "25000",cg_headIconMinScreenRadius "0.015",seta g_playerCollisionEjectSpeed "0"
This is my sv_server.ini and not work ;/ this file i have from TED
Posts: 20
Threads: 1
Joined: Mar 2011
Reputation:
-1
Please the creator of this mod go here
http://www.esl.eu/eu/mw3/forum/2683/2527...82/?page=3
so they can approve it!!
Posts: 77
Threads: 2
Joined: Nov 2011
Reputation:
0
is it possible with this plugin to have a ready up preiod?
Posts: 2,992
Threads: 55
Joined: Feb 2011
Reputation:
114
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
01-19-2012, 17:56
(This post was last modified: 02-26-2012, 15:06 by zxz0O0.)
(01-19-2012, 15:40)xizitro Wrote: Code: [DVARS]
forceClientDvars=cg_fov "80",cg_fovscale "1.125",r_fog "0",com_maxfps "100",cg_scoreboardPingText "1",r_distortion "0",waypointIconHeight "13.37",waypointIconWidth "13.37",compassFriendlyHeight "10",compassFriendlyWidth "10",cg_scoreboardMyColor "0 0 0 0",scr_game_playerwaittime "25",compassObjectiveSize "13",r_filmTweakDesaturation "0",r_filmTweakContrast "2.4",r_fastSkin "1",r_lodScaleRigid "1",r_lodScaleSkinned "1",cl_maxpackets "100",cg_ScoresPing_MaxBars "10",cg_ScoresPing_Interval "25",cg_scoreboardItemHeight "15",cg_crosshairEnemyColor "0",cg_drawFPS "Simple",ui_mousePitch "0",clientSideEffects "0",sv_clientsidebullets "0",cg_scoreboardWidth "430",cg_scoreboardBannerHeight "20",cg_scoreboardHeaderFontScale "0.25",r_drawWater "0",r_drawSun "0",r_filmTweakBrightness "0.800",r_filmUseTweaks "1",cg_scoreboardPingGraph "0",cg_drawlagometer "1",sm_maxLights "0",sm_enable "0",rate "25000",cg_headIconMinScreenRadius "0.015",seta g_playerCollisionEjectSpeed "0"
This is my sv_server.ini and not work ;/ this file i have from TED
Hello,
- cg_drawfps doesn't work
- lagometer doesn't work
- g_playerCollisionEjectSpeed is a server command
- sv_clientsidebullets is a server command
- r_drawSun doesn't seem to work
- r_drawWater doesn't seem to work
- Do NOT use seta
The file is called sv_config.ini not sv_server.ini, it is located in the folder \addon. I just tested it and it works.
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
01-20-2012, 20:03
(This post was last modified: 01-20-2012, 20:20 by zxz0O0.)
Original:
Updated the plugin to version 1.1
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
Posts: 20
Threads: 1
Joined: Mar 2011
Reputation:
-1
(01-20-2012, 20:31)iAegle Wrote: pretty cul
Can somebody help me to how to force clients when they enter in the server to have config i like?
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
(01-20-2012, 22:38)ninjadx Wrote: (01-20-2012, 20:31)iAegle Wrote: pretty cul
Can somebody help me to how to force clients when they enter in the server to have config i like?
In \addon folder there is a sv_config.ini. You need to add this part to it
Code: [DVARS]
forceClientDvars=add here dvars
Use the same format like I did in my example on first post.
|