Jump to content

pauladam316

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by pauladam316

  1. Thanks for the reply. I can definetly try the suncatcher, however I am having problems with my animations. If I write it like this

    MODULE

    {

    name = ModuleDeployableSolarPanel

    animationName = oppertunitypaneldeploy

    resourceName = ElectricCharge

    chargeRate = 1.64

    }

    It will not run, however like this

    MODULE

    {

    name = ModuleDeployableSolarPanel

    //animationName = oppertunitypaneldeploy

    resourceName = ElectricCharge

    chargeRate = 1.64

    }

    It will now run. I also tried this

    MODULE

    {

    name = ModuleAnimateGeneric

    animationName = oppertunitypaneldeploy

    isOneShot = false

    startEventGUIName = Extend

    endEventGUIName = Retract

    actionGUIName = Toggle Antenna

    allowAnimationWhileShielded = False

    }

    And that worked. What am I doing wrong?

  2. Hello Everyone,

    I am currently working on a set of solar panels for a mod, and I have 2 questions for anyone that has experience working on this,

    1. Is there anything special that must be done to animations to make them work as the solar panel deploy/retract anims?

    2. How do I tell the game what face of the panels has the actual panels (what side must be facing the sun to generate electricity)?

    Thanks so much to anyone that can help me out!

  3. Thanks for the reply! the music I am currently working on is not my own composition. I am currently working on changing the interstellar soundtrack to work for my purposes. I would want to start with making music for takeoff of rockets and reentry, with scripted music changes at various altitudes. Would this be possible? Also if you are okay with using existing music that I can modify for your project I would love to help you out!

×
×
  • Create New...