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
Am I missing something?
Не подскажешь, мб ты пытался добавить приказ на полив растений или как-то автоматизировать это? У меня помимо этой идеи была ещё костыльная - сделать умный цветочный горшок, который бы просто подключался через компонент "или" к сирене при низком уровне воды, но пока и эта задача у меня не решается.
Заранее спасибо за ответ.
also an option for the bot captains to dont touch the terminal when you arent controlling them would be nice
You need to correctly install the Lua plugin, whether it's for the client or the server. The server's Lua requires decompressing a specific version of the Lua compressed package to replace the corresponding files on the server.
open file: C:/Users/xxx/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/3343911734/Lua/SBAI/Server/Modules/UseTalents.lua
Then jump to around line 492 of the code.
find local minHealh = options["minHealh"] code.
Change to -----> local minHealh = options["minHealh"] or 0.7
save and Restart the game
[SV LUA ERROR] pch C:/Users/xxx/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/3343911734/Lua/SBAI/Server/Modules/UseTalents.lua:(498,8-503,12): attempt to compare number with nil
что мод просто не работает на моём сервере, нету ничего из того что есть на картинках тут
Or is it still Coilgun?
What I mean by this is that the plugin WILL read this:
<Holdable slots="RightHand,LeftHand,Any"
but it can't read this:
<Holdable slots="RightHand, LeftHand, Any"
Thanks for your work.
did some digging and it seems when i have BaroTraumatic/Creatures mod enabled it causes this issue, removing it solves the problem.