| 02-24-2004, 11:34 PM | #1 |
well I made a model!!! well sort of its a cone and 2 cylinders and i got it out of Gmax and got it into wordpad and made into an mdl well then i tried to turn into an mdx in converter same thing that has always seemed to happen when i do it it says "Error (Line 1): Unexpected token 1 1/2 " any idea what to do? |
| 02-24-2004, 11:53 PM | #2 |
It means that you have an error in your MDL. Upload it so we can see what's wrong. |
| 02-25-2004, 12:51 AM | #3 |
here it is |
| 02-25-2004, 12:58 AM | #4 |
1. No animations? I think you need a stand animation. Just make it 0-1 frames long. 2. You need to have two textures. Change this: Textures 1 { Bitmap { Image "", ReplaceableId 1, } } Into: Textures 2 { Bitmap { Image "TEXTUREHERE", } Bitmap { Image "", ReplaceableId 1, } } And change TEXTUREHERE into your .blp path (For example: Textures\Turret.blp). Keep the quotes in "TEXTUREHERE". |
