Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Some way of tracking rush build amount #164

Open
NathanKell opened this issue Jul 20, 2017 · 4 comments
Open

Some way of tracking rush build amount #164

NathanKell opened this issue Jul 20, 2017 · 4 comments

Comments

@NathanKell
Copy link
Contributor

Is there some bit of data that could be stored on a vessel module or the root part or something that could store how much a vessel was rush-built? I very much want to decrease reliability on rushed vessels but I don't know of any way to identify (from flight scene, i.e. once they spawn) rush-built vessels. Ideal would be something like 'number of rush-build clicks'.

@magico13
Copy link
Owner

It's not tracked right now, but I can add it in somewhere. I could also fire an event when it's clicked. I should probably also make that functionality configurable through a formula. I honestly usually forget it exists.

@NathanKell
Copy link
Contributor Author

Problem is getting it on the spawned vessel, not while it's just data in KCT...do you add anything to the vessel during spawn already, like a partmodule or vesselmodule?

@magico13
Copy link
Owner

Right now, no I don't. But if I'm going to be adding a module to every part anyway then I could tie into that. Then if you remove a part (through undocking, KAS, explosions, etc) or combine parts (docking, KAS, implosions?, etc) then you could still track that per-part even though the vessels changed.

@NathanKell
Copy link
Contributor Author

Very true, and that would also be super useful for editing recovered craft, you could increment a counter in the module on launch and then detect, when editing a recovered craft, if an actually-flown part is replaced by a brand new part--the 'cost' wouldn't change, but you could still add to the BPs for editing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants