有方法只改出特定的配件嗎?
本帖最后由 dilun 于 2014-6-22 14:12 编辑因為破解的沒有成就,有一些配件沒有方法解出,但我又不想一次把所有配件也修改出來,所以問問有方法只調出成就相關的配件嗎?
这个修改器也改不出来,不过可以通过增加离岸资金,然后翻牌,增加你得到特定物品的几率,包括配件,材料,图案 有啊。。。我贴下我解锁某 狙击 配件的脚本for mod_id,_ in pairs(tweak_data.blackmarket.weapon_mods) do
if string.find(mod_id, "wpn_fps_upg_o_45iron") then
local global_value = "normal"
if _.global_value then
global_value = _.global_value
elseif _.infamous then
global_value = "infamous"
elseif _.dlcs or _.dlc then
local dlcs = _.dlcs or {}
if _.dlc then table.insert( dlcs, _.dlc ) end
global_value = dlcs[ math.random( #dlcs ) ]
end
if _.unlocked == false then _.unlocked = true end
managers.blackmarket:add_to_inventory(global_value, "weapon_mods", mod_id, false)
end
end yhzero 发表于 2014-6-28 13:23 static/image/common/back.gif
有啊。。。我贴下我解锁某 狙击 配件的脚本
怎么用啊 求步骤
正版能用么 脚本怎么用的啊?
页:
[1]