HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

animation: disapear geosets at makin an animation

06-28-2004, 08:08 PM#1
BlinkBoy
i need help on this, does any1 know the answer?
06-29-2004, 12:42 PM#2
Oinkerwinkle
You'll have to be more specific, but here is some general information.

GeosetAnims can be used to toggle geoset visibility on and off. Here is an example of one:
Code:
GeosetAnim {
	Alpha 3 {
		DontInterp,
		25000: 1,
		85000: 0,
		159967: 0,
	}
	GeosetId 0,
}
In this case, it will be on at frame 25000, off and 85000, and again off at 159967. That GeosetId line just tells it which geoset to affect.

To make a bone take on a GeosetAnim, add a GeosetAnimId line.
Code:
Bone "gutz00" {
	ObjectId 0,
	GeosetId 4,
	GeosetAnimId 4,
}
In this case, it will use the fifth geoset anim listed. (The ids start at 0, not 1.)
06-29-2004, 04:49 PM#3
BlinkBoy
ty lol ownce more you save my life. in this way when i use your anim transfer i can fix up the model with your anwer and the whitehorn tutorial ^_^ ^_^