ItsMods

Full Version: ProMod Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(02-19-2012, 21:44)jiton Wrote: [ -> ]i put the Server addon files on the root folder by mistake S: but it was like on this pic (http://img715.imageshack.us/img715/8776/folderse.png)
on this guide http://www.esl.eu/eu/mw3/forum/2683/25274/1013456/

i will srsly get vac ban :[?

P.S i just tried to lunch the game,it didnt go up and i didnd join any server and after that i verifyed the files and deleted them.

This addon nor the promod plugin will give you a ban. Don't be afraid, no one has be banned for this.
How do I change client DVARs correctly?
I added this line in sv_config.ini after "forceClientDvars=": maxfps "0",fov "90"
But nothing changes!
What am I doing wrong?
(02-20-2012, 15:15)vin97 Wrote: [ -> ]How do I change client DVARs correctly?
I added this line in sv_config.ini after "forceClientDvars=": maxfps "0",fov "90"
But nothing changes!
What am I doing wrong?

I take all informations from first post:
Quote:-CompetitiveMod
If this is set to 1, the other options won't work. It will use the default variables. If you set it to 0, players will be notified. For league you must set to 1! (default 1)
So that means you need to have
Code:
CompetitiveMod=0
in sv_config.ini

Then, for forceClientDvar there is also an example on the first post:
Code:
forceClientDvars=cg_fov "80",cg_fovscale "1.125"
As you can see you write first the dvar and then after a space the value in quotes. Splitting dvars with a comma.

Also, the dvar for fps is com_maxfps. cg_fov is 65 - 80. (For FOV 90, you use cg_fovScale but you can not use this in forceClientDvar as the game itself resets it every round).
Ok, thanks!
Can I control other plugins with the commands after "forceClientDvars="? For example write "fov 90" after "forceClientDvars=" while I am using FoV plugin.
(02-20-2012, 17:20)vin97 Wrote: [ -> ]Ok, thanks!
Can I control other plugins with the commands after "forceClientDvars="? For example write "fov 90" after "forceClientDvars=" while I am using FoV plugin.

No you can not control other plugins. It's only dvars.

About fov:
Quote:cg_fov is 65 - 80. (For FOV 90, you use cg_fovScale but you can not use this in forceClientDvar as the game itself resets it every round).
Where is a list of all DVARs?
(02-20-2012, 22:51)vin97 Wrote: [ -> ]Where is a list of all DVARs?
Google's first hit:
http://www.codeleakers.com/showthread.ph...-DVAR-list
When is the new Update coming out?
how I can change the normal health, the default is minimal
(02-21-2012, 08:16)kraze1994 Wrote: [ -> ]When is the new Update coming out?
In the next days.
(02-21-2012, 13:25)xcondex Wrote: [ -> ]how I can change the normal health, the default is minimal
Either don't use hardcore or change scr_player_maxhealth (gameOpt commonOption.maxHealth)