Converting wings3D files to Oolite DAT files in WIndows XP
Moderators: winston, another_commander
Converting wings3D files to Oolite DAT files in WIndows XP
Hello all
My first time ever on a forum I am hoping that someone can help me.
I am using Windows XP. I have followed the tutorial on creating a "flying brick" using the Wings3D program, which is great. But I can't make the DAT file for use in Oolite under windows XP.
Thank you all who read this and I hope that someone will be able to help me
Its nice to be able to play Elite again after so many years.
My first time ever on a forum I am hoping that someone can help me.
I am using Windows XP. I have followed the tutorial on creating a "flying brick" using the Wings3D program, which is great. But I can't make the DAT file for use in Oolite under windows XP.
Thank you all who read this and I hope that someone will be able to help me
Its nice to be able to play Elite again after so many years.
- Selezen
- ---- E L I T E ----
- Posts: 2530
- Joined: Tue Mar 29, 2005 9:14 am
- Location: Tionisla
- Contact:
In Wings, export the model to Wavefront (OBJ) format.
Obtain the obj2dattex.py file from the tutorials.
Obtain and install a copy of the Python programming language. I think the website for it is www.python.org. Google it if that's not right.
Copy the obj2dattex.py file and your exported OBJ and MTL files into the Python program folder (usually C:\Python25).
Open a command window (Start>run, then type CMD and press enter).
Type cd\python25 and press Enter.
Type 'obj2dattex.py modelname.obj' and press enter, replacing the word "modelname" with the name of your model. This will create a dat file in the same folder with the same name as your source model.
Job done!
Obtain the obj2dattex.py file from the tutorials.
Obtain and install a copy of the Python programming language. I think the website for it is www.python.org. Google it if that's not right.
Copy the obj2dattex.py file and your exported OBJ and MTL files into the Python program folder (usually C:\Python25).
Open a command window (Start>run, then type CMD and press enter).
Type cd\python25 and press Enter.
Type 'obj2dattex.py modelname.obj' and press enter, replacing the word "modelname" with the name of your model. This will create a dat file in the same folder with the same name as your source model.
Job done!
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Not necessarily.
Ferret wrote that he was following Giles' tutorial on creating a "flying brick". This tutorial actually includes the very step he was asking for here, it's called "Converting to Oolite" and it's (of course) the last step in the tutorial. And as Giles is a friendly tutor, he has even prepared a downloadable ZIP, containing all the files used in the tutorial, also the needed DropObj2DatTex, and linked it twice, at the very top and at the very bottom of the tutorial.
So, in theory, everybody who goes through the tutorial should already be there. The answer in a FAQ could basically say nothing else than "Read the tutorial you're just reading. Read it!"
Ferret wrote that he was following Giles' tutorial on creating a "flying brick". This tutorial actually includes the very step he was asking for here, it's called "Converting to Oolite" and it's (of course) the last step in the tutorial. And as Giles is a friendly tutor, he has even prepared a downloadable ZIP, containing all the files used in the tutorial, also the needed DropObj2DatTex, and linked it twice, at the very top and at the very bottom of the tutorial.
So, in theory, everybody who goes through the tutorial should already be there. The answer in a FAQ could basically say nothing else than "Read the tutorial you're just reading. Read it!"
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
The problem here would be that DropObj2DatTex is only directly usable under Mac OS X. However, it’s a wrapper around a Python script that can run anywhere.Commander McLane wrote:Not necessarily.
Ferret wrote that he was following Giles' tutorial on creating a "flying brick". This tutorial actually includes the very step he was asking for here, it's called "Converting to Oolite" and it's (of course) the last step in the tutorial. And as Giles is a friendly tutor, he has even prepared a downloadable ZIP, containing all the files used in the tutorial, also the needed DropObj2DatTex, and linked it twice, at the very top and at the very bottom of the tutorial.
I almost wrote “I really should update the tutorial to reflect this”, but actually, what should happen is that someone (other than me) should copy the tutorials to the wiki, at which point I’ll change the web site to link to them.
E-mail: [email protected]
in my case the python scripts produced an error when i ran it, being a bit of a hobby programmer i fixed it...
for solution to this, look here
https://bb.oolite.space/viewtopic.php?t=3474
for solution to this, look here
https://bb.oolite.space/viewtopic.php?t=3474
Bounty Scanner
Number 935
Number 935
Hello
I would like to thank you all for your help.
I where I went wrong was that the tutorial was great to follow and it told you where to download Wings3D and the files to make the DAT files but did not say anything about the Python programming language which was needed.
Perhaps a mention could be added to the tutorial.
Thanks again to all who answered my question.
I would like to thank you all for your help.
I where I went wrong was that the tutorial was great to follow and it told you where to download Wings3D and the files to make the DAT files but did not say anything about the Python programming language which was needed.
Perhaps a mention could be added to the tutorial.
Thanks again to all who answered my question.
- Commander Learner
- Dangerous
- Posts: 123
- Joined: Thu Aug 20, 2009 12:08 pm
- Location: Somewheeeeeere over the rainbooooooooooow~
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Commander Learner: In cases like this, it's best if you create a new thread instead of resurrecting an inactive one. It can be very confusing reading through something that went on so long in the past, feeling that "something is wrong" and then noticing that the response before the last is like two or three years old.