Don't Starve Together

Don't Starve Together

The Value Monster: Wormwood
209 Comments
A Midas, Please  [author] 19 Jul @ 9:19pm 
@孤独患者 感谢反馈,修改了
@凛 感谢反馈,加了些战斗系数值配置
孤独患者 19 Jul @ 1:37am 
作者大大,想问一下,感谢
1:modinfo.lua中
name = "ivyRespawnChance "里面有个空格是否会有影响
2:modmain.lua中
GLOBAL.modvalueconfig.ivyDropChance = GetModConfigData("ivyDropChance")
GLOBAL.modvalueconfig.ivyDropChance = GetModConfigData("ivyRespawnChance")
变量名是否设置错误
18 Jul @ 8:37am 
血量问题可以优化战斗系不调数值还是太弱和其他人比不了
A Midas, Please  [author] 16 Jul @ 8:30am 
@计时器
好的,更新了
计时器 16 Jul @ 7:58am 
图片已经反馈在b站了
A Midas, Please  [author] 15 Jul @ 7:43am 
@计时器 有报错日志吗
计时器 15 Jul @ 3:25am 
不知道啥情况,没开5格,一拿起锄头就直接崩溃了
奥利给你大菠萝 14 Jul @ 1:27am 
解决了:steamhappy:
A Midas, Please  [author] 14 Jul @ 1:18am 
@奥利给你大菠萝 大概率是老版本5格的问题吧
奥利给你大菠萝 14 Jul @ 12:37am 
为啥我装备锄头游戏就崩溃了
A Midas, Please  [author] 9 Jul @ 8:33pm 
@凛 这个功能我再想想怎么优化,目前可以在配置项里面设置掉落间隔
9 Jul @ 8:03am 
为什么一直掉花瓣那个有点烦
Akane Ryuuku 29 Jun @ 5:14pm 
thanks <3
A Midas, Please  [author] 27 Jun @ 5:12pm 
@Riki Riquinho can you pls share the error log
Riki Riquinho 27 Jun @ 10:58am 
When I use plantation equipment the game is crashing, the plant animals are also making the game crash
A Midas, Please  [author] 27 Jun @ 9:21am 
@Akane Ryuuku sure, you can check guardian_line_update.lua
A Midas, Please  [author] 27 Jun @ 9:17am 
@Akane Ryuuku FYI

local function OnHit_Vines(owner, data)
if owner == nil or data == nil then
return
end
local attacker = data.attacker
if not attacker or not attacker.components.locomotor
or (attacker.components.health and attacker.components.health:IsDead()) then
return
end
local owner_skilltreeupdater = owner.components.skilltreeupdater
if owner_skilltreeupdater and owner_skilltreeupdater:IsActivated("wormwood_allegiance_lunar_plant_gear_1") then
attacker:AddDebuff("wormwood_vined_debuff", "wormwood_vined_debuff")
end
end
AddPrefabPostInit("armor_lunarplant_husk", function(inst)
if not inst or not inst._onblocked then
return
end
local old_onblocked = inst._onblocked
inst._onblocked = function(owner, data)
OnHit_Vines(owner, data)
old_onblocked(owner, data)
end
end)
Akane Ryuuku 25 Jun @ 5:53pm 
If it's okay with you, could you share part of your code which includes this effect with me? I'd like to make a mod just for this effect.
A Midas, Please  [author] 25 Jun @ 5:21pm 
@Akane Ryuuku copy code from original Brightshade armor
Akane Ryuuku 25 Jun @ 8:57am 
How did you add the "Now while wearing Brambleshade armor, seize foes and keep them rooted in place (not sure why the official version didn’t include this effect)." could you explain me?
A Midas, Please  [author] 24 Jun @ 6:37am 
@善良の熊 新开的会有这种问题吗,我这边开过也没复现出来:steamfacepalm:
善良の熊 19 Jun @ 2:21am 
我都怀疑是存档本身有问题了,想着开新档了
善良の熊 19 Jun @ 2:21am 
我删纯净辅助 or 冰川镜华其中一个就能正常
A Midas, Please  [author] 19 Jun @ 12:30am 
@善良の熊 这个确实看不出,你单开这个mod也会这样吗
善良の熊 18 Jun @ 7:03am 
真就这么多内容,没有多的error了
善良の熊 18 Jun @ 7:03am 
[00:08:59]: Sim unpaused
[00:08:59]: [global position (CompleteSync)]Player joined
[00:08:59]: [global position (CompleteSync)] learning from buffer
[00:09:00]: [global position (CompleteSync)] before RPC, the player.client_is_ready is nil
[00:09:01]: [global position (CompleteSync)] succeed
[00:09:03]: CURL ERROR: (localhost:59977) [7]Failed to connect to localhost port 59977: Connection refused
[00:09:14]: Could not find anim [breach_pst] in bank [lunarthrall_plant_vine_big]
[00:10:56]: Could not find anim [breach_pst] in bank [lunarthrall_plant_vine_big]
[00:12:06]: APP:Klei//DoNotStarveTogether/donotstarvetogether_master.dmp written.
[00:12:06]: [C](-1): SetPosition

[00:12:06]: [string "../mods/workshop-3432054678/scripts/prefabs..."](7): onhitfn

[00:12:06]: [string "scripts/components/complexprojectile.lua"](183): Hit

[00:12:06]: [string "scripts/components/complexprojectile.lua"](197): old_update

