Sign in to follow this  
tjsase

Modder's Resource: Harbinger Model

Recommended Posts

index.php?app=downloads&module=display&section=screenshot&id=657

 

File Name: Modder's Resource: Harbinger Model

File Submitter: tjsase

File Submitted: 12 Aug 2015

File Category: Modding Tools

 

 

Hello!

 

This is a 3D model of the Harbinger that I extracted from KotOR II. Only half of it was present (as you only see half at Peragus) so I mirrored and stitched the model symmetrically.
This package also contains an alternate model of the Harbinger, in which I bent or removed some of the turrets to make it look like it has been war-torn.
Besides the models, I've included the original .tga texture as well as some alternate textures I made to make the ship look war-torn. This includes a color map, and incandescent map, a bump map, and a specularity map.
Any one is free to use this resource in their products. Enjoy!

 

 

Click here to download this file

Share this post


Link to post
Share on other sites

It's because the OBJs were exported with no MTL, material definition files. Open the OBJ in Notepad or other text editor. At the top of the file, add the line:

 

mtllib Harbinger.mtl
Create a new text file called Harbinger.mtl (make sure file extensions aren't hidden). For the original texture, put in the following:

 

newmtl Harbinger
illum 2
Kd 0.800000 0.800000 0.800000
map_Kd V_Hammrhd01ORIGINAL.tga
For the new textures, use this:

 

newmtl Harbinger
Ns 50.781250
illum 2
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 1.000000 1.000000 1.000000
map_Ka V_Hammrhd01Inc.png
map_Kd V_Hammrhd01Color.png
map_Ks V_Hammrhd01Spec.png
bump V_Hammrhd01Bump.png

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this