Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

Make sure stage struct subelements are resource types and... #210

Closed a1270 closed 10 years ago

a1270 commented 10 years ago

add CURRENT and TOTAL. Allowing access to current stage number and total num of stages. This should fix most of #208. Doc updates will come after the dust settles.

a1270 commented 10 years ago

I am looking into how to get a list of resources from KSP. The issue is the other way to get resources does checks so i think it's best to do the same for now.

Nivekk commented 10 years ago

Yeah, I would definitely want a way to dynamically pull the resources before merging this, for things like the Kethane mod

a1270 commented 10 years ago

@palaslet is working on cleaning up the resource detection. The SHIP/TARGET/VESSEL code will need to be addressed as that is hard coded. Discussion seems to be centered around #208.