File information

Last updated

Original upload

Created by

Zimluura

Uploaded by

Zimluura

Virus scan

Safe to use

58 comments

  1. okijilofi
    okijilofi
    • member
    • 1 kudos
    i confirm.  game version (2.21).  this stil working with Halliphax2 solution below. thnx btw.
    replace the content of anyscop.yaml with this
    Items.HandgunPossibleScopesList:
      itemPartList:
        - !append-from Items.RiflePossibleScopesList.itemPartList
        - !append-from Items.GradPossibleScopesList.itemPartList
        - !append-from Items.NekomataPossibleScopesList.itemPartList
    Items.RiflePossibleScopesList:
      itemPartList:
        - !append-from Items.GradPossibleScopesList.itemPartList
        - !append-from Items.NekomataPossibleScopesList.itemPartList
        - !append-from Items.HandgunPossibleScopesList.itemPartList
    Items.GradPossibleScopesList:
      itemPartList:
        - !append-from Items.HandgunPossibleScopesList.itemPartList
        - !append-from Items.RiflePossibleScopesList.itemPartList
    Items.NekomataPossibleScopesList:
      itemPartList:
        - !append-from Items.HandgunPossibleScopesList.itemPartList
        - !append-from Items.RiflePossibleScopesList.itemPartList

  2. Schouh
    Schouh
    • member
    • 0 kudos
    Still working ?
    1. Incredabad
      Incredabad
      • member
      • 0 kudos
      yeah i did it with vortex and it works
  3. Halliphax2
    Halliphax2
    • premium
    • 85 kudos
    Open AnyScope.yaml and paste the below to get it working with 2.0. Haven't fully tested it but seems okay.


    Zimluura I'm not sure if you're still active but obviously feel free to update your file with the below. If not I'll make a new mod sometime and maintain it.

    Items.HandgunPossibleScopesList:
      itemPartList:
        - !append-from Items.RiflePossibleScopesList.itemPartList
        - !append-from Items.GradPossibleScopesList.itemPartList
        - !append-from Items.NekomataPossibleScopesList.itemPartList
    Items.RiflePossibleScopesList:
      itemPartList:
        - !append-from Items.GradPossibleScopesList.itemPartList
        - !append-from Items.NekomataPossibleScopesList.itemPartList
        - !append-from Items.HandgunPossibleScopesList.itemPartList
    Items.GradPossibleScopesList:
      itemPartList:
        - !append-from Items.HandgunPossibleScopesList.itemPartList
        - !append-from Items.RiflePossibleScopesList.itemPartList
    Items.NekomataPossibleScopesList:
      itemPartList:
        - !append-from Items.HandgunPossibleScopesList.itemPartList
        - !append-from Items.RiflePossibleScopesList.itemPartList
    1. atlev
      atlev
      • member
      • 1 kudos
      Thank you so much for this!!!!! <3

      Is it alright if I upload this as a new mod? I will credit ofc :3
    2. Halliphax2
      Halliphax2
      • premium
      • 85 kudos
      Sure, as long as you credit
    3. Acleacius
      Acleacius
      • supporter
      • 74 kudos
      Zimluura and Halliphax2, Kudos given and Endorsed mod, thanks for your work and sharing! 
    4. MagicOne18
      MagicOne18
      • member
      • 2 kudos
      .
    5. SlimeMask
      SlimeMask
      • supporter
      • 2 kudos
      this sadly does not work in 2.2
  4. kabyel
    kabyel
    • supporter
    • 6 kudos
    wrong post
  5. ZxAsriel
    ZxAsriel
    • member
    • 4 kudos
    [ @ Zimuluura: Good news: Content Updates have halted, any scope can now receive an final compatibility update for the foreseeable future. ]
  6. deleted7415360
    deleted7415360
    • account closed
    • 0 kudos
    each time the game tries to cuk me, modders have my back.

    Modder: the combination off "Bro" and being awesome with code.
  7. kalebispoop
    kalebispoop
    • member
    • 0 kudos
    any chance of an update that works on sniper rifles? still cant use tech scopes on power rifles 
  8. a2310395
    a2310395
    • member
    • 0 kudos
    It don't work in 2.01
  9. koob68
    koob68
    • member
    • 12 kudos
    working v2/PL?
    1. MagicOne18
      MagicOne18
      • member
      • 2 kudos
      Yes, works
    2. Halliphax2
      Halliphax2
      • premium
      • 85 kudos
      How does it work for you? It's showing errors since 2.0...


      [2023-10-01 15:04:06.433] [info] Reading "AnyScope.yaml"...
      [2023-10-01 15:04:06.434] [error] Items.SniperPossibleScopesList: Ambiguous definition. The value type cannot be determined.
      [2023-10-01 15:04:06.475] [info] Importing tweaks...
      [2023-10-01 15:04:06.504] [error] Cannot merge <TDBID:5FFDC233:2B> with Items.HandgunPossibleScopesList.itemPartList because it's not an array.
      [2023-10-01 15:04:06.504] [error] Cannot merge <TDBID:5FFDC233:2B> with Items.RiflePossibleScopesList.itemPartList because it's not an array.


      SniperPossibleScopesList.itemPartList no longer appears for me in the TweakDB editor either so I don't think this mod is working.
    3. Halliphax2
      Halliphax2
      • premium
      • 85 kudos
      Open up AnyScope.yaml and paste this in, should get it working again


      Items.HandgunPossibleScopesList:
        itemPartList:
          - !append-from Items.RiflePossibleScopesList.itemPartList
          - !append-from Items.GradPossibleScopesList.itemPartList
          - !append-from Items.NekomataPossibleScopesList.itemPartList
      Items.RiflePossibleScopesList:
        itemPartList:
          - !append-from Items.GradPossibleScopesList.itemPartList
          - !append-from Items.NekomataPossibleScopesList.itemPartList
          - !append-from Items.HandgunPossibleScopesList.itemPartList
      Items.GradPossibleScopesList:
        itemPartList:
          - !append-from Items.HandgunPossibleScopesList.itemPartList
          - !append-from Items.RiflePossibleScopesList.itemPartList
      Items.NekomataPossibleScopesList:
        itemPartList:
          - !append-from Items.HandgunPossibleScopesList.itemPartList
          - !append-from Items.RiflePossibleScopesList.itemPartList
    4. yuhishi
      yuhishi
      • supporter
      • 1 kudos
      replace the default content or add your code at the end?
    5. Halliphax2
      Halliphax2
      • premium
      • 85 kudos
      Sorry yuhishi for the late reply though you've probably figured it out by trial and error by now: replace it all with mine.
    6. koob68
      koob68
      • member
      • 12 kudos
      I've been using unlocked attachments mod works fine
    7. yuhishi
      yuhishi
      • supporter
      • 1 kudos
      no problem Halliphax2!
      late too for something: thank you for the code :)
  10. koob68
    koob68
    • member
    • 12 kudos
    I've been using unlocked attachments mod and also give me back my scope/silencer etc so there are others that are actively updated.