Space Engineers
Nanobot Build and Repair System
Εμφάνιση 61-70 από 114 καταχωρίσεις
< 1 ... 5  6  7  8  9 ... 12 >
Ενημέρωση: 30 Νοε 2017 στις 13:48

-Fixed items not being pulled out of the block using sorters. Drawback of this is, the needed/missing flag is only set if a new BaR is placed (it can't be set it from code sorry). So you have to remove and rebuild the BaR-System to get this pulling to work.

-I've spend the last days working on the block performance and think I've managed to get a noticeable improvement. Hopefully you will receive the 'this mod is slowing down your system' message much less common.
You might get if from time to time, but according to what I've measured/traced the mod is allways blocked by a call to the game API for creating new blocks (so nothing I could improve).
There were three main things I've done.
1. I speed up by optimizing the code (Using hash, reduce unnecessary/double checking, calling some functions less often,..)
2. Reduced the maximum number of background task from 8 to 4. But according to my measures the speedup of the internal detection function should overcompensate that.
3. Put in a limitation of simultaneously shown welding/grindig/transport effects (lights). So there will be never more than 80 grinding/welding effects shown, same for transports, there will be a maximum of 50 flares shown simultaneously. (Grindig/welding/transporting is still running but without the light effects)

Please take look at Performance Test

-While doing the tuning, I found also a way to impove the cooperation between multiple BaR-Systems while welding projected blocks. So you also may observe an improvement there.

Ενημέρωση: 21 Νοε 2017 στις 14:20

-Fixed Power consumption not set according to working mode
-Fixed 'BuildNew' not respected in Fly Mode

Ενημέρωση: 17 Νοε 2017 στις 15:54

-Added Option to collect floating objects only if welding/grinding is idle

Ενημέρωση: 16 Νοε 2017 στις 15:08

-Fixed bug not storing priority settings (build and collect)
-Option for disableing pushing ore/ingot immediately

Ενημέρωση: 15 Νοε 2017 στις 15:09

-Now pushing any ingot/ore out of the BaR-System
-Fixed bug where ingot/ore might be increased while collecting

Ενημέρωση: 12 Νοε 2017 στις 14:18

-Added support for actions on grupped blocks
-Fixed none unique name for colorvalue actions

Ενημέρωση: 31 Οκτ 2017 στις 7:46

-Updated Janitor function
It is now possible to control via terminalsetting which kind of relation (enemy, neutral, not owned) the janitor should autogrind

Ενημέρωση: 29 Οκτ 2017 στις 16:23

New Features:
-Now automaticly collects floating materials
-Now could grind enemy blocks
-New GUI properties

Ενημέρωση: 14 Οκτ 2017 στις 9:46

-Fix for Unhandled Exception while unloading MOD

Ενημέρωση: 8 Οκτ 2017 στις 13:27

-Fix for not grinding Refineries (and other blocks with more then one inventory)