Jump to content

s1rv

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by s1rv

  1. Ah. Thank you! Time to write a plugin.
  2. When creating effects for a jet engine I am making, I realized an afterburner effect would be really cool. Unfortunately, I am unsure if it is possible to set an effect to start on anything but when power is applied, when a flameout occurs, or when the engine starts. I was just wondering if there was a way to insert an effect that only applies when the engine is at full throttle. Any help would be greatly appreciated. A New Mod Developer, s1rv
  3. Ah. I thought I could just put it in generic resources. Thank you, guys!
  4. Thank you so much! I didn't realize I could be stupid enough to let there be a resource storing part without the resource existing... I don't know how I missed that... XD
  5. Hello, I am new to addon development, and am working on adding a new resource, Food. When it gets to loading the module below, it just full on stops loading KSP. name = FoodStorage module = Part author = s1rv mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -0.986899, 0.0, 0.0, 1.0, 0.0 CrewCapacity = 4 cost = 4000 category = Utility subcategory = 0 title = PPD-10FS Food Storage Container manufacturer = Hepux Aerospace description = The PPD-10FS is a modified PPD-10 Hitchhiker Storage Container designed to hold food, up to a whopping 25kg! Use with Hepux PPD-10F Food Farms and food consuming pods for best effect. attachRules = 1,0,1,1,0 mass = 2.5 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 6 breakingForce = 200 breakingTorque = 200 maxTemp = 2900 RESOURCE { name = Food amount = 0.035 maxAmount = 0.35 }
×
×
  • Create New...