Page 1 of 1

modeling prob any help?

Posted: Mon Dec 29, 2008 2:51 pm
by ikillforeyou
hi, i have recently started modeling and i have a problem with my nuke silo that i just made. when i try to convert my .mdl to a .mdx using mdlx converter i get a wiered error that reads:
C:Documents and Settings\soandso\Missile silo.mdl:
Line 1860: Expected a closing }.
and i have gone to line 1860 and found this
0,
lol, yeah thats it... anyhow its about 250 of those in and they are in the
Vertex Group {
0,
0,
0,
0,
0,
thing anyhow thanks for reading this and i hope i get help! :)

Re: modeling prob any help?

Posted: Mon Dec 29, 2008 3:18 pm
by 3ICE
Do what the error message tells you. It needs a closing curly bracket, so give it one!

Code: Select all

...0,0,0,0,0,0,0
to

Code: Select all

...0,0,0,0,0,0,0}
Also, experience tells me you have a misplaced tab.

Re: modeling prob any help?

Posted: Mon Dec 29, 2008 3:36 pm
by ikillforeyou
3ICE wrote:Do what the error message tells you. It needs a closing curly bracket, so give it one!

Code: Select all

...0,0,0,0,0,0,0
to

Code: Select all

...0,0,0,0,0,0,0}
Also, experience tells me you have a misplaced tab.
what?
where, like where would i put the braket?

now i am getting a new prob < i figured out where to put the braket> its
Expected Faces # #
and that would be Faces 1 1728 {
Triangles {
?
and if so what is wrong with it?

there i found all the probs ty 3ice!
it was a bracket that was in the wrong place and a tab in the wrong place to!
:)