Page 1 of 2

.XPS files...

Posted: Sat Jun 28, 2014 11:07 am
by IAmCaptainRedfield
May seem like a stupid question, but how do I obtain the .XPS file after I convert a file from its native format(in this case, Source .MDL)???

Re: .XPS files...

Posted: Sat Jun 28, 2014 11:42 am
by d19xx
Save within Xps. The default extension will be ".xps".

Re: .XPS files...

Posted: Sat Jun 28, 2014 11:51 am
by IAmCaptainRedfield
I see. :D What about the .MTL file? I tried exporting in Noesis, but got no .MTL file...

Re: .XPS files...

Posted: Sat Jun 28, 2014 8:04 pm
by thePWA
I think .obj format has the mtl file, .xps doesn't have one as far as I know. If you're converting .mdl with noesis add the -objmtl tag to create the .mtl file.

Re: .XPS files...

Posted: Sat Jun 28, 2014 9:04 pm
by IAmCaptainRedfield
thePWA wrote:I think .obj format has the mtl file, .xps doesn't have one as far as I know. If you're converting .mdl with noesis add the -objmtl tag to create the .mtl file.
Got that. Now XPS is telling me that there's no diffuse texture defined for the .OBJ... Which is kinda strange... I converted the textures to the required formats(.TGA)and all the file names are correct, but still can't get it to load... :?

Re: .XPS files...

Posted: Sat Jun 28, 2014 10:08 pm
by thePWA
IAmCaptainRedfield wrote:
thePWA wrote:I think .obj format has the mtl file, .xps doesn't have one as far as I know. If you're converting .mdl with noesis add the -objmtl tag to create the .mtl file.
Got that. Now XPS is telling me that there's no diffuse texture defined for the .OBJ... Which is kinda strange... I converted the textures to the required formats(.TGA)and all the file names are correct, but still can't get it to load... :?
.mdl is actually a bit tricky since it can call textures from other directories via .vmt to speed up loading time. Doesn't work for xnalara/xps since you need the actual texture to be accessed in the same directory. Make sure all the texture files are in the same directory as the .obj.

Re: .XPS files...

Posted: Sat Jun 28, 2014 11:25 pm
by IAmCaptainRedfield
thePWA wrote:
IAmCaptainRedfield wrote:
thePWA wrote:I think .obj format has the mtl file, .xps doesn't have one as far as I know. If you're converting .mdl with noesis add the -objmtl tag to create the .mtl file.
Got that. Now XPS is telling me that there's no diffuse texture defined for the .OBJ... Which is kinda strange... I converted the textures to the required formats(.TGA)and all the file names are correct, but still can't get it to load... :?
.mdl is actually a bit tricky since it can call textures from other directories via .vmt to speed up loading time. Doesn't work for xnalara/xps since you need the actual texture to be accessed in the same directory. Make sure all the texture files are in the same directory as the .obj.
I assume this applies for the .VTX, .PHY, and .VVD files(which I'll likely need another program to convert them as Noesis doesn't seem to recognize those file types)as well?

Re: .XPS files...

Posted: Sun Jun 29, 2014 12:39 am
by thePWA
You don't need those if you're using noesis to convert .mdl to .obj you just nee to make sure that all the textures are in the same directory. Now if you want to decompile the .mdl without noesis well thats another story.

Re: .XPS files...

Posted: Sun Jun 29, 2014 1:00 am
by IAmCaptainRedfield
thePWA wrote:You don't need those if you're using noesis to convert .mdl to .obj you just nee to make sure that all the textures are in the same directory. Now if you want to decompile the .mdl without noesis well thats another story.
Well then that's just the thing... They ARE all in the same directory(all in the same folder).

Re: .XPS files...

Posted: Sun Jun 29, 2014 3:54 am
by thePWA
IAmCaptainRedfield wrote:
thePWA wrote:You don't need those if you're using noesis to convert .mdl to .obj you just nee to make sure that all the textures are in the same directory. Now if you want to decompile the .mdl without noesis well thats another story.
Well then that's just the thing... They ARE all in the same directory(all in the same folder).
Upload the folder somewhere let me or one of the guys here look at it.