| 12-29-2004, 12:30 PM | #1 |
Im having a problem, i made the glowing eye murloc from Oinkerwinkle's tutorial. But when i want to convert the mdl to mdx with Yobguls, i get: Assertion failed: !"what?", file xx.cpp line 756 then the program terminates. ive searched and read most tutorails and threads similar to it, but i cant find it. |
| 12-29-2004, 02:31 PM | #2 |
Can you post the MDL? Also, did you download the emitter adder recently? If not, then you might be using a defective version. (I had some pretty bad mistakes in there for a while.) |
| 12-29-2004, 10:40 PM | #3 |
Ive downloaded it a few days ago, and heres the file after i edited it twice like the tutorial said. |
| 12-29-2004, 11:34 PM | #4 | |
Quote:
there was a problem with the colors, green array had 4 values when it is supose to have 3 values, i just removed 1 repited 0 in each particle. |
| 12-30-2004, 08:20 PM | #5 | |
Quote:
thx but im totally new with this, what was it you changed? you can only select 3 colors. and in what field did you change the value? |
| 12-30-2004, 09:08 PM | #6 |
You're evidently using commas as a decimal point instead of periods. Thus, the color line came out as "Color { 0, 0,501960784313725, 1 }," instead of "Color { 0, 0.501960784313725, 1 }," (see comma changing to period?). So, the converter thought you had 4 colors there. See here for instructions on how to change that. |
| 12-31-2004, 04:46 PM | #7 |
ok thanks a lot Oinkerwinkle and BlinkBoy, you have helped me a lot. But i am using Windows ME, could you please make some screenshots of what i must change step by step. I know its very annoying, so if you dont want to, say it and then i wont brag again. |
| 12-31-2004, 09:10 PM | #8 |
I've never used Windows ME, so I can't give you really specific instructions. If you say where you got stuck and give a screenshot, I might be able to help. |
