Search found 6 matches
- Thu Jun 26, 2014 2:06 am
- Forum: Expansion Pack
- Topic: Help! I'm new at this!
- Replies: 18
- Views: 4973
Re: Help! I'm new at this!
Thanks, Thargoid; I did use the actual filename in the command prompt- I'm new to this, but not that new to computing :lol: :lol: So, I tried the command C:\(directory)>python obj2dattex.py C:\(same directory)\ship1.obj. It returned yet another error; I'd already changed the working directory so the...
- Tue Jun 24, 2014 11:44 pm
- Forum: Expansion Pack
- Topic: Help! I'm new at this!
- Replies: 18
- Views: 4973
Re: Help! I'm new at this!
Okay, so I changed the working directory as appropriate, entered python Obj2DatTex.py modelname.obj , and got the error message IOError: [Errno 2] No such file or directory: 'modelname.obj' . The file and script are in the same directory/folder as they should be. I'm really starting to get confused ...
- Tue Jun 24, 2014 11:19 pm
- Forum: Expansion Pack
- Topic: Help! I'm new at this!
- Replies: 18
- Views: 4973
Re: Help! I'm new at this!
Okay, this is promising...now what is this 'cd' the thread Dizzy directed me to? A way to point Python to the proper folder? How would I use it?
- Tue Jun 24, 2014 4:48 pm
- Forum: Expansion Pack
- Topic: Help! I'm new at this!
- Replies: 18
- Views: 4973
Re: Help! I'm new at this!
Thanks. I've got the conversion scripts you mentioned. I also figured out how to open up the Python interpreter, but am unable to figure out just how to run the scripts. If the script is located at C:\...\Obj2DatTex.py, what would the command be to run it? Additionally, when/where would I point the ...
- Mon Jun 23, 2014 11:36 pm
- Forum: Expansion Pack
- Topic: Help! I'm new at this!
- Replies: 18
- Views: 4973
Re: Help! I'm new at this!
How and where would I run the Python script? I had originally tried to set it up as a Blender plugin, but this was either incorrect or I did it wrong.
Thanks for the quick and friendly response
Thanks for the quick and friendly response
- Mon Jun 23, 2014 8:15 pm
- Forum: Expansion Pack
- Topic: Help! I'm new at this!
- Replies: 18
- Views: 4973
Help! I'm new at this!
So, I'm looking to import some preexisting assets into an OXP. What I have is this: -.obj files -.dds textures Along with Blender, Wings3d, and a couple random conversion tools I used to get to this point. I'm basically trying to figure out how to merge the textures with my .obj files, and convert t...