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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Orange-Green specularity?
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#11
RE: Orange-Green specularity?

(09-24-2012, 09:44 PM)crisosphinx Wrote: Hm... That's good information, I've been linking everything up before I export to be on the safe side. Can't hurt, right? :]
Of course not. ^^

09-24-2012, 09:48 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#12
RE: Orange-Green specularity?

(09-24-2012, 08:52 PM)crisosphinx Wrote: Hirnwirbel and I found that if you didn't link the model to the the texture in the modeling program, when exporting as a .dae, the model would not recognize any other file attached to it. Thus, if you want a diffuse, spec and normal, load it up in Maya/ Max/ Blender then export.

This is how we found it: models, not only from Hirnwirbel, but the community, too, were not showing up in the HPL2 Engine's Model Editor. If you attached a .mat to it, it would show sometimes. If you place your model + textures in the same folder in the entities folder, it still would not recognize them. Until she linked the textures to the model in Maya, the model showed up invisible.

----

Now, it may not be the same for everyone, but that was a problem we happened to figure out. If I'm wrong, please let me know (I've been trying to find solutions for huge problems in the community, thus far, I think I'm doing a decent job). :]

As Obliviator27 said, only the diffuse texture is required when exporting to DAE. If you add specular maps, normal maps, etc, to the mesh in the 3D modeling program, that is irrelevant to the HPL2 engine. So long as you have the diffuse map as the primary texture for your mesh, mapped by UV, then you're good to continue. I would even go as far as to say that the extension of the texture and even the very existence of the file on the file system is irrelevant to the HPL2 engine. In the end, the game uses the name of the diffuse texture referenced in the DAE file to search out for a MAT file with the same name. In that MAT file you could have an entirely different diffuse texture than the one you referenced in the 3D modeling program.

The game relies heavily on the resources.cfg file when searching for game resources, like textures and MAT files. Normally, the HPL2 suite tools have no issues loading textures if the mesh and the textures are contained all in the same folder, and in the case of the level editor loaded during the active session. The game also loads the custom story's resources when loading the custom story. If your mesh ever has issues displaying textures in one of the HPL2 programs (including the game), chances are you did something wrong (e.g. not using UV coordinates for the primary, diffuse texture). If you believe you fixed the issue, but the HPL2 tools are still showing something wrong, then try deleting MSH files and restarting the tool. The editors tend to cache the things you load in memory without checking for differences.

Tutorials: From Noob to Pro
09-24-2012, 09:52 PM
Website Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#13
RE: Orange-Green specularity?

Diffuse name = mat name. I think you can you as far as manually creating a mat file with the name of the diffuse, then attach any maps to it and the model should load fine Smile

Edit: Above post by Your Computer pretty much hits the spot.

[Image: mZiYnxe.png]


(This post was last modified: 09-24-2012, 10:04 PM by Acies.)
09-24-2012, 09:59 PM
Find
crisosphinx Offline
Senior Member

Posts: 501
Threads: 5
Joined: Apr 2012
Reputation: 24
#14
RE: Orange-Green specularity?

I see, I see. ;]

I suppose I should have realized this sooner. Then again, my default modeling skills tell me to link all materials to the model before I even export it so if it's opened by another computer, a different engine, ad firm, etc., the materials are already linked so they can render it out correctly.

I did find it funny that the material name always changed to "item/characterDIFFUSE.mat". Now I completely know why. ;]

Guess the reason why people were having problems was that they weren't linking the diffuse at all (I've never had that problem personally).

Animation and Rig questions -> crisosphinx@yahoo.com

3D Generalist. Notable work on FG Forums - The Great Work, Five Magics and Cowards Debt.
09-24-2012, 10:12 PM
Find
xxxxxxxxxxxxxxxx Away
Posting Freak

Posts: 935
Threads: 0
Joined: Jun 2012
Reputation: 54
#15
RE: Orange-Green specularity?

Quote: Is it wrong to use greyscale specular maps if they work how you want them to? Or is it more of a "standard" to do the RG channels?
It probably works, but it will give you the same values for gloss as for specular. A greyscale picture that has been saved as RGB has the exact same map in every channel. HPL ignores the blue channel, so it just gets all the information it needs from the red and green channel.
I'm not sure what happens if you save it as an 8bit (only one channel) however, since in that case HPL is missing a channel that should be there. o.O

So, as long as your specular and gloss map are supposed to have the same values you can do it like that. There are cases however, where you want to have different values... wood for example has low spec and low gloss > would work fine with your method. Smooth plastic has high spec and high gloss > would work fine too. Brushed metal on the other hand has high spec and low gloss - here you'd need different maps for the best result. Smile
(This post was last modified: 09-25-2012, 10:40 AM by xxxxxxxxxxxxxxxx.)
09-25-2012, 10:40 AM
Find




Users browsing this thread: 1 Guest(s)