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.
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.
58 comments
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
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
Is it alright if I upload this as a new mod? I will credit ofc :3
wrong postModder: the combination off "Bro" and being awesome with code.
[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.
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
late too for something: thank you for the code :)