Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Texture, Model & Animation Help Modelviewer shows only 1/3 textures... Can't find the problem.
johnbox Offline
Member

Posts: 138
Threads: 5
Joined: Aug 2012
Reputation: 4
#1
Modelviewer shows only 1/3 textures... Can't find the problem.

Well... Some of you maybe remember that syringe-model, I tried to make lowpoly, failed, but nevermind. I just tried to import the model into my modelviewer, but... only 1 ! of 3 textures shows up. I made .mat-files for everything, checked everything, Blender also has the right materials... I just can't find the error!
So... does anyone has another idea? I tried most of the tips in other threads, but... waaah, why do only one work...

Maybe someone could take a look at it, I'll add an attachment.


Thanks !

Spoiler below!

[Image: sawp5bxr.png]



Attached Files
.zip   syringe.zip (Size: 1.24 MB / Downloads: 117)

Working on a full conv.-mod, first pictures coming soon...


Working with Blender and other Stuff since 2009.
Using HPL-Engine since 2012 (learning..)
11-07-2012, 07:13 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#2
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

Err... here several things could happen:

1: You haven't Ctrl+t the model (which I doubt a lot)
2: The texture's arent .dds
3: The materials aren't right (the locations, I mean)

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
11-07-2012, 10:03 PM
Find
johnbox Offline
Member

Posts: 138
Threads: 5
Joined: Aug 2012
Reputation: 4
#3
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

(11-07-2012, 10:03 PM)The chaser Wrote: Err... here several things could happen:

1: You haven't Ctrl+t the model (which I doubt a lot)
2: The texture's arent .dds
3: The materials aren't right (the locations, I mean)
I converted everything...
The textures are .png, I just wanted to try it out, and as I said, ONE textures shows up y_y But the .mat-files AND the textures are ALL the same, no differences. (except the texture, ehm)
Everything is in one single folder... in my custom story directory, and nah, one fuckin texture works, and they're all in the same place._.
Could you try to open it on your editor? So I can be sure, I didn't screwed some locations up, would be very nice ! ._.

Thanks so far ^^

Working on a full conv.-mod, first pictures coming soon...


Working with Blender and other Stuff since 2009.
Using HPL-Engine since 2012 (learning..)
11-07-2012, 10:25 PM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#4
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

You need to triangulate the mesh when you export it.

By the way, nice model. I likes.

(This post was last modified: 11-08-2012, 01:13 AM by palistov.)
11-08-2012, 01:13 AM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#5
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

Simply put, you have three meshes to three different diffuses. They must all be separate to read said different textures. Separate them, select the three different meshes, and do File > Export Selection. Overwrite your syringe and you should be good to go.

Example:
BAD (what you have):
                     /--- Texture
Model --- Mesh (3) ------ Texture
                     \--- Texture

____________________________________________
GOOD:
       /--Mesh ----- Texture
Model --- Mesh ----- Texture
       \--Mesh ----- Texture
(This post was last modified: 11-08-2012, 08:44 AM by Statyk.)
11-08-2012, 08:39 AM
Find
johnbox Offline
Member

Posts: 138
Threads: 5
Joined: Aug 2012
Reputation: 4
#6
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

so wait... I have to split my model into parts, so that every single texture has it's own modelpart? O.o
And in the Model Viewer/Editor I'm combining it again? Not sure if I understood you the right way =/

But thanks anyway !

@palistov, I did :o Not even a single quad there. Thanks !


edit: well, I tried seperating it, and now it shows up... Thanks guys ! :)

edit 2: now it crashes my editor. yay >.<

Working on a full conv.-mod, first pictures coming soon...


Working with Blender and other Stuff since 2009.
Using HPL-Engine since 2012 (learning..)
(This post was last modified: 11-08-2012, 05:10 PM by johnbox.)
11-08-2012, 04:57 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#7
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

How much tris does it have?

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
11-08-2012, 05:13 PM
Find
xxxxxxxxxxxxxxxx Away
Posting Freak

Posts: 935
Threads: 0
Joined: Jun 2012
Reputation: 54
#8
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

Ah so HPL doesn't support Material IDs/ several materials on one model... Thats good to know. Very limiting though, especially when it comes to very big models where one would like to combine several tileable textures for example. Hope they'll implement that feature in HPL 3.

Btw, such a small model should not have more than one texture in the first place.... But since you weren't aiming to make an optimized model anyway, I'll shut up now. Wink
11-08-2012, 06:49 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#9
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

(11-08-2012, 06:49 PM)Hirnwirbel Wrote: Ah so HPL doesn't support Material IDs/ several materials on one model... Thats good to know. Very limiting though, especially when it comes to very big models where one would like to combine several tileable textures for example. Hope they'll implement that feature in HPL 3.

Btw, such a small model should not have more than one texture in the first place.... But since you weren't aiming to make an optimized model anyway, I'll shut up now. Wink
The servant grunt has the hair material and the body material. HPL2 must support several materials.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
11-08-2012, 07:00 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#10
RE: Modelviewer shows only 1/3 textures... Can't find the problem.

(11-08-2012, 07:00 PM)The chaser Wrote: The servant grunt has the hair material and the body material. HPL2 must support several materials.

The hair and body are separate meshes.

Tutorials: From Noob to Pro
11-08-2012, 07:09 PM
Website Find




Users browsing this thread: 1 Guest(s)