安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Try letting the jumplifter capture an entity, they can jump while carrying entities.
@ゆきんこ Press Shift + Right-Click to display the UI.
looking for a auto pathing skipdoor mod havent been able to find one yet, tho i found 2 but outfated and the pathing changed in 1.6 hope there will be one soon ^^
The Jump Lifter is awesome and all but I want to see it happen on a big scale with spawning out of their stations to do their work and despawning back at their stations after.
Anyway it just a suggestion, you are the boss what you want when you do.
So I’d need to create a custom system to handle it. But to do that without impacting performance, I might need to come up with a smarter approach—probably.
So for now, it’s on hold.
Right-click the gizmo button to open the detailed settings window, then adjust the "Min Dist" slider.
Teleportation will only occur if the destination is farther than this distance.
You can also set the default value of this parameter in the def’s properties.
After the most recent update, I’ve been encountering a consistent error related to the AutoBlink gene:
System.TypeLoadException: Could not resolve type with token 01000010 (from typeref, class/assembly AutoBlink.CompBlinkWatcher, AutoBlink, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)
It seems like the mod is trying to reference a missing or renamed class: CompBlinkWatcher. The error is caught by Soyuz, but it seems to originate from AutoBlink itself.
Could you please take a look when you have time? Everything worked perfectly before the last update.
Thanks again — looking forward to seeing more great work from you!
For detailed usage examples, please refer to sample.xml inside the mod folder.
Special thanks to @kd8lvt for developing the gene — excellent work.
I'm currently testing it and everything works perfectly.
One small suggestion: it would be great to have a setting to customize the range at which Blink can be used.
I just popped a tiny mod up on https://github.com/kd8lvt/BlinkGene that uses this, if you want an implementation to use/reference for gene integration - Feel free to use it in AutoBlink! Granted, it's not my best work >.> You might want to polish it up a bit.
"It’s quite lightweight... I think. If you want to measure it directly, check AutoBlink.CompBlinkWatcher:CompTick with Dubs Performance Analyzer.
In my tests, running 30 lifters resulted in an average of about 0.04–0.05 ms."
https://gist.github.com/HugsLibRecordKeeper/5cb772823a39ace5ba91f74127863fe8
To support genes, I'd have to do a fair amount of reworking... I'll get around to it eventually