Results 1 to 4 of 4

Thread: Vehicle Weapon Optics

  1. #1
    Is there anyway to limit the zoom on a vehicle based on the JeepMG class?
    At the moment if you press and hold the + key you can pick off targets well beyond the range AI snipers will engage at.
    I'd like to be able to limit the amount of zoom on the weapon optics so that the AI has a fighting chance, I've had a look through the commented config but can't see anything obvious in there. Have I overlooked something or is the amount of zoom for each class hard coded?

  2. #2
    Isn't it just over-riding the FOV values in ViewGunner?

    From CommentedConfig:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
    class JeepMG&#58; Jeep
    {
    class ViewGunner
    {
    initAngleX=5; minAngleX=-30; maxAngleX=+30;
    initAngleY=0; minAngleY=0; maxAngleY=0;
    initFov=0.7; minFov=0.42; maxFov=0.85;
    };
    [/QUOTE]
    So, make minFov = .6?

  3. #3

  4. #4
    That does the trick, cheers both

Posting Permissions

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