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
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