module Base
{
        
    model ATA_Jeep_ProtectionWindowFrontLeft
    {
        mesh = vehicles/ATA_Jeep_base|armor_wleft,
        texture = Vehicles/ATA_Jeep_items,
        shader = vehiclewheel,
        scale = 0.03,
    }
    model ATA_Jeep_ProtectionWindowFrontRight
    {
        mesh = vehicles/ATA_Jeep_base|armor_wright,
        texture = Vehicles/ATA_Jeep_items,
        shader = vehiclewheel,
        scale = 0.03,
    }
    model ATA_Jeep_ProtectionWindowRearLeft
    {
        mesh = vehicles/ATA_Jeep_base|armor_wmiddleleft,
        texture = Vehicles/ATA_Jeep_items,
        shader = vehiclewheel,
        scale = 0.03,
    }
    model ATA_Jeep_ProtectionWindowRearRight
    {
        mesh = vehicles/ATA_Jeep_base|armor_wmiddleright,
        texture = Vehicles/ATA_Jeep_items,
        shader = vehiclewheel,
        scale = 0.03,
    }
    model ATA_Jeep_ProtectionWindowFront
    {
        mesh = vehicles/ATA_Jeep_base|shield_windshield,
        texture = Vehicles/ATA_Jeep_items,
        shader = vehiclewheel,
        scale = 0.03,
    }
    model ATA_Jeep_ProtectionWindowRear
    {
        mesh = vehicles/ATA_Jeep_base|armor_wback,
        texture = Vehicles/ATA_Jeep_items,
        shader = vehiclewheel,
        scale = 0.03,
    }
    
    template vehicle ATA_Jeep_Template_ProtectionWindows
    {
        template = ATA2Protection/part/ATA2ProtectionWindowFrontLeft,
        part ATA2ProtectionWindowFrontLeft
        {
            model Default
            {
                file = ATA_Jeep_ProtectionWindowFrontLeft,
            }
        }
        
        template = ATA2Protection/part/ATA2ProtectionWindowFrontRight,
        part ATA2ProtectionWindowFrontRight
        {
            model Default
            {
                file = ATA_Jeep_ProtectionWindowFrontRight,
            }
        }
        
        template = ATA2Protection/part/ATA2ProtectionWindowRearLeft,
        part ATA2ProtectionWindowRearLeft
        {
            model Default
            {
                file = ATA_Jeep_ProtectionWindowRearLeft,
            }
        }
        
        template = ATA2Protection/part/ATA2ProtectionWindowRearRight,
        part ATA2ProtectionWindowRearRight
        {
            model Default
            {
                file = ATA_Jeep_ProtectionWindowRearRight,
            }
        }
        
        template = ATA2Protection/part/ATA2ProtectionWindshield,
        part ATA2ProtectionWindshield
        {
            model Default
            {
                file = ATA_Jeep_ProtectionWindowFront,
            }
        }
        
        template = ATA2Protection/part/ATA2ProtectionWindshieldRear,
        part ATA2ProtectionWindshieldRear
        {
            model Default
            {
                file = ATA_Jeep_ProtectionWindowRear,
            }
        }
    }
}