安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









5月のアップデートで追加された「卵の鞭」への対応予定はありませんでしょうか?
Want to have stackeble rods, and eventually found some solution to check that spells on rods are the same (snippet):
switch (__instance.id) {
case "rod_random": break; // + that line
}
// + this lines
var spellId = __instance.elements.dict.Keys.FirstOrDefault();
var toSpellId = to.elements.dict.Keys.FirstOrDefault();
if (spellId != toSpellId) return true;
Let mods live and prosper!
Sorry for being late to report back about this.
I appreciate your reply, and your mod indeed works fine for me if :
- auto-sort is disabled on the container holding the blanket
- the blankets aren't split while trading (which is what I was trying to do)
Splitting while trade window is open works for all other inventory items (like stones, etc.), so I assumed it would also work for blankets, but that's not something that bothers me.
@frank302184
Thank you for the tip.
I cannot respond unless you indicate the conditions under which it becomes impossible.
CanSplit_blanketFire = true
CanSplit_blanketCold = true
However I cannot split blankets in game (they are in a bag/container), which is very penalizing if I want to share them with my team mates/pets.
Could this please be fixed if time allows ?
Otherwise thank you very much for sharing your mods with us.