Hi,
First: great tree, please keep on expanding it.
I wanted to ad some remarks regarding Station Science. Currently you receive experiment modules pretty soon, but then you have to get about 1000 science to unlock cyclotron and lab to even start using those experiments.
So I came up with following changes:
[code]
// Station Science - moved easy/medium quark experiments to first science tier, moved cyclotron (dependency) to early nuclear,
// moved ScienceLab and relevant modules into second science tier.
@PART[StnSciCyclo]:NEEDS[zETT]:FINAL
{
@TechRequired = nuclearPower
}
@PART[StnSciLab]:NEEDS[zETT]:FINAL
{
@TechRequired = scienceTech
}
@PART[StnSciExperiment1]:NEEDS[zETT]:FINAL
{
@TechRequired = scienceTech
}
@PART[StnSciExperiment3]:NEEDS[zETT]:FINAL
{
@TechRequired = experimentalScience
}
[/code]
Might be useful as a start for tweaking, at least IMHO starts to be usable.
Do you have any github/bitbucket repo for code? I might be easier to deliver pull requests instead...
Regards,
Garagoth.