|
|
本帖最后由 鼓掌之间 于 2026-1-25 16:20 编辑
转自:https://www.nexusmods.com/cyberpunk2077/mods/25490
为原版武器新增7款瞄准镜/光学瞄准器。
·需求条件
- ArchiveXL(MOD框架工具):https://bbs.3dmgame.com/thread-6550610-1-1.html
- RED4ext(《赛博朋克2077》插件扩展工具):https://bbs.3dmgame.com/thread-6554657-1-1.html
- TweakXL(MOD配置工具):https://bbs.3dmgame.com/thread-6551536-1-1.html
·MOD内容
为原版武器新增7款瞄准镜/光学瞄准器,所有瞄准镜均兼容步枪、冲锋枪和手枪:
- 全息瞄准镜(Holo Sight)
- 迷你专业红点瞄准镜(Mini Pro Red Dot Sight)
- 迷你反射式瞄准镜(Mini Reflex Sight)
- 4倍瞄准镜(4x Scope)
- 4倍夜视瞄准镜(4x Night Vision Scope)
- VMC瞄准镜(VMC Sight)
- 反射式瞄准镜(Reflex Sight)
·版本更新日志
- v1.1:缩短除4倍瞄准镜和夜视瞄准镜外所有瞄准镜的瞄准(ADS)时间;修复短款瞄准镜显示为长款瞄准镜的描述错误。
- v1.2:修复准星偏移问题(射击落点与瞄准点不一致)。
- v1.3:修复准星延迟问题(瞄准时光标不再延迟0.5秒显示)。
·获取方式
- 普通品质:海伍德区 - 格兰区枪械商贩
- 罕见品质:海伍德区 - 泉井区枪械商贩(需等级9)
- 稀有品质:海伍德区 - 雷耶斯景观区枪械商贩(需等级17)
- 史诗品质:太平洲枪械商贩(需等级25)
- 传奇品质:沃森区 - 小中国城枪械商贩 或 市中心 - 企业广场(需等级33)
此外,也可在我的虚拟工作室(https://www.nexusmods.com/cyberpunk2077/mods/18757)购买瞄准镜,或通过赛博引擎工具(CET)添加。
CET代码:
LEGENDARY:
Game.AddToInventory("Items.Militech_VMC_Sight",1)
Game.AddToInventory("Items.Militech_Reflex_Sight",1)
Game.AddToInventory("Items.Militech_Mini_Reflex",1)
Game.AddToInventory("Items.Militech_Holo_Sight",1)
Game.AddToInventory("Items.Militech_4xScope",1)
Game.AddToInventory("Items.Militech_4x_NightVision_Scope",1)
Game.AddToInventory("Items.Militech_MiniPro_RedDot",1)
EPIC:
Game.AddToInventory("Items.Militech_VMC_Sight_Epic",1)
Game.AddToInventory("Items.Militech_Reflex_Sight_Epic",1)
Game.AddToInventory("Items.Militech_Mini_Reflex_Epic",1)
Game.AddToInventory("Items.Militech_Holo_Sight_Epic",1)
Game.AddToInventory("Items.Militech_4xScope_Epic",1)
Game.AddToInventory("Items.Militech_4x_NightVision_Scope_Epic",1)
Game.AddToInventory("Items.Militech_MiniPro_RedDot_Epic",1)
RARE:
Game.AddToInventory("Items.Militech_VMC_Sight_Rare",1)
Game.AddToInventory("Items.Militech_Reflex_Sight_Rare",1)
Game.AddToInventory("Items.Militech_Mini_Reflex_Rare",1)
Game.AddToInventory("Items.Militech_Holo_Sight_Rare",1)
Game.AddToInventory("Items.Militech_4xScope_Rare",1)
Game.AddToInventory("Items.Militech_4x_NightVision_Scope_Rare",1)
Game.AddToInventory("Items.Militech_MiniPro_RedDot_Rare",1)
UNCOMMON:
Game.AddToInventory("Items.Militech_VMC_Sight_Uncommon",1)
Game.AddToInventory("Items.Militech_Reflex_Sight_Uncommon",1)
Game.AddToInventory("Items.Militech_Mini_Reflex_Uncommon",1)
Game.AddToInventory("Items.Militech_Holo_Sight_Uncommon",1)
Game.AddToInventory("Items.Militech_4xScope_Uncommon",1)
Game.AddToInventory("Items.Militech_4x_NightVision_Scope_Uncommon",1)
Game.AddToInventory("Items.Militech_MiniPro_RedDot_Uncommon",1)
COMMON:
Game.AddToInventory("Items.Militech_VMC_Sight_Common",1)
Game.AddToInventory("Items.Militech_Reflex_Sight_Common",1)
Game.AddToInventory("Items.Militech_Mini_Reflex_Common",1)
Game.AddToInventory("Items.Militech_Holo_Sight_Common",1)
Game.AddToInventory("Items.Militech_4xScope_Common",1)
Game.AddToInventory("Items.Militech_4x_NightVision_Scope_Common",1)
Game.AddToInventory("Items.Militech_MiniPro_RedDot_Common",1)
下载地址:
|
评分
-
2
查看全部评分
-
|