Results 1 to 3 of 3

Thread: Multiple reticles (sights) on scope

  1. #1
    Any one knows how to define 2, 3 or 4 different weapons (maybe with muzzle classes!?) within one weapon (rifle) that use the same magazine but then have different scopes?

  2. #2
    class XXM16Muzzle : XXM16
    {
    modelOptics="XX_OPTICS";
    optics=1;
    opticsFlare=0;
    opticsZoomMin=XX;
    opticsZoomMax=XX;
    magazines[] = {"XXM16MAG"};
    }
    };

  3. #3
    Sergeant
    Join Date
    Feb 28 2002
    Location
    GERMANY southwest
    Posts
    156
    Author of the Thread
    Thank you!

    I already got it solved that way (by trying for 2 days)

    It even works with three different sights/zoom levels/zeroings.
    Its just that you have to at least define 1 or more "base"-classes for the rifle.

Posting Permissions

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