Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Changing FOV in CoD2

  1. #1
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts

    Changing FOV in CoD2

    Hey, does anyone know how to change FOV view in CoD2, because "set cg_fov" didn't work for me, cheats are needed to be enabled?

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by EvoloZz View Post
    Hey, does anyone know how to change FOV view in CoD2, because "set cg_fov" didn't work for me, cheats are needed to be enabled?
    Hmm, I'll have to double check. I forget which dvar it is.
    Last edited by Tally; 24th February 2013 at 12:59.

  3. The Following User Says Thank You to Tally For This Useful Post:

    EvoloZz (24th February 2013)

  4. #3
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Yea, its cheat protected, but you can do:

    PHP Code:
    player setClientCvar("cg_fov""140"); 
    Also nice effect is to put those cvars into a loop and change it often.


    EDIT:

    Range is from 1 to 180 in CoD2.
    timescale 0.01

  5. The Following User Says Thank You to kung foo man For This Useful Post:

    EvoloZz (24th February 2013)

  6. #4
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Thanks for help
    Last edited by EvoloZz; 24th February 2013 at 13:00. Reason: Replied too late

  7. #5
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    So i must have cheats enabled? Because that sucks :/

  8. #6
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    No, just set it by script.
    timescale 0.01

  9. #7
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Then that's weird, cause it did not change anything

  10. #8
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    Well lets explain:
    If a player uses /cg_fov he get the message "Cheats are not enabled at this server". If you start an map with cheats (/devmap MAP) then he can use it.
    But if you set "self setClientCvar("cg_fov","140");" then it will change WITHOUT cheats enabled.

    If you enable cheats: Everyone can use
    If you disable cheats: Only script/server can set it

    Hope it explains for u.
    No ... No ... this is not possible .......

  11. The Following User Says Thank You to Earliboy For This Useful Post:

    EvoloZz (24th February 2013)

  12. #9
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    I know that, but it didn't change the fov even thought i did write it into the script

  13. #10
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Did you try it with developer 1 enabled?
    self setClientCvar("developer","1");

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •