How do you change the zoom on Sniper Rifles?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Harmor

    #1

    How do you change the zoom on Sniper Rifles?

    I was trying to figure out how to increase the zoom, or possibly have 3 zoom factors (like the commander view), for sniper rifles. The zoom would be binded to the mousewheel or possibly '+' and '-'

    Any help would be appreciated.
  • excentriker.de

    #2
    Re: How do you change the zoom on Sniper Rifles?

    to add zoomModes:

    edit the tweak file of the weapon, in the Objects_server.zip , maybe \Weapons\Handheld\rurif_dragunov\rurif_dragunov.tw eak

    look for

    Code:
    rem ---BeginComp:DefaultZoomComp ---
    ...
    
    ObjectTemplate.zoom.addZoomFactor 0
    ObjectTemplate.zoom.addZoomFactor 0.3
    just add

    Code:
    ObjectTemplate.zoom.addZoomFactor 0.1
    and so you have another zoommode.

    the zoomfactor is calculated: 1.1 / realworld-zoomfactor = BF2-zoomFactor

    for a 10xZoom 1.1/10=0.11


    the binding to the mousewheel is an other problem , i'm not sure if it can be done

    Comment

    • Harmor

      #3
      Re: How do you change the zoom on Sniper Rifles?

      Thanks, going to try that now. How do you change weapons while in Camera->Soldier mode?

      I want to test the change without having to load the mod in BF2.

      Comment

      • excentriker.de

        #4
        Re: How do you change the zoom on Sniper Rifles?

        i'm not so firm with the editor , but you have anyway to make an mod to make sure to play online

        Comment

        Working...