Where is output from obj2egg written?

Hello,

I’m trying to convert a .obj to an .egg file, I use obj2egg for that:

But, when I look in my folder, I can’t find ‘lol.egg’ anywhere. It seems it’s just not written, anybody faced this problem before?

Thanks.

It works for me…

Does the program print out something if you omit the last parameter? In that case you should be able to see the output in the terminal.

Alternatively try one of those:

obj2egg -o output.egg input.obj
obj2egg input.obj > output.egg

How is that nemesis?it dont works for me… :unamused:

Could you elaborate on what exactly doesn’t work?