| 09-17-2004, 09:29 AM | #1 |
Alright, i'm trying to stick the attached Helmet onto the Forest Troll's portrait, one problem, it wont attach! I've tryed sticking it to every bone tehre is, but it just sits there attached to nothing. Help me! Attached is the Helm, the Portrait and one of my attempts, will somone tell me whats wrong and\or fix it PLEASE. |
| 09-17-2004, 01:51 PM | #2 |
I just changes the bone the helmet is using to 3 and it seems to work: Code:
Groups 1 1 {
Matrices { 3 },
}Just wondering: Were you choosing the bones with my program? That would explain why it didn't work, because this MDL is pretty strange, in that no ObjectIds are listed. |
| 09-18-2004, 12:28 AM | #3 |
yeah, i was choosing bones with ure program. How do i modify attachment bones in the mdl? Theres alot of other portrait models that dosnt list objectID's. |
| 09-18-2004, 02:40 PM | #4 |
you'll have to manually figure the id of the bone you want to use or manually add the object ids starting from 0. Mdls don't need ObjectID listed? that's something good to know for the mdl editor I am making |
| 09-18-2004, 02:58 PM | #5 | ||
Quote:
Quote:
Code:
Groups 1 1 {
Matrices { 2 },
}Change the number(s) in the "Matrices" line(s). |
| 09-19-2004, 12:18 AM | #6 |
ah kickass, that'll help me alot. Yeah mdls dont need object IDs listed. All the game models have them, but if you take a look at the portraits alot of them dont list the object ids. |
