Originally posted by matthijscod
Hi guys,
Can someone help me to change my fov on Cod4 PS3, i saw a tutorial about changing it in the "GPAD0_CM" and that worked. But unfortanly that doesnt work online cause it gets updated when u sign in, is there any way to avoid this update? I'm a promod player on the pc and would love to use this fov on the PS3. I can change it with some tools, but i would like to know how to send the dvar commands so i can make my own tool :p!
You can use these in a patch_mp.ff
promod on
self setclientdvar("cg_gun_x",6);
self setclientdvar("cg_fovScale",1.22);
promod off
self setclientdvar("cg_gun_x",0);
self setclientdvar("cg_fovScale",1);
or you can use this
promod on
self setclientdvar("cg_fov",95);
promod off
self setclientdvar("cg_fov",65);