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
[Updated]Invisible AMFP meshes? (And Other Questions)
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#11
RE: Invisible AMFP meshes?

(07-22-2014, 11:00 AM)Mudbill Wrote: It might be quicker to look at the .mat files instead of the .dae files since they contain less. The .ent file tells which model file to use (dae), the .mat file says which texture file to use (dds), the .dae file tells which texture is used too, but I don't think it's used, because it uses the original texture file, whereas Amnesia filters those textures through material files. I'm assuming the .msh file tells the game which mat file to use for each model.
In my opinion, a .msh is a shorter/optimized version of a .dae that some (if not all) Amnesia tools generate for themselves.
So sometimes you have to delete these to force the tools to load the .dae again and generate an updated .msh with correct coordinates for the model.
This happens with AMFP models when you don't delete the .msh, the model gets a weird angle/shape.

Look again inside the .dae between the tags <library_images> <library_images> the .mat for each texture must be there. Forget about the path and extension.

For Amnesia, this:
<init_from>file:///E:/lux/redist/static_objects/debris/rock/stones_small_med_large_brown.dds</init_from>

Equals this:
stones_small_med_large_brown.mat
image_name + .mat

Look again, maybe you missed it.

07-22-2014, 07:49 PM
Find


Messages In This Thread
RE: Invisible AMFP meshes? - by Artsy - 07-20-2014, 11:36 PM
RE: Invisible AMFP meshes? - by DeAngelo - 07-20-2014, 11:53 PM
RE: Invisible AMFP meshes? - by Daemian - 07-21-2014, 03:32 AM
RE: Invisible AMFP meshes? - by DeAngelo - 07-21-2014, 05:44 AM
RE: Invisible AMFP meshes? - by DeAngelo - 07-22-2014, 08:52 AM
RE: Invisible AMFP meshes? - by Mudbill - 07-22-2014, 11:00 AM
RE: Invisible AMFP meshes? - by Daemian - 07-22-2014, 07:49 PM
RE: Invisible AMFP meshes? - by DeAngelo - 07-22-2014, 08:02 PM
RE: Invisible AMFP meshes? - by Mudbill - 07-22-2014, 09:34 PM
RE: Invisible AMFP meshes? - by DeAngelo - 07-22-2014, 10:37 PM
RE: Invisible AMFP meshes? - by Daemian - 07-23-2014, 12:31 AM
RE: Invisible AMFP meshes? - by Mudbill - 07-23-2014, 01:11 AM



Users browsing this thread: 1 Guest(s)