Post: Question about changing pov dvar!
05-27-2014, 12:33 PM #1
matthijscod
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); 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!
(adsbygoogle = window.adsbygoogle || []).push({});
05-27-2014, 02:18 PM #2
Originally posted by matthijscod View Post
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);

The following user thanked codybenti for this useful post:

Sweet_Cheeba
05-27-2014, 03:35 PM #3
matthijscod
Little One
Originally posted by codybenti View Post
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);


Okay, i am gonna try that now, could u give me some more details through skype? ( Mattie_nl ) would be awesome!
05-27-2014, 05:00 PM #4
matthijscod
Little One
Can someone actuly help me? The patch_mp.ff method isnt working....
05-28-2014, 03:45 PM #5
Originally posted by matthijscod View Post
Can someone actuly help me? The patch_mp.ff method isnt working....


Try this patch I made. Press D-Pad down to toggle FOV.

You must login or register to view this content.

You need to rename the file patch_mp.ff

If you don't like how the FOV is set you can use a patch editor and go to buttons_default.cfg and change it.

The following user thanked codybenti for this useful post:

Sweet_Cheeba
05-28-2014, 08:01 PM #6
matthijscod
Little One
Originally posted by codybenti View Post
Try this patch I made. Press D-Pad down to toggle FOV.

You must login or register to view this content.

You need to rename the file patch_mp.ff

If you don't like how the FOV is set you can use a patch editor and go to buttons_default.cfg and change it.


Thankyou for the reply and your patch_mp!
Just finished my tool to set my fov & fovscale and that works great!
05-28-2014, 09:03 PM #7
Originally posted by matthijscod View Post
Thankyou for the reply and your patch_mp!
Just finished my tool to set my fov & fovscale and that works great!


Glad to hear everything worked out!!!:yes:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo