Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,947
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. Would it be possible to get this to dump it's data to a CSV?
  2. Please add this as an issue/enhancement request to github, for those tools, it's not a bad idea
  3. @Ourshinigami No problem. Just an FYI, if you want to tag someone, type an AT sign (@) and then their name, the forum will present a list of matching names which you can then select. when tagged, the tagged id will get a notification
  4. So little information..... A host of questions can be answered by the log file (hint)
  5. Is there any real documentation for the ModuleResourceConverter? The wiki doesn't have anything
  6. @RoverDude Here you go, hopefully this is everything you need to help. Life Support resource: RESOURCE_DEFINITION { name = LifeSupport density = 0.0045 unitCost = 40.0 flowMode = ALL_VESSEL transfer = PUMP isTweakable = true } The module definition from the part file: MODULE { name = ModuleGenerator requiresAllInputs = true isThrottleControlled = false isAlwaysActive = false activateGUIName = Turn UV Lights ON shutdownGUIName = Turn UV Lights OFF statusGUIName = UV Lights INPUT_RESOURCE { name = ElectricCharge rate = 4 } OUTPUT_RESOURCE { name = LifeSupport rate = 0.000093 } } and finally the screenshot. The problem happens both with the Deployable Solar Panel and the Generator, it shows the correct value for the Life Support, but there are no time units, so it looks weird:
  7. I wish I could design my ships with that close of a margin. I usually have between 1 and 2000 Delta V when I come back.
  8. There would be no need to add this to stock unless the stock was going to use it. This isn't difficult to write any decent mother would be able to write it in about an hour or so. But it's one of those things in which you need it before you write it, if there is no need no one will write it.
  9. It's doable, have fun doing it. I'm not, it's not a big deal for me
  10. This evening when I get home But, when you have a ModuleResourceConvertor, and you hover over the part in the editor, it shows PartInfo stuff in the panel, among them is how much of the resource is generated per time unit. When you show a solar panel, it gives you the EC/minute. For this, it just says: Life Support: 1.2 with no time units
  11. Hoping someone can help. The following resource definition works, but when the ShowInfo is showing the resource in a generator, it doesn't have any units, it just shows the number Any ideas? RESOURCE_DEFINITION { name = LifeSupport density = 0.0045 unitCost = 40.0 flowMode = ALL_VESSEL transfer = PUMP isTweakable = true }
  12. @JPLRepo Are you going to continue this? Looks like @jamespicone hasn't been around since May, and while it's not my favorite, I've gotten a few requests about this, I refer them to your repo when I do. Just wondering what's going on. Thanks
  13. Define "active". Normally that means that you've clicked it, which picks it up Not a great idea, sorry.
  14. I'm working on this, may be a week or so
×
×
  • Create New...