Page 2 of 4

Re: Yukes Model converter

Posted: Tue Dec 01, 2009 1:32 am
by falconcool
plodtrew wrote:
falconcool wrote:There is a picture in the right corner.press it and it will show up.

this is what my environment looks like. Which picture are you referring to?:
here it is.Image

I fixed some lines from
f1 = ReadBEword f + 1??-read face indices, games are start form 0, but Max start from 1
f2 = ReadBEword f + 1??-so we add 1 to each index


to

f1 = ReadBEword f + 1--read face indices, games are start form 0, but Max start from 1
f2 = ReadBEword f + 1--so we add 1 to each index



And
msh = mesh vertices:Vert_array faces:Face_array??-build mesh
msh.numTVerts = UV_array.count
buildTVFaces msh
for j = 1 to UV_array.count??o setTVert?msh j UV_array[j]
for j = 1 to Face_array.count?o setTVFace msh j Face_array[j]
for j = 1 to Normal_array.count do setNormal msh j Normal_array[j]



I think this section is damaged something,,,i can't load yobj mesh,,how about your condition?

Re: Yukes Model converter

Posted: Tue Dec 01, 2009 1:59 am
by chrrox
you do not need to edit anything 3ds max can be stupid when it wants to be.
you must run any other script then run this one.
just run this script then run the yobj importer it must initialize the plugin then it will work.

Re: Yukes Model converter

Posted: Tue Dec 01, 2009 7:20 am
by falconcool
Well,it's the encode problem between different language,i've fixed it.
Here is my working scription.ppl who have the same problem with me can try this.
Thank you Chrroxx :)

Re: Yukes Model converter

Posted: Tue Dec 01, 2009 10:44 am
by fireninja
chroxx i have always an error when i import yobj with your script,but i notice something,when i run "rumble roses2.ms"first i get an error but i close it and run yukes.ms,and now i can open my .yobj files !!!

Re: Yukes Model converter

Posted: Tue Dec 01, 2009 12:31 pm
by plodtrew
chrrox wrote:you do not need to edit anything 3ds max can be stupid when it wants to be.
you must run any other script then run this one.
just run this script then run the yobj importer it must initialize the plugin then it will work.
Awesome, it works perfectly now.

Re: Yukes Model converter

Posted: Tue Dec 01, 2009 4:08 pm
by fireninja
ok,i forget to read this part :D ,i get an error with rumble rose.ms but it work,thanks chroxx :wink:

Re: Yukes Model converter

Posted: Thu Dec 03, 2009 11:46 am
by plodtrew
Is there anyway to import the ps2 version models into the 360 game? the model is also in yobj format but seems to be a slightly different format.

Re: Yukes Model converter

Posted: Thu Dec 03, 2009 12:01 pm
by snyperstyle
i dont think so bro because the ps2 has alot less polygons and lower resolution textures and the models themselves I believe are smaller than the next gen counterpart. the Model bone structure is prolly completely different as well. I would love to have all the htcp guys too though lol.

Re: Yukes Model converter

Posted: Sat Dec 05, 2009 3:25 pm
by chrrox
I have updated the first post with a problem in the script it will now run without running the one script first.

Re: Yukes Model converter

Posted: Sat Dec 05, 2009 5:36 pm
by funso
This is very frustrating. - NM, fixed the plug-in problem now.

Models are pretty interesting, textures are fantastic. Would love to get hold of bone, animation data. Perhaps one day, great work so far.

The textures look pretty awful in Max. In Photoshop, they are clearly great textures, wonder why they look so bad in Max renders.

Re: Yukes Model converter

Posted: Sun Dec 06, 2009 12:13 pm
by absarhegde
i have run both the script..the rumble roses show script error when run
but yukes show no error..
but i cant see any option for importing the yukes file..please help

m really new to this

Re: Yukes Model converter

Posted: Thu Dec 24, 2009 9:43 am
by plodtrew
@chrrox, any progress with saving models/importing back into the yobj format?

Re: Yukes Model converter

Posted: Sat Dec 26, 2009 3:31 pm
by alvincx
could somebody please help me, what could i be doing wrong? i can't seem to make this work..

i have both 3ds max 9 and 2010, where should i put the endian file?

and what do you mean by run other scripts?

Re: Yukes Model converter

Posted: Mon Dec 28, 2009 11:51 am
by chrrox
for everyone who had problems i updated my script to no longer need the converter.
it should work easier for most people now.

Re: Yukes Model converter

Posted: Mon Dec 28, 2009 12:07 pm
by mariokart64n
I got this error running under max8
Syntax Error: at bad, expected <factor>
In line: Vert_array = #()*

:( guess it still requires max2009 or higher eh