Nimbatus - The Space Drone Constructor

Nimbatus - The Space Drone Constructor

檢視統計資料:
Yowst 2018 年 10 月 12 日 上午 11:14
Feul tank drain order
Is there a way to know or to setup the order in which fuel tank drains first? For example I have a booster fuel tank as some kind of spare next to the other fuel tanks which do refill. I want the booster tank to be used as last.
< >
目前顯示第 1-9 則留言,共 9
lvl 10 mage 2018 年 10 月 12 日 上午 11:41 
As far as I know, no, there is no way to know or control the order in which batteries or fuel tanks get used up.
Eldrad 2018 年 10 月 12 日 下午 12:07 
It is knowable and controllable.

It is a breadth first search through the placement order of parts.

So if you have 3 tanks attached directly to the core they will drain in the order you placed them.

If you have two attached to the core and a third attached to an armor block which is attached to the core then the order you placed the armor block matters but when you placed the fuel tank attached to the armor doesn't matter.
Yowst 2018 年 10 月 12 日 下午 2:41 
Interesting part with the armour bit and all. I assume that within that armour block it's own hierarchy exists? For example the first tank you place on that armour block will be drained first if it is the turn to the armour block?
Eldrad 2018 年 10 月 13 日 上午 8:55 
Correct. You can see details of how depth first search works here: https://en.m.wikipedia.org/wiki/Depth-first_search
lvl 10 mage 2018 年 10 月 13 日 上午 10:27 
引用自 Eldrad
It is knowable and controllable.

It is a breadth first search through the placement order of parts.

So if you have 3 tanks attached directly to the core they will drain in the order you placed them.

If you have two attached to the core and a third attached to an armor block which is attached to the core then the order you placed the armor block matters but when you placed the fuel tank attached to the armor doesn't matter.

Well this is interesting to know. I wonder was this posted on the Nimbatus forum anywhere? It would be nice if parts could be assigned priority so they dont always need to be placed keeping this order in mind.
Go Seigen 2018 年 10 月 17 日 上午 6:24 
If you have a part decouple, how does it determine which fuel tank gets used first from it?
Eldrad 2018 年 10 月 17 日 上午 9:57 
Same mechanism. In the case of a disconnected drone they all share a single parent so you can ignore that node and everything before it (or think of it as the order they were connected to that part). But works exactly the same with the added restriction that a thruster can only drain a fuel tank that it is currently connected to.

Note this same mechanism is used to determine the order in which thrusters get fuel if there isn't enough for everything.
Sanaret 2019 年 3 月 17 日 下午 10:52 
The description is really confusing IMO so I made a video to demonstrate instead
https://youtu.be/bXCqu3SQogI
Ishkabo 2019 年 3 月 22 日 上午 9:29 
引用自 Eldrad
Correct. You can see details of how depth first search works here: https://en.m.wikipedia.org/wiki/Depth-first_search

That diagram is amazing at helping to visualize this, thank you so much!
< >
目前顯示第 1-9 則留言,共 9
每頁顯示: 1530 50

張貼日期: 2018 年 10 月 12 日 上午 11:14
回覆: 9