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






How did you manage to give the bandages the 'Cure Bleed' tooltip? I can implement the cure bleed myself, but the game doesn't seem to have a default tooltip for it.
It just gives me '<effect_tooltip_cure_bleed>' when I alter it in 'base.effects'.
bandage skill: does not
thank you, this mad no sense
Your title says the Arbalest changes, but your description says both Arbalest and Musketeer change. I want to make sure since the rework changes the Musketeer's skills.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=819597757
Question1: Yeah, for most files it is works (not only those which have "base.*" in their name)
For example "loot.json" in your mod can be used as "some_mod_name.loot.json" with only lines you want to add or modify.
For most cases just try to test it (is work or not), but should work.
Question2: vanila files always load in the begin and then game load files from mods in order which player set in main menu before load his save.
- if you are using file name which is using in vanila (for example "base.effects.darkest") then game will use content your file (and ignore content of original),
- if your file will in same folder, but with other name "arbalest_bandage.effects.darkest" then it content will be added to the file "base.effects.darkest" (and if your mod contain some parameters which exists in "base.effects.darkest", then your values for these parameter will be in priority).
I just have two small question, does it work for any other files other than the effects.darkest ?
And if another effect.darkest file change the same line, should the load order determine which one has priority or will it double the effects ?
Once again, thank you, this is a life saver.
Secondly, here small tip for you:
It doesn't required to copy whole content of "base.effects.darkest" with adding your modifications, you simply can make your own file (for example: "arbalest_bandage.effects.darkest") and put there only your lines of modifications (for effects "Arb Stacking Heal" 1-5).
Game will use your new small file as well.
Benefits:
- if RedHooks will make some future updates and put some changes in "base.effects.darkest" your mod will be always stand-alone,
- will much less chances to get conflicts with other mods.