[00:12:06]: [string "scripts/update.lua"](262): ?
A Midas, Please  [author] 17 Jun @ 4:58am 
@善良の熊 不行吧,我用不了你的存档,你还是找找完整日志都贴上来吧:steamfacepalm:
善良の熊 14 Jun @ 12:32am 
我直接分享存档吧,因为我总感觉是存档有问题而不是mod
通过百度网盘分享的文件:DoNotStarveServerqy2.zip
链接: s/1MgjZbghLH2mEB-ty8Tw9pg?pwd=5587 提取码: 5587
A Midas, Please  [author] 13 Jun @ 7:52pm 
@善良の熊 我试了下好像没问题啊,又录了个视频你看看
你把你的完整的日志发一下我看看吧 https://v.douyu.com/show/r90XWgoaZqDWgk25
善良の熊 11 Jun @ 7:05am 
冰川镜华: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3152056502
纯净辅助: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1916988643
经过测试,同时开启这俩个mod会导致崩溃,纯净辅助的设置我关了包裹内容显示,开启了攻速突破,强化月魔典,表可以命名
A Midas, Please  [author] 11 Jun @ 5:39am 
@善良の熊 我试了下好像没问题啊,录了个视频 https://v.douyu.com/show/yVmjvBgewz57qkNb
你还开了什么其他mod,或者把完整的日志发一下我看看吧
A Midas, Please  [author] 9 Jun @ 9:27am 
@善良の熊 这个还是不太好定位呀,你这样,给我mod的id我自己去试试吧
善良の熊 9 Jun @ 7:19am 
已找到该mod的报错所在位置
[01:12:34]: APP:Klei//DoNotStarveTogether/donotstarvetogether_master.dmp written.
[01:12:34]: [C](-1): SetPosition

[01:12:34]: [string "../mods/workshop-3432054678/scripts/prefabs..."](7): onhitfn
具体文件就是 seeds_projectile.lua
A Midas, Please  [author] 8 Jun @ 5:17pm 
@善良の熊 食趣的mod id是啥,我去试一下
善良の熊 8 Jun @ 8:04am 
[01:12:34]: APP:Klei//DoNotStarveTogether/donotstarvetogether_master.dmp written.
[01:12:34]: [C](-1): SetPosition

[01:12:34]: [string "../mods/workshop-3432054678/scripts/prefabs..."](7): onhitfn

[01:12:34]: [string "scripts/components/complexprojectile.lua"](183): Hit

[01:12:34]: [string "scripts/components/complexprojectile.lua"](197): old_update
使用月亮锄发种子自动耕地其他mod的作物(食趣的橘子)导致崩溃
A Midas, Please  [author] 6 Jun @ 8:32pm 
@临时工611 https://v.douyu.com/show/85BAvqQEPnRvG4Lm
我试了下加永不妥协 永恒新界好像也没事。你的日志不完整,看起来是永不妥协冲突了,但是没有具体文件
临时工611 6 Jun @ 9:54am 
就点了疯狂生长的开花状态下死亡就会导致游戏崩溃,比如T键自杀,被一些生物(永不妥协蜂后,永恒新界的一些怪物)打死都会导致游戏崩溃,有点奇怪
临时工611 6 Jun @ 9:34am 
[string '../mods/workshop-2059181790 ( Uncompromising Moderator the weather pt.1 v1.5.0.4 ] /scripts/prefabs...']:59: attempt to index field 'talker' (a nil value)
LUA ERROR stack traceback:
scripts/scheduler.lua:186 in (method) OnTick (Lua) <164-216>
scripts/scheduler.lua:409 in (global) Runscheduler (Lua) <407-415>
scripts/update.lua:240 in () ? (Lua) <224-298>
临时工611 6 Jun @ 8:20am 
@A Midas, Please 作者大大没事的没事的,抱歉造成误导了,貌似是被别的模组的怪打死才莫名其妙崩的:steamhappy:
A Midas, Please  [author] 4 Jun @ 6:30am 
@异魂界录 暂时没测过哈,你要是发现兼容问题都可以提给我改的:steamhappy:
A Midas, Please  [author] 4 Jun @ 6:30am 
@临时工611 我这边试了下烧死没事呀,录了个视频你看看 https://v.douyu.com/show/ZB5Kv9gREdmMa93x
方便提供下你的日志吗
异魂界录 4 Jun @ 4:09am 
作者大大你的植物人mod能和白令大大的植物人mod兼容吗?还是跟养蛊似的就活一个?
临时工611 3 Jun @ 6:35pm 
啊对了作者大大再补充一下,是点了(疯狂生长 )的那个技能,烧死会导致崩溃
临时工611 3 Jun @ 9:43am 
作者大大,好像有个bug,沃姆伍德被烧死后游戏会崩溃:steamfacepalm:
A Midas, Please  [author] 2 Jun @ 10:05pm 
@贝子小姐脚下埋着贝尔 这个应该是5格mod不兼容的问题,你试下新版本的看看
[string "scripts/compoments/equippable_replica.lua”]:15: calling 'set' on bad self (number expected, got nil)LUA ERROR stack traceback:=[C]:-1 in(method) set (C)<-1--1>


../mods/workshop-3432054678/scripts/prefabs/seed_sack.lua:45 in (upralue) fn_mastersim(Lua)<39-60>../mods/workshop-3432054678/scripts/prefabslseed_sack.Iua:72 in (field) fn(Lua)<62-75>
这个是做了光虫时崩的log,不过这个我没明白是崩哪了,可能和配方有关吧
A Midas, Please  [author] 2 Jun @ 10:08am 
@贝子小姐脚下埋着贝尔 感谢反馈!生命组件的判定加了
../mods/workshop-3432054678/scripts/prefabs/wormwood_hnge_tree.lua:27 in (upvalue) Do0nHitA0E(Lua)<19-49>

在月雹时被砸死时报错,应该是月树震荡波攻击没有生命组件的东西导致的吧,加个判定吧
pmzf 1 Jun @ 6:02am 
果然换个服务器什么问题都没有了