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
@凛 感谢反馈,加了些战斗系数值配置
1:modinfo.lua中
name = "ivyRespawnChance "里面有个空格是否会有影响
2:modmain.lua中
GLOBAL.modvalueconfig.ivyDropChance = GetModConfigData("ivyDropChance")
GLOBAL.modvalueconfig.ivyDropChance = GetModConfigData("ivyRespawnChance")
变量名是否设置错误
好的,更新了
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)
[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): ?
通过百度网盘分享的文件:DoNotStarveServerqy2.zip
链接: s/1MgjZbghLH2mEB-ty8Tw9pg?pwd=5587 提取码: 5587
你把你的完整的日志发一下我看看吧 https://v.douyu.com/show/r90XWgoaZqDWgk25
纯净辅助: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1916988643
经过测试,同时开启这俩个mod会导致崩溃,纯净辅助的设置我关了包裹内容显示,开启了攻速突破,强化月魔典,表可以命名
你还开了什么其他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
[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的作物(食趣的橘子)导致崩溃
我试了下加永不妥协 永恒新界好像也没事。你的日志不完整,看起来是永不妥协冲突了,但是没有具体文件
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>
方便提供下你的日志吗
../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,不过这个我没明白是崩哪了,可能和配方有关吧
在月雹时被砸死时报错,应该是月树震荡波攻击没有生命组件的东西导致的吧,加个判定吧