安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
I really want to look into making my own mod that creates a sleeping icon with Zzz's appearing over a players head.
just curious how you managed to get this working!
e.g. everyone see you are typing, but on your screen there is no bubble above your head
https://i.imgur.com/3nqFpQW.png
https://i.imgur.com/Nomq6Rv.png
One of the mods patches the radio through the chat function.
The other also to indicate that a person is writing goes through the chat.
When used to talk over the radio it may prevent the received message from being displayed.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2688676019
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2695911696
The notification sounds are definitely possible, but out of scope for this mod. This will just be the chat bubble while typing. No sounds when a message is sent, etc.
another question, how possible would it be to add an option for a message notification sound? a notification sound when anyone sends a message in /say or /all
- Max calculation time takes 9 frames now, 250 messages+ takes no longer than 9 frames on my computer.
- 180% decrease when 0 messages have been sent.
- 714% decrease when 250 messages have been sent.
- Infinite decrease when 500 messages have been sent (game would crash before).
ERROR: General , 1640386350949> 25,603,526,471> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: imageNumber of non-table: null at KahluaThread.tableget line:1689.
ERROR: General , 1640386350949> 25,603,526,471> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: attempted index: imageNumber of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:492)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1812)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:64)