Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
___________________
你好!启用“大地图打劫物种”功能时出现报错,日志中提示 HarmonyException: IL Compile Error 和 from/to is null(位置:CrazyRob.Transpiler)。可能是某个 IL 指令为 null。功能无法启用,烦请看看是否可以修复。感谢你的优秀MOD!
___________________
Hi! I got a HarmonyException: IL Compile Error and "from/to is null" when enabling the "Overworld Robbery Creatures" feature (at CrazyRob.Transpiler). Looks like an invalid IL instruction. The feature doesn’t work—could you check it if possible? Thanks for your great mod!
___________________
你的问题,大概等过两天我加一个结算小妹妹时增加影响力的子功能就好了
@Virkful 我这里的测试结果是,使用如下设置时,倒水速度恢复正常。
## Settings file was created by plugin Neutron3529.Aux v0.1.0
## Plugin GUID: Neutron3529.Aux
[config]
## 干渴之壶汲水速度最大化(为true时启用此修改)
# Setting type: Boolean
# Default value: true
TaskDrawWaterOnCreateProgress.enable = false
## 干渴之壶倒水速度最大化(为true时启用此修改)
# Setting type: Boolean
# Default value: true
TaskPourWaterOnCreateProgress.enable = false
已开新档,期待更多便利功能
害怕的话关掉即可
我的config文件都是带注释的,你可能开错了config
默认功能关闭的话,其实我已经写了逻辑
把config最上面的开关改成true就好了
就是这个:
[config]
## 会启用自动白名单算法,将会自动把当前启用的mod记录在下面的..Whitelist..中。默认false。如果此项不为true,将会尝试清空..Whitelist..
## 如果希望锁定Mod中生效的功能,请在完成设置之后,删除或清空..Whitelist..(否则..Whitelist..的取值会影响新功能的启用)并将..Whitelist.Enable..设置为true
## 值得注意的是,如果Mod因为长时间不更新而失效,请打开..Whitelist.Enable..功能,这个功能或许可以在一定程度上自动屏蔽失效项带来的影响
# Setting type: Boolean
# Default value: false
..Whitelist.Enable.. = false
(修好了~)
(被太吾惯坏了,以为没有红字就是没BUG……)
以及,我尝试着在选项中加入了白名单功能,不确定有没有BUG,只能等小白鼠慢慢以身试法了
BTW, I suggest you also enable the BetterDig.enable term, which allow you could consume your treasure map (if it exists) while digging in the world region, regardless whether the digging location is correct, which will save lots of time finding the correct digging location.
@恨铁不成钢琴
So would these be the correct settings if the only option I wanted enabled was Fast Fishing?
Info_MaterialTier.enable = false
Info_Material.enable = false
Info_Recipe.enable = false
Info_ElinEncoder.enable = false
FastFish.enable = true
CrazyRob.id =
CrazyRob.boss = false
CrazyRob.evolve = false
CrazyRob.rarity = -1000
BetterDig.enable = false
I'm trying adding brackets to describe how to totally disable some settings, but your GPT just ignore all the things in those Chinese brackets.
To make ChatGPT translate all the texts including the way to disable all the settings, you should manually replace the Chinese brackets to something like whitespace or comma/period.
You could directly look at the screenshot. In a newer version, mobs will generated in the global map, which will try robbing items from your character.
I have modified the generation of mobs, when the combat begin, the mobs will always be turned into the given type (putty_snow_gold by default.)
@ 深海的提尔比茨 是的
[ChatGPT Translation]
## World Map Loot Target Identified as This ID
## The loot target on the world map will be considered as the specified ID.
CrazyRob.id
## Force World Map Loot Target to be Considered a Boss
## The loot target on the world map will always be treated as a boss.
CrazyRob.boss
## Force World Map Loot Target to be Considered an Evolved Version
## The loot target on the world map will always be treated as an evolved version.
CrazyRob.evolve
## World Map Loot Target Treated as Having Rarity
## The loot target on the world map will be considered to have a rarity value.
CrazyRob.rarity
What is "World Map Loot Target"...?
Also, if the only setting I wanted was Fast Fishing... what values can I use to disable everything else?