安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









AFAIK (for other modders) it's in the function Unit:Die(skip_anim).
Specifically:
"results.glory_kill = not self.immortal and not hit_descr.grazing and self:Random(100) < const.Combat.GloryKillChance"
The constant is set to 10%.
Kudos to Lucjan for uploading that version and further fixing it!
I think I'll go without the extra guns. It's a shame but they're kinda bloaty anyway and there's an excellent inventory mod that's incompatible with it all in any case.
Now I have to install Zulib to fix this issue, such a pity! This is a great mod.
a) The .44 should still be obtainable. Just started my test savefile and looked into BobbyRays and it's there and it's also in the sector operation crafting choice. So if it's not obtainable i'd think the problem isn't with Zulib. But feel free to add more details in the Bug Reports, forum (list of mods used, potentially some game log) and i'll happily take another look coming weekend.
b) When doing the new cartridges i spoke to other modders and the general idea is that the Peacemaker actually doesn't use a Magnum cartridge but the old .44 Special. I'm no gun nut, so i ran with it, when i was told that was would make sense. And so i'm unlikely to change it now.
If you'd want to change it though, you'd only have to do a mod adding to the zz_vanillasToSwap table. A script should look akin to:
function OnMsg.ClassesBuilt()
zz_vanillasToSwap.ColtPeacemaker = "44MAG"
end