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
@云攸一Yuuyi 能到群里来把完整的文件发一下不
[00:05:00]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:00]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:01]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:01]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:14]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:15]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:15]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:16]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:24]: Server Autopaused
[00:05:24]: Server Unpaused
[00:05:25]: Server Autopaused
[00:05:28]: Server Unpaused
[00:05:30]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:31]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:31]: 119631 - wathgrithr 119631 - wathgrithr
[00:05:32]: 119631 - wathgrithr 119631 - wathgrithr
日志很奇怪,只有加了额外物品包才会崩,只开雾码不会,希望作者大佬能修复
Still, when pressing the Mod Info button you don't come to any Steam Workshop page.
I have in my modinfo.lua:
forumthread = ""
wiki_link = ""
@近曜 修复了
LUA ERROR stack traceback:
=(talcal-1in0(tai)rY: 00:52
scripts/components/combat.lua:649 in () ? (Lua) <548-690>
=(tail call):-1 in () (tail) <-1--1>
=(tail call):-1 in () (tail) <-1--1>
scripts/components/combat.lua:1205 in ()? (Lua) <107-1229>
=(tail call):-1 in () (tail) <-1--1>
=(tail call):-1 in () (tail) <-1--1>
Attack on giant centipede causes system crash owthrallcentipede_head
if inst.components.aipc_action_client:CanBeActOn(doer) then
to:
if inst.components.aipc_action_client and inst.components.aipc_action_client:CanBeActOn(doer)
it is a relative simple change but would make the mod compatible with Modifiers for equippable items.
i changed if inst.components.aipc_action_client:CanBeActOn(doer) to
if inst.components.aipc_action_client and inst.components.aipc_action_client:CanBeActOn(doer)
and see if that works