Jump to content

Missing part of animation


Recommended Posts

Looked around, found nothing, sooo......

To start off here is the model

Algae.png?t=1441040900

The outer arms are animated with bones while the inner part is scaled and the top part moved.

I would also appreciate a code post on how to trigger the Algae growth when it's only open. (I also need to re-import it packed unless there is a way to have it start that way in hanger)

This is what I have so far.

RESOURCE
{
name = Algae
amount = 0
maxAmount = 650
}

MODULE
{
name = ModuleAnimateGeneric
animationName = Tank01
startEventGUIName = Close
endEventGUIName = Open
actionGUIName = Open/Close
}

MODULE {
name = ModuleGenerator
isAlwaysActive = False
requiresAllInputs = True
// --- POWER RESERVE SAFETY ---
resourceThreshold = 0.2
// --- POWER RESERVE SAFETY ---
INPUT_RESOURCE {
name = ElectricCharge
rate = 2.0
}
OUTPUT_RESOURCE {
name = Algae
rate = 0.1
}
}

Edited by Lt Vax
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...