ItsMods

Full Version: ProMod Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(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.
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
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!!
is it possible with this plugin to have a ready up preiod?
nope
(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.
[Image: 2012012000001t.jpg]

Original:
[Image: 2012012000002.jpg]


Updated the plugin to version 1.1 Nyan Cat
pretty cul
(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?
(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.