HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Im getting this but......

10-09-2004, 02:19 AM#1
Holy_Human
ok so i use milkshape and lets say my walk anim is between frames 1 and 10

so i take the 1 divide by 24 then multiply by 1000 then take the 10 and divide by 24 then multiply by 1000 so your code would be


Sequences 1 {
}
Anim "Walk" {
Interval { 41,417 },
MoveSpeed 50,
}
}


Right or am i going in wrong Direction well any help would be helpful becasue this is stopping me from putting my models out Thx
10-09-2004, 02:47 AM#2
Oinkerwinkle
Except it's 416, not 417. Always round down for those. Also, there is possible a bug in kdub's exporter associated with having keys at frame 1 (at least I think I remember reading that), so you'd be best off not having an animation going there.
10-09-2004, 02:09 PM#3
Holy_Human
heres my code

Sequences 2 {
Anim "Walk" {
Interval { 83, 833 },
MoveSpeed 425,
MinimumExtent { -132.776, -94.006, -56.4823 },
MaximumExtent { 81.2252, 91.9025, 75.6602 },
BoundsRadius 117.389,
}
Anim "attack" {
Interval { 875, 1666},
NonLopping,
MinimumExtent { -142.116, -104.114, -115.409 },
MaximumExtent { 122.865, 103.932, 115.101 },
BoundsRadius 142.654,
}
}

but when i try to convert to MDX it says this


Error Reading Modle File:

Error (line 1): Unexpected token "sqaure and 1 half symbol" ???? wauts this thx for all support
10-09-2004, 02:23 PM#4
Holy_Human
Version {
FormatVersion 800,
}
Model "Cannon Ball" {
NumGeosets 3,
NumBones 8,
BlendTime 150,
MinimumExtent { -77.3951, -68.7192, -0.19845 },
MaximumExtent { 68.2145, 69.7533, 110.951 },
}
Sequences 2 {
Anim "Walk" {
Interval { 83, 833 },
MoveSpeed 425,
MinimumExtent { -132.776, -94.006, -56.4823 },
MaximumExtent { 81.2252, 91.9025, 75.6602 },
BoundsRadius 117.389,
}
Anim "attack" {
Interval { 875, 1666},
NonLopping,
MinimumExtent { -142.116, -104.114, -115.409 },
MaximumExtent { 122.865, 103.932, 115.101 },
BoundsRadius 142.654,
}
}

how is this wrong i dunno


plz help