Jump to content

Animation Problems


Recommended Posts

Hey, I am having an issues with animation, I do admit that I am a little rusty at all this now but here it goes. I made an animation called BL in my part.cfg I put:

MODULE

{

name = Enviromental Lights

useAnimationDim = true

resourceAmount = 0.04

animationName = BL

useResources = true

}

however, it doesn't seem to work, I am not sure what I am doing wrong.

Link to comment
Share on other sites

"name" is what module you are using. Use ModuleAnimateGeneric for animations or ModuleLight for a powered light:

MODULE

{

name = ModuleLight

lightName = spotlight

useAnimationDim = true

lightBrightenSpeed = 2.5

lightDimSpeed = 2.5

resourceAmount = 0.04

animationName = LightAnimation

useResources = true

}

^ stock spotlight config

Link to comment
Share on other sites

That's right I fixed it but it still doesn't seem to work, Basically its just an little animations.

So here's the what I did:

MODULE

{

name = ModuleAnimateGeneric

animationName = SLight

startEventGUIName = Extend

endEventGUIName = Retract

actionGUIName = FEL

}

Link to comment
Share on other sites

  • 1 month later...

I know this is an old thread but i had similar issues that were specific to animations created in Unity. the full post is here:

http://forum.kerbalspaceprogram.com/threads/25013-Compilation-of-modding-information-links-for-0-19-20-21-22-23-Last-update-24th-Jan?p=935318&viewfull=1#post935318

In one sentence: i had issues with unit 4.3.3f and downgraded to unity 4.2.0 to solve a similar issue with animation.

perhaps you could compare your KSP.log to mine in linked post for verification.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...