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?