Jump to content

Importing custom props?


Rahcul
 Share

Recommended Posts

1 hour ago, stanislas69 said:

Okay, so this is a more "recent" change.

Let's take some materials as examples


<material>player_trans.xml</material>
<material>player_trans_spec.xml</material>
<material>player_trans_parallax_spec.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>

First one just needs a diffuse texture. ex:


<texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/>

Second needs diffuse and spec. ex:


<texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/>
<texture file="skeletal/kart_cjv_e_1_spec.dds" name="specTex"/>

Third needs diffuse and spec and a normal (parallax) map


<texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/>
<texture file="skeletal/kart_cjv_e_1_spec.dds" name="specTex"/>
<texture file="skeletal/kart_cjv_e_1_norm.dds" name="normTex"/>

Last one needs an ao  map on top of that. ex:


<texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/>
<texture file="skeletal/kart_cjv_e_1_spec.dds" name="specTex"/>
<texture file="skeletal/kart_cjv_e_1_norm.dds" name="normTex"/>
<texture file="skeletal/kart_cjv_e_1_ao.dds" name="aoTex"/>

 

I did try it that way, but now the editor just crashes and says:

 

(error while formatting error message)

 

There is no other error message.

Link to comment
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.

 Share

×
×
  • Create New...