安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
First, the cursor position and clicks are impossible without this base mod, because these information are not available for in game scripts api. So at least one mod is still needed.
Second, the API is already split like that, just the cursor and clicks in one part, and then the ui elements as optional.
Third, I have working examples of this running on in game scripts on my github repo If you really want it. But I never recommended it because of the way in game scripts work on servers.
Basically every screen update is sent to the server and sync, that would cause a single mouse moving around a lot of data to be sent.
So, unfortunately that is a limitation of the game structure. I tried a few workaround but couldn’t make this work.
Since the base api mod is needed anyway, I would recommend just using a TSS script mod.
Can you make this function at a basic level with ingame scripts?
Just basic hooks like mouse position, left/right/middle currently being pressed. Just pressed and similar can be written yourself. The elements would be unnecessary.
Beyond that, this is freaking great.
I know you just said you ain't adding features, but if wouldn't be too much?
A couple of guys reached me to use the API but unfortunately they didn’t finish theirs as well.
At this point I’m mostly waiting for SE2 and just maintaining these ones, with no new features.
Did you try the electric app or the button pad app in the same save to check the mod is working?
I realized quickly through testing that the "Public title" box would start appearing the minute I click anywhere on the LCD screen. The comments in the electric network app mention this and the answer is to use middle mouse button which didn't work for me.
Is there another way for me to disable this behavior